© 2022 Hashnode
As a developer, managing your time each day can help you polish your abilities and maximize your effort to produce better outcomes. Just going about your day without knowing what you should be doing, …
There are several code editors out there for developing software programs or coding web applications. Let's look at the top 3 best code editors and why the last on the list is the best among them. 1.…
Whether it is web development, writing articles, or achieving personal goals, proper planning has always been crucial. That allows us to split the main task into smaller bits, track progress and set r…
C++ is a powerful, versatile programming language. It can also be a tough one to master. That means it’s critical to have the right tools in your toolbelt to help you code more efficiently, effectivel…
Time estimations are one of the most critical metrics in project development. Though it is important for any project type, today, I will be talking about only software development projects (since I kn…
Introduction We all love instant gratification! Taking a cookie... and another are just something we love to do. But what about if our habits bring instant gratification. Well they usually don't but i…
Image hosting services helps users to upload and host images on the internet easily. Following are some of the image hosting platforms that offer common features like free storage space, backups, qui…
Code reviews are crucial to nurturing quality code. And just as there's such a thing as bad code, there's also such a thing as bad code reviews. So how do you perform code reviews such that they bette…
Technical debt is a term that many software engineers have already heard, but on which they have divergent definitions. In most cases, it refers to: Issues that developers face when working on their source code, impacting their organizatio…
Introduction So you may not realize it but improving in multiple areas just 1% can lead to massive changes overtime. We really do not see these changes instantly and always seem to get discouraged whe…
Background Have you ever noticed how conveniently placed your TV is in your home. You can just go, sit down and watch TV aimlessly. Now if you think about where your work desk is, it seems less conven…
Choosing the right database is one of the most important decisions you have to make when starting a new project. It should be the first building block when deciding on the tech stack. Nowadays, you h…
Vim is a powerful text editor, and in this post, I will convince you to use it. Feared and loved by coders and writers, it’s a controversial text editor, and with good reasons. It has a steep learning…