How I Built My Own CI/CD Pipeline for a Small Project (Because GitHub Said “No”)
## Why I Ditched GitHub Actions So long story short no one wants to make systems of their own and why should we there are great minds who have devoted years in...
## Why I Ditched GitHub Actions So long story short no one wants to make systems of their own and why should we there are great minds who have devoted years in...
## The Rise of "Vibe Coding" So, "vibe coding" has been making waves recently, all thanks to some tweets about this guy who built an app using AI alone. No a...
## The AI Temptation In 2025, AI is everywhere. From ChatGPT and Gemini to DeepSeek, it feels like we’re living in a sci-fi movie where AI can do _almost_ e...
## The "How Hard Can It Be?" Moment -------------------------------- So you’ve built a beautiful React project, and now you’re thinking, _Why not monetize it?...
## The Unremarkable Beginning When I started working on my Skribbl.io clone, [**SyncDrawGuess**](https://github.com/DivyanshuLohani/SyncDrawGuess), I didn't t...
### Introduction After completing [Fin Flow](https://finflow.divyanshulohani.xyz), I was doing fine, but I realized I needed a **To-Do App**. My lazy habits me...
Introduction ------------ As my regular readers know, this is not what I was supposed to publish today. This post was meant to be the follow-up to [my live-st...
After a break from Class To Cloud, I've repicked the project to add more features that I intended for it. One of them was live streaming support for the app. S...
Apps like **`Blinkit`**, **`Zepto`**, **`Swiggy Instamart`**, and others have seen tremendous growth in recent years. To explore the challenges and intricacies ...
# Why Consider Kafka for the App? As a Django developer, my experience primarily lies in developing monolithic services. With a limited user base, I never felt...
As 2024 has come to an end, I find myself reflecting on a year packed with learning, growth, challenges, and achievements. This post is my way of documenting th...
Data scraping is a game-changer for anyone looking to extract meaningful information from websites. With tools like Chrome DevTools and HAR files, you can uncov...
Are you familiar with open-source software? It's **free** to use, with its code out in the open for anyone to view, tweak, and even add their own features! If y...
## The Problem I’ve always been intrigued by the intersection of technology and education. While exploring the EdTech space, one problem stood out to me: **mos...
Hey everyone! I recently participated in my first-ever hackathon, and it was a wild 48 hours full of coding, creativity, and a lot of coffee. Let me take you th...
Creating a real-time multiplayer game like Skribbl.io is an exciting challenge that combines various aspects of web development. In this article, I'll talk abou...