Building a YouTube Transcript Pipeline
A Python CLI that generates structured transcripts from any YouTube video. The tool follows a simple strategy: if a video already contains captions, it downloads and parses them. If captions are unava

Search for a command to run...
A Python CLI that generates structured transcripts from any YouTube video. The tool follows a simple strategy: if a video already contains captions, it downloads and parses them. If captions are unava

During my internship, I built a payment and billing system integrated with Razorpay. The flow looked straightforward: User selects a plan → Order is created in Razorpay → Payment is completed → Subscr

Every backend engineer has a ritual. A new project lands on your plate, and before you write a single line of business logic, you spend the next hour — sometimes two — doing the same mechanical work y
If you write code every day, you probably write Git commit messages every day too.And if you're honest… you probably don’t enjoy it. I definitely didn’t. So I built a small tool that fixes this tiny b

Google Cloud Platform (GCP) provides user-friendly services such as Cloud Run, which facilitates the deployment of backend applications with serverless scaling. This guide demonstrates using a basic P

Once you build a product and your user base grows, your data grows too. Managing and storing that data efficiently becomes crucial. This is where scaling comes in. You probably didn't start with the biggest database server when you built your small a...

When building modern applications, have you ever wondered: Which database system should I use—SQL or NoSQL? In this blog, we won't discuss choosing between them, but instead, let's explore how SQL and NoSQL databases differ, how they operate, and wha...

Have you ever noticed how everything in building apps or software engineering revolves around handling data and performing operations? It involves operations like create, read, update, and delete, all usually done on a database. Fascinating, isn't it...

Authentication is one of the major component of any application you use , now am pretty sure you know why we need auth , let me tell you anyway : Authentication is like a bouncer for your app, making sure only the right people get in. It keeps your d...
