blog.devatul.siteWhy KISS Matters in CodingIn the fast-paced world of software development, simplicity is a superpower. Hum log aksar complex solutions likh dete hain, thinking it makes us look smarter. But in reality, the best code is the one that solves the problem clearly and efficiently, ...Jul 10, 2025·2 min read
blog.devatul.siteLife Lessons from the Fractional Knapsack ProblemToday, I was solving a Data Structures and Algorithms (DSA) problem called the Fractional Knapsack Problem, and it got me thinking. Yeh problem sirf coding ka hissa nahi hai, balki life se bhi kaafi kuch sikha sakta hai. Let’s dive into the problem a...Jun 12, 2025·5 min read
blog.devatul.siteLet's build Chat with PDFIn this blog post, we'll walk through building a full-stack application that allows users to upload PDF documents and chat with them using AI. We'll focus primarily on the backend implementation, which handles PDF processing, vector embeddings, and A...May 28, 2025·5 min read
blog.devatul.siteMy Journey with BullMQ: Sending Bulk EmailsYesterday, I was working on my personal project, a web app that needed to send bulk emails to users. Everything was going smoothly until I hit a roadblock. My app was starting to slow down because it was trying to handle too many email-sending tasks ...Jun 8, 2024·3 min read
blog.devatul.siteSome common test scripts in PostmanIn this article, we will look at some usual test scripts that people often use when they write test cases. In Postman, test scripts are written using JavaScript in the "Tests" tab after sending an API request. Each test script is associated with a sp...Sep 4, 2023·5 min read