Mar 6 · 3 min read · "Can AI really catch bugs like a senior engineer?" That's what our CTO asked when I proposed adding AI reviewers to our development workflow three months ago. Today, after analyzing 90 days of data from over 400 pull requests, I have a definitive ans...
Join discussionFeb 16 · 1 min read · AI coding tools are great. They can generate functions, refactor, scaffold, and speed up the “typing” part of development. But writing code isn’t the job. Shipping the right software is. As AI makes code output cheaper, the skills that stay valuable ...
Join discussionFeb 15 · 2 min read · Introduction In this post, we’ll learn how to create custom system commands in Linux and use them like native terminal commands, with the help of a practical example in which we’ll build a command called gpush that combines git add, git commit, and g...
Join discussion
Feb 1 · 4 min read · If you’re just starting with HTML, you’ve probably felt this pain 👇 <div> <ul> <li></li> <li></li> <li></li> </ul> </div> Typing this by hand, again and again, feels slow, boring, and error-prone.Now imagine writing the same thing u...
Join discussion
Dec 20, 2025 · 5 min read · A few weeks ago, I opened an old Python project to fix what I thought would be a quick issue. The code looked fine. The logic made sense. But the script refused to run. After a bit of digging, the problem became obvious: the project was written for P...
Join discussion
Dec 9, 2025 · 5 min read · Walk into any café or co working space in Pune and you’ll hear at least one conversation about tech careers someone talking about switching fields, someone preparing for interviews, someone just starting their coding journey. Over the past few years,...
Join discussion
Nov 30, 2025 · 3 min read · In many software projects, frontend teams face a recurring set of challenges that slow down development and introduce frustration: Backend isn’t Ready – Often, the backend is still under development when the frontend team needs to start building fea...
Join discussion