Tag:productivity
All the articles with the tag "productivity".
Console.log it
Posted on:September 18, 2023 at 06:53 PMFinding and fixing bugs in your program is a common task for every developer. In this article, I will outline the steps I follow in my daily work to identify and resolve these issues.
Nobody knows how to estimate software projects
Posted on:September 1, 2023 at 08:26 PMLet's imagine you are a Tech Lead, and recently you were asked to estimate a software project. You were given a list of features and asked to estimate how long it would take to implement each feature and the entire project. You were given a couple of days for it.
🎯 300+ LeetCode Problems are solved: What I Discovered!💡
Posted on:August 17, 2023 at 04:53 PMA year ago, I began solving problems on LeetCode. 🚀 Since then, I have successfully finished 300+ problems, and here are my thoughts and conclusions about this journey. 💡
🚀 VSCode + Vim: The Perfect Match for Coding Domination 💪
Posted on:August 15, 2023 at 06:58 PMThis is my story of adopting Vim and how I grew to love it.
🚀 One Git Trick for Perfect Commits 🛠️
Posted on:August 15, 2023 at 03:04 PMGit fixup is a simple technique that will help you keep your commit history clean and organized.