DPDinesh Poudelindineshpoudel.hashnode.dev·5d ago · 2 min readWhy I Chose Spring Boot for My Backend JourneyFor the longest time, I was a front-end person. React was my home, CSS was my playground, and the idea of setting up a Java backend felt unnecessarily complicated. Then I gave Spring Boot a real shot 00
DPDinesh Poudelindineshpoudel.hashnode.dev·5d ago · 2 min readGetting Started with Spring Boot: From Zero to Your First REST API Introduction Spring Boot is one of the most popular frameworks in the Java ecosystem for building web applications and REST APIs. If you have already learned Java and want to move into backend develop00
Sstitasinstitas.hashnode.dev·Jun 30 · 10 min readHeyGen API Implementation in Spring Boot: Generate AI Videos with WebhooksHey(Gen)! In this article, I'll show you how I integrated the HeyGen API into a Spring Boot application written in Kotlin to generate AI videos and receive webhook notifications. I originally built th00
RSRaghav Shuklainblog.raghavdev.in·Jun 29 · 10 min readBuilding an Event-Driven Payment System That Survived ~1 Million RequestsMost payment APIs work fine at low traffic. Then you throw a few thousand concurrent requests at them and everything gets interesting. Client retries turn into duplicate payments. Postgres starts cont52MV
MMongoDBinmongodb-official.hashnode.dev·Jun 29 · 10 min readMongoDB as a Vector Database for AI AgentsThis tutorial was written by Aasawari Sahasrabuddhe. Modern artificial intelligence systems are continually evolving. Large Language Models, or LLMs, have become the backbone of modern applications an00
KMKonrad Małochainmkon.dev·Jun 28 · 11 min readDeploying to Miget from a private GHCR: an AI agent did the whole thingHello there! A small disclaimer before we start: Miget was built by my friend. It's a PaaS for deploying containerized apps. I wanted to try it on my own project for some time, so I did, and here I wa00
AKAshutosh Kumarinaskuma.hashnode.dev·Jun 26 · 8 min readLocalStack → Floci: The Complete 2026 Migration GuideBy Ashutosh Kumar | Project Manager & Engineering Tools Enthusiast | June 2026 Part 4 covered migration steps and CI configs. Part 5 covered the technology stack, service map, benchmarks, and edge ca00
YYadrsinyadrs.hashnode.dev·Jun 24 · 7 min readEC2 vs ECS for Spring Boot Deployment — A Practical Guide to Choosing Your AWS ModelBuilding a Spring Boot application is only half the journey. At some point, every backend project reaches the next question: Where should this application actually run? If you are deploying on AWS, 00
CNChioma Nwosuindeployingspringpetclinicmicroservicesonamazoneks.hashnode.dev·Jun 23 · 5 min readOne Command, Eight Microservices: Deploying Spring PetClinic with Docker ComposeIntroduction As part of my DevOps learning journey, I recently deployed the Spring PetClinic Microservices application locally using Docker Compose. This wasn't a simple single-container application. 10
TDTapan Dabraiintapandabrai.hashnode.dev·Jun 22 · 8 min readWhat Real Backend Development Looks LikeThe Day Production Stops Caring About Your Confidence You finally feel confident with Spring Boot. You can spin up a REST API in twenty minutes, wire up Postgres, add some validation, ship it. Then pr20