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
Spring Boot Learning by doing
2+ hour, 54+ min ago (1078+ words) Learning Spring by doing. In this post, I'll share the steps I took to create my first Spring Boot application. There's less theory in this guide (you can find that elsewhere); instead, I'll focus on the steps to take, how…...
10 Mistakes I Made While Building Spring Boot Projects So You Don’t Have To
12+ min ago (110+ words) Spring Boot makes it incredibly easy to get started. You can build a REST API in a few minutes, connect a database, and …...
Cloudflare Python Workers GA: FastAPI & Hyperdrive (2026) | explainx.ai Blog
16+ hour, 8+ min ago (426+ words) Python Workers are GA on Cloudflare — native FastAPI, Django, and Flask, Hyperdrive Postgres/MySQL, and PEP 783's new PyEmscripten wheel standard. Catch up on AI The most concrete change in this release is boring in the best way — it deletes…...
Google Cloud Brings Native BM25 Full-Text Search to AlloyDB and Cloud SQL via Tiger Data's pg_textsearch
5+ hour, 13+ min ago (29+ words) Tiger Data, the creators of TimescaleDB, announced that its open-source BM25 search engine, pg_textsearch, is now supported natively in Google Cloud’s AlloyDB and Cloud SQL for PostgreSQL databases....
Migrating a high-load service without downtime: how to synchronize data, maintain compatibility, and anticipate reverse migration??? SharksCode experience
6+ hour, 42+ min ago (606+ words) Migrating a high-load service without downtime: how to synchronize data, maintain compatibility, and anticipate reverse migration — SharksCode experience dev.ua Migrating a high-load service without downtime: how to synchronize data, maintain compatibility, and anticipate reverse migration — SharksCode experience When a…...
The Boring Architecture That Runs Most Apps (And Why It’s Enough)
1+ hour, 27+ min ago (33+ words) One server, one database, and a lot fewer problems than you think Sit in on enough architecture discussions and you’ll hear the …...
Colyseus Cloud Setup: 12 Steps, $15/Mo [2026]
12+ hour, 35+ min ago (1683+ words) You will scaffold a Colyseus server, define synchronized game state with Schema, write room logic that validates player input on the authoritative server, connect a client, and push the whole thing to Colyseus Cloud with the official CLI. Along the way…...
Build OpenSearch Vector Indexes faster with NetApp Instaclustr and NVIDIA cuVS
8+ hour, 7+ min ago (501+ words) September 21, 2026 | By Alex Bunday GPU-accelerated vector index builds for managed OpenSearch, designed to deliver faster performance across AWS, Azure, and Google Cloud. GPU-accelerated vector indexing for OpenSearch uses GPU performance to speed up the process of building vector indexes, while…...
How to Plan a SOAP to REST Migration Without Breaking Consumers
12+ hour, 45+ min ago (1672+ words) That distinction matters. A converter can produce a JSON response and still change input checks, default values, access control, retry behavior, or side effects. The goal is not to make the new API path look modern. The goal is to…...
Spring Boot Relaxed Binding: Configuration Made Easy
14+ hour, 43+ min ago (29+ words) Spring Boot is widely used to build microservices and enterprise applications because it makes Java development faster and easier. One of its …...