Engineering ResumeRoast: Building a Resilient Async PipelineIf you haven't read the previous posts, here's the short version: ResumeRoast is a full-stack app that takes your resume, runs it through an LLM, and gives you structured, brutal feedback. You can cheMar 10, 2026·9 min read
From Static to Dynamic: Transforming PDFs into Interactive Conversations with LLMsIntroduction Wouldn't it be great if you'd give a PDF to your friend and ask something related from it and he looks up and gives an answer? Here your friend uses the PDF as a resource and gives his answer along with his knowledge on that topic. Now l...Oct 17, 2023·4 min read
How I reduced the size of Docker Image from 1.99 GB to 42 MBIf you are into developing web applications, then you must have tried to deploy them someday so that others can also see your awesome application. There are many different ways to deploy your app, and some of the most popular methods include: Vercel...Jul 9, 2023·6 min read
Create your own ChatGPT extensionA few days back I came across a post by Prashant Yadav on LinkedIn where he created a Chrome extension that uses ChatGPT. I was very much fascinated by it and also curious to know how the extension works. After reading the blog written by Prashant Ya...May 6, 2023·7 min read