PinnedA complete guide to open source - 100x simplerIt has been more than 500 days for me in Open Source. I've answered 35+ discussions on GitHub (actively participated in 300+), successfully merged over 200 PRs, earned 500+ Stars, and contributed to more than 40 repositories. I know enough to guide p...Feb 1, 2024·19 min read
How to Get Headless CMS in Next.js with One LineOver the years, developers have realized the power of Headless CMS. Using a solid CMS with frameworks like Next.js can make a lot of difference if you're managing a lot of content. While big names dominate the space, today we will explore BCMS and ho...Mar 26, 2025·9 min read
10 common backend tasks and how to automate themWhile building the backend, developers are often involved with a lot of repetitive tasks like configuring APIs, handling service discovery and scaling infrastructure. What if you could automate most of these complex problems? Today, we will learn abo...Mar 24, 2025·17 min read
10 Best QA tools that make debugging and bug reporting easierDebugging and bug reporting can often be messy, but the process can be improved with the right tools. There are so many options in the market and it's really hard to find the perfect tool. That is why I've covered 10 powerful QA tools and created a b...Feb 28, 2025·10 min read
11 practical tips to make code reviews easier as a developerCode reviews are one of the most underrated parts of building great software. It might seem tough and confusing at first, but it's surprisingly easier than you think. This post briefly outlines 11 practical ways and strategies to make code reviews as...Feb 24, 2025·11 min read
Agents 101: How to build your first AI Agent in 30 minutes!We are seeing a rise in AI agents in 2025. Building your own agent can be complex, with all the concepts, frameworks and practices you need to follow. In this guide, you will learn how to build your first AI agent in just 30 minutes, even if you have...Feb 18, 2025·10 min read
The perfect Stack for building type-safe applications in 2025Trying to pick the best tech stack in 2025 is very hard, especially with all the new frameworks that are getting released. It's more than just type safety. You also need good performance, scalability, developer experience (DX) and decent community so...Feb 5, 2025·12 min read