© 2023 Hashnode
#learning
I had an amazing experience few days back ,while solving a LeetCode hard question, and it reminded me of some important life lessons. It made me realize that it's not always about how hard the questio…
Writing clean and maintainable code is crucial for any software development project. It helps to reduce the likelihood of bugs, makes it easier for other developers to understand and work with the cod…
As a developer, it's important to stay up-to-date with the latest tech trends in the industry. New technologies, programming languages, frameworks, and tools emerge every year, and keeping track of th…
The moment you start to relax you start to become outdated Yes, I’ll say it again…the moment you relax, you start to become outdated. You see, the world is moving at a very fast pace. Information keeps evolving and changing…not just in …
What is a package manager in Linux? In Linux, a package manager is a software tool that helps users to find, install, update, and remove software packages on their system. It simplifies the process o…
Programming is a journey that requires dedication, passion, and discipline. One of the most important aspects of this journey is consistency. Consistency means sticking to your programming goals and c…
Introduction In this Blog, we will provide an overview of the Linux kernel development process, and we will learn how small incremental changes (patches) sent to a mailing list get included in the up…
It was a wild chase, I couldn't feel my legs but I kept running. I finally saw our secret underground tunnel, entered and shut the door behind those computer monsters. I met my secret agent friends an…
In my short stint as a software engineer (2.5 years), I've always been incredibly lucky with the people surrounding me. I've encountered ingenious engineers that, through extensive patience and suppor…
1) What is shell Scripting for Devops? Shell scripting is a combination of commands written to automate the Repetitive task. the shell script will be executed in the shell. shell is Command line inter…