Install
Serverless & Microservices
Functions, event buses, and resilient service meshes at scale.
- 19 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Serverless & Microservices
Catching a Silent AWS Failure: A Serverless Daily Report for Suspended Auto Scaling Groups
54+ min ago (483+ words) How I built a zero-cost, zero-server monitoring alert with Lambda, EventBridge, and SES, and the two production bugs I hit along the way. Amazon EC2 Auto Scaling Groups (ASGs) have a feature that's incredibly useful during incidents and quietly dangerous afterward:…...
CensorLess: Cost-Efficient Censorship Circumvention Through Serverless Cloud Functions
11+ hour, 37+ min ago (1317+ words) Authors: Dayeon Kang, Jade Sheffey, Mingshi Wu, Pubali Datta, Amir Houmansadr Release Date: Monday, July 20, 2026 In this work, we present CensorLess, a circumvention proxy that leverages the unique benefits of serverless platforms. CensorLess comprises three components: a local proxy that…...
Your First AWS Production Architecture: From a Simple Application to a Scalable System
8+ hour, 45+ min ago (1081+ words) Most people learn AWS by studying individual services. RDS is a database. But that's not how AWS is used in the real world. In a real project, these services work together to solve one problem: How do we run an…...
Spring Boot 4 + Java 25: 10 Things You Should Stop Doing in Your REST APIs
4+ hour, 50+ min ago (38+ words) Modernizing only works when you can say out loud what each change buys you. “It’s newer” is not a reason. I keep a …...
Keeping Services Loosely Coupled Without Making Everything Abstract
12+ hour, 29+ min ago (500+ words) Loose coupling is one of those things everyone agrees with until they have to do it. Then it turns into a mess of interfaces, event buses, and six layers of indirection for a feature that just sends an email. I've…...
Set a Pause to Over-Engineering: Why AWS Lambda MicroVMs Will Serve Indie Developers in 2026
13+ hour, 25+ min ago (373+ words) 1.True State Retention Without Complicated Databases Earlier, if you wanted your backend code to retain a simple piece of information from a past user action, you had to store that data in an external database, such as Amazon DynamoDB. For…...
Building Backend Services in Go in the Age of Agentic AI
10+ hour, 28+ min ago (1530+ words) Why boring, explicit code wins when the most frequent reader of your code isn’t human. For a long time, the people reading my code were …...
The Go context.Context Trick That Saved My Service From Crashing 💥
14+ hour, 39+ min ago (29+ words) Okay, picture this: you’re staring at your production dashboards, and your core service — the one everyone depends on — is …...
Stop Port Forwarding: How Cloudflare Tunnel Revolutionizes Local Development
15+ hour, 36+ min ago (27+ words) A beginner’s guide to sharing localhost securely without open ports or public IPs. When building web applications, every …...
Why Image Flipping Doesn't Need a Server
23+ hour, 18+ min ago (534+ words) FlipImage takes a different route. The image is decoded, drawn, flipped, and exported in the browser. The product still loads normal web assets and uses standard traffic analytics, but the image bytes themselves are not sent to a server. Here…...