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
Static Website Hosting on Amazon S3: From Bucket to Live URL
1+ hour, 25+ min ago (300+ words) Continuing from where I left off with S3 fundamentals, today's focus was turning a plain bucket into an actual live website using S3's static website hosting feature — no EC2 instance, no server management, just a bucket serving HTML directly over the web....
Week 13 of #100DaysOfCode: Completing Spring Microservices and Starting JUnit 5
22+ hour, 22+ min ago (875+ words) This week was another challenging but rewarding part of my #100DaysOfCode journey. I started the week by learning about Docker and containerized Microservices, exploring how containers differ from Virtual Machines, how Docker images and containers work, and how Docker helps package…...
Project Leyden Just Killed The “Java Is Too Slow For Serverless” Argument
22+ hour, 18+ min ago (33+ words) You have sat in this meeting. Someone proposes Lambda. You say the word “Java.” The room gets quiet in that specific …...
Se acabó el limite de los 15 minutos: un análisis a fondo del tiempo de espera de 90 minutos de AWS Lambda
1+ day, 6+ hour ago (25+ words) Hace 4 días vi un anuncio que me parecio muy interesante es que ya se incremento 6x el timeout de las... Tagged with aws, lambda....
Catching a Silent AWS Failure: A Serverless Daily Report for Suspended Auto Scaling Groups
1+ day, 9+ hour 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:…...
Scoped Values in Java 25: Retiring ThreadLocal in Your Spring Boot Request Context
1+ day, 8+ hour ago (34+ words) If you have ever carried a tenant ID, a correlation ID, or the current user through a Spring Boot request without …...
CensorLess: Cost-Efficient Censorship Circumvention Through Serverless Cloud Functions
1+ day, 20+ hour 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
1+ day, 17+ hour 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
1+ day, 13+ hour 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
1+ day, 21+ hour 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…...