I'm Ayush, a Data Engineer at Deloitte India. I have a creative and focused mindset with a strong sense of ownership. I really enjoy solving real-world problems by converting my thoughts and ideas into a working code. I have experience working with a range of different programming languages, and frameworks I am always looking for opportunities to work with innovation and creativity. I'm not only good at programming but also excellent at communication.
Programmer (noun): A machine that turns coffee into code
- 🌱 I’m currently improving my System design knowledge.
- ⚡ I’m intrested in keeping up-to-date with latest technological developments
- 💻 I’m strong at CS fundamentals (data structure, algorithm)
- 🌱 I’m comfortable working in an agile environment
- ⚡ I’m a team player who values collaboration, innovation, and inclusion
- ✨ I’m able to work with minimal supervision
- 🤔 I’m able to think and analyze both breadth-wise and depth-wise
- ✨ I’m ready to take up new technical challenges
- ✨ I’m adaptable and transformable to learn the latest technologies as per business needs
- 💻 I optimize the application code and always maintain good object-oriented practices
- 🌱 My hunger to learn and quick adoption of any tools and technologies make me unique
- 💻 I write code in C++ and do practice on Leetcode also solved 400+ competitive coding problems.
- ✨ I also contribute to the Stackoverflow community https://stackoverflow.com/users/9249743/ayush-dixit
- ⚡ Interesting fact: My Stackoverflow profile is in top 23% of 2020 with 14 badges and created an impact on 175K peoples with helpful posts
- ⚡ I’m two times Grand Finalist of World's Largest Hackathon Smart India Hackathon in years 2017 and 2018
- ✨ I have recently completed Spark Developer certification Exam by Databricks.
- ✨ I’m Microsoft certified Azure Data Engineer.
- 📫 You can find me on LinkedIn https://linkedin.com/in/ayush-dixit-dataengineer/
- 💬 Ask me about anything and everything! If I don't know maybe I will learn something new!
- 📫 How to reach me: [email protected]
- ⚡ Fun fact: I really love to interact with people. I always motivate them to pursue their dreams. I’m a health freak and mostly preferred fruits over pizza 🍕
//It's up to you...
bool Success(int dedication,int persistence,bool passion ,bool discipline ,int consistency){
bool success;
if(dedication==0 || persistence ==0 || passion==false || discipline==false || consistency == 0)
success = false;
else{
success= true;
}
return success;
}
// love it. make mistakes. learn. keep grinding & keep coding