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.

Latest in Serverless & Microservices


dev.to > miruky > build-a-dynamodb-outbox-and-an-idempotent-sqs-consumer-in-the-console-1e2b

Build a DynamoDB Outbox and an Idempotent SQS Consumer in the Console

2+ hour, 3+ min ago   (1251+ words) Introduction Hi, I'm miruky. A database commit can succeed while the caller believes... Tagged with aws, serverless, dynamodb, tutorial....


dev.to > anand_jaisy_2f7644a12001b > java-25-compact-source-files-simplifying-micronaut-application-startup-1ija

Java 25 Compact Source Files: Simplifying Micronaut Application Startup

4+ hour, 14+ min ago   (188+ words) In Java, a compact source file is a feature finalized in Java 25 (via JEP 512) that allows you to write a launchable Java program without explicitly declaring a class or a public static void main method. It is designed to minimize…...


dev.to > akshay5651 > designing-offline-first-when-theres-no-server-1m4k

Designing offline-first when there's no server

4+ hour, 42+ min ago   (560+ words) I'm building an app with no backend. No accounts, no sync, no API. The database is a SQLite file on the phone, and that's the whole system. That sounds simpler than a client/server app. In some ways it is....


dev.to > denis_toropov > when-the-same-reference-data-lives-in-three-services-why-we-moved-it-into-a-dedicated-service-2ll6

When the Same Reference Data Lives in Three Services: Why We Moved It into a Dedicated Service

7+ hour, 3+ min ago   (1511+ words) How to reduce data collisions when three services use different databases but rely on the same business semantics. In distributed systems, problems rarely begin with something dramatic. On paper, everything usually looks rational: separate services, separate databases, clear responsibility boundaries....


dev.to > chrispybacondev > dockflare-docker-labels-cloudflare-tunnels-and-a-little-less-dashboard-clicking-3i29

DockFlare: Docker labels, Cloudflare Tunnels, and a little less dashboard clicking

10+ hour, 26+ min ago   (792+ words) I wanted to share a project I started in 2025 to solve something that kept getting on my nerves in my own homelab. Every time I deployed another container, I found myself back in the Cloudflare dashboard. Add a hostname, point…...


medium.com > @atomicsdigital > micro-saas-ideas-check-data-access-before-you-build-400485a63021

Micro-SaaS Ideas: Check Data Access Before You Build

6+ hour, 40+ min ago   (23+ words) Test a micro-SaaS idea by checking its required data, permissions, and approval process. Find integration limits before you commit to building the product....


dev.to > wantsvibes > serverless-execution-architecture-how-platforms-start-functions-without-persistent-processes-52oh

Serverless Execution Architecture: How Platforms Start Functions Without Persistent Processes

14+ hour, 10+ min ago   (142+ words) When designing distributed systems, engineers must weigh the operational overhead of persistent infrastructure against the runtime unpredictability of serverless execution. FaaS platforms eliminate idle capacity costs by scaling down to zero, but they trade away deterministic latency profiles and continuous…...


dev.to > andriiboyko > aws-step-functions-vs-camunda-for-sagas-two-orchestrators-different-blast-radii-4l7l

AWS Step Functions vs Camunda for Sagas: Two Orchestrators, Different Blast Radii

15+ hour, 24+ min ago   (39+ words) Here's a trap I've watched smart teams walk into. They pick a saga orchestrator by comparing the two... Tagged with aws, architecture, microservices, saga....


dev.to > paganini2008 > turn-a-spring-boot-app-into-a-distributed-cron-cluster-3pd0

Turn a Spring Boot app into a distributed cron cluster

15+ hour, 24+ min ago   (343+ words) @Scheduled is fine until it isn't.... Tagged with architecture, java, opensource, springboot....


infoq.com > news > 2026 > 09 > lambda-90-minute-timeout

AWS Lambda Pushes Serverless Toward Long-Running Workloads

1+ day, 23+ hour ago   (656+ words) Lily Mara explains how to avoid high-risk software rewrites through incremental FFI refactoring. She shares how engineering teams can replace Python bottlenecks with Rust via PyO3, demonstrating how to achieve dramatic function-level speedups, seamless integration testing, and meaningful infrastructure cost savings…...