© 2023 Hashnode
#kunalkushwaha
Hey, folks in this blog you will understand what DevOps is and where DevOps comes into the picture in SDLC etc... You might be overwhelmed that there are a lot of tools and technologies that are there…
To get started with Data Structures and Algorithms (DSA), you can follow these steps: Learn the basics of programming: Before you start with DSA, it is important to have a good grasp of at least one programming language. If you don't know …
🛠️👨💻 In this blog, I'll be sharing some dev tools with you that I use and you should also use them as a developer to do your work fast and improve your overall developing experience. ❓What are dev…
Data Structures and Algorithms (DSA) form the backbone of computer science and software engineering. They are the fundamental building blocks of any efficient program or system, providing the means to…
Dynamic Programming (DP) is an algorithmic technique used to solve problems by breaking them down into smaller sub-problems and solving each sub-problem only once, storing the solution to each sub-pro…
Are you currently an engineering student overwhelmed by campus placements? Feel like the rat race might drain you mentally? Don't worry. In this article, I have mentioned my experience as an engineeri…
Burnout is something that all of us face in our everyday life. Especially when you are working for long hours on tight deadlines. If you are experiencing burnout while working on your project or solvi…
Let's learn more about Linux commands. We have learned so many commands in Linux For Beginners. To help us become more comfortable and proficient with Linux, we will be exploring additional commands. …
Are you tired of manually uploading your projects to Github? Whether you're a beginner or a seasoned developer, it can be a hassle to constantly navigate through Git commands. In this guide, we'll sho…
Introduction Hey Folks..! In this blog, I'm gonna share my experience of how I mastered Data Structures and Algorithms in just 2 months plus how I solved 100+ Leetcode problems during the learning period itself. The reason for writing this …