This AI Agent Should Have Been a SQL Query
Explores building AI Agents as streaming SQL queries using platforms like Apache Flink for improved consistency, scalability, and developer experience.
Explores building AI Agents as streaming SQL queries using platforms like Apache Flink for improved consistency, scalability, and developer experience.
Explains the concept of a 'synchrony budget' for designing distributed systems, advocating for asynchronous communication to improve performance and availability.
A technical analysis of the Outbox Pattern for microservices, its implementation, criticisms, and modern alternatives in 2024.
An introduction to NATS, an open-source technology for connecting applications and microservices over a network.
The latest episode of Building SaaS covers post-launch improvements and user experience polishing for the JourneyInbox application.
A case study on implementing a custom microservice (Chronos) to measure end-to-end latency in a microservice architecture.
A technical tutorial on building a resilient microservice architecture for a fictional Santa delivery system using MicroProfile and Quarkus.
Author announces two new books on Quarkus, a Java framework: one explaining its architecture and one providing hands-on microservice development.
A developer explains why they stopped using microservices for their solo side-projects, citing the complexity for a single person.
Explains how to use Angular Libraries to implement the Client-side UI Composition pattern for integrating multiple microservice UIs into a single, consistent front-end.
A tutorial on building a Lumen microservice that generates Heroku-style random server names using a thesaurus API.
Lumen is a new micro-framework from Laravel, designed for building fast microservices and small, single-purpose applications.
A developer shares a code refactor by Laravel's creator, highlighting lesser-known features like Cache::remember.