APAnshuman Praharajinnewsletter.anshumancdx.xyz·Jun 29 · 4 min readBuilding a YouTube Transcript PipelineA 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 unava00
APAnshuman Praharajinnewsletter.anshumancdx.xyz·Jun 29 · 3 min readBuilding a Reliable Payment and Billing System with RazorpayDuring 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 → Subscr00
APAnshuman Praharajinnewsletter.anshumancdx.xyz·Apr 24 · 6 min readYapper — Stop Repeating Backend Setup, Start Building FeaturesEvery 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 y00
APAnshuman Praharajinnewsletter.anshumancdx.xyz·Mar 12 · 2 min readI Built My First npm Package , and It Solves Something with GitIf 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 b00
APAnshuman Praharajinnewsletter.anshumancdx.xyz·Mar 8 · 4 min readHow to deploy your Backend on Google Cloud Platform (for Newbies).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 P00