ABAbu Bakkar Siddiqueinsolodevabu.hashnode.dev·6h ago · 6 min readHow Batching Increased My Throughput from 342 req/s to 1,259 req/sWhile building the webhook delivery system, my API could only handle around 350 requests per second. The architecture looked fine, Redis wasn't the bottleneck and the workers were running normally. Af00
KSKanishka Shashiinnodej.hashnode.dev·7h ago · 7 min readUnderstanding Node.js Architecture: A Deep DiveNode.js has become one of the most popular runtimes for building scalable network applications, powering everything from REST APIs to real-time chat apps and streaming services. But what makes it so g00
SPSumit Patilincodewithpatil.hashnode.dev·2d ago · 5 min read🚀 Day 2: Understanding npm in Node.js – Packages, package.json & Your First Project👋 Welcome Back, Developers! In Day 1, we learned what Node.js is, why it was created, how to install it, and how to run our first JavaScript program. Today, we're going to explore npm (Node Package M00
SJSushama Jangleinoracleapexsessionstate.hashnode.dev·2d ago · 8 min readIntegrating Oracle APEX with UiPath: Automating Enterprise Business Processes🚀 Introduction One of the biggest misconceptions in enterprise application development is believing that the job is finished once users click Submit. In reality, that's often where the real business 00
ASAbhijeet Shindeinweeklyupdate.hashnode.dev·5d ago · 5 min readLearning Go, Week 2: Time, Memory Management, Pointers, and SlicesLast week I wrote about starting Go from the fundamentals — the toolchain, the type system, zero values, and why the language is strict about things like unused variables. This week I moved from synta00
SMSiddhartha Mohapatrainnode-introduction.hashnode.dev·Jul 28 · 7 min readCreating Routes and Handling Requests with ExpressExpress JS is a framework for Node.js that simplifies building server-side applications and APIs. Why does Express simplify Node.js development? Node JS has a built-in HTTP module for creating a web00
EAElias Alrgeaiineliasahmeddev.hashnode.dev·Jul 26 · 3 min readI Made Cron and Queues Share the Work in Laravel — Here's My SystemI used to think that cron jobs and queues are two different solutions, but now I realized they aren't competitors, they are meant to work together. I built a subscription system with automatic renewal00
ADAlbert Deutouinblog-adeutou.hashnode.dev·Jul 22 · 10 min readElectricity Planning Engine: An Hourly Arbitrage API for Batteries and Solar, Plus the Timezone Bug That Almost Broke ItA grid that pays you to consume electricity is not a thought experiment. In Germany, wholesale power prices have gone negative often enough that it barely makes headlines anymore: on a windy, sunny af00
TTechKisinblogs.techkis.tech·Jul 22 · 11 min readYour API Is Slow and It's Probably N+1 QueriesSomeone reports that a page takes four seconds to load. You open the controller expecting to find something horrifying — a nested loop, a missing index, a synchronous HTTP call to a third-party API. I00
DDietlyindietly.hashnode.dev·Jul 20 · 6 min readBuilding Reliable Barcode Lookup for a Nutrition AppBuilding reliable barcode lookup for a nutrition app A successful scan is not the same thing as a successful product lookup. The camera may decode a valid GTIN that your database has never seen, or mu00