Table of Contents What Are Paketo Build Packs?Spring Boot Already Uses PaketoSetting Up the Demo ProjectConfiguring the Azul Zulu BuildpackChoosing the Java Version and TypeUsing jlink to Generate a Custom JREEnabling Observability and Debugging FeaturesComplete Configuration ReferenceUsing Paketo Without Spring ... The post appeared first on <a href=" Read more ›
Across two AWS Summit events in London and New York City, we had the chance to speak with more than 1,000 engineers. Here's what we learned. Read more ›
From entities and value objects all the way to Sagas, CQRS, and Event Sourcing, explained with a single running example. Read more ›
Discover the top PostgreSQL 19 features, including built-in REPACK CONCURRENTLY, SQL property graph queries (SQL/PGQ), and logical replication updates. Read more ›
Microservice Architecture is a distributed system design approach in which an application is decomposed into small, independently… Read more ›
Every web application you've ever used has two sides: what you see (the frontend) and what powers it (the backend). The backend is responsible for business logic, data storage, authentication, third-party integrations, and everything else that happens behind the scenes. A backend stack is the collection of technologies — languages, frameworks, databases, and infrastructure tools — that work together to make all of that possible. In 2026, the backend landscape is broader than ever. New framewo... Read more ›
DevOps engineer building reliable cloud infrastructure, automated delivery pipelines, and thoughtful products with AWS, Docker, Kubernetes, and GitHub Actions. Read more ›
The San Jose Semaphore is a public artwork created in partnership with the San Jose Public Art Program. From its position atop Adobe’s Almaden Tower, ... Read more ›
Existing encrypted search and private set intersection (PSI) protocols struggle to reconcile post-quantum security with practical efficiency, often leaking search and access patterns or requiring prohibitively deep fully homomorphic encryption (FHE) circuits. We address these limitations by introducing a new Homomorphic Bloom Filters (HBF) framework, a quantum-resilient framework that embeds length-$m$ Bloom filters directly into the plaintext space of an RLWE-based FHE scheme, enabling shall... Read more ›
We argue here that traditional network models, which are overwhelmingly based on the mathematical construct of a simple graph, are fundamentally insufficient for capturing the complexity of modern distributed systems. Such systems are characterized by heterogeneous agents with diverse capabilities, high-dimensional and multi-modal data streams, and intricate, context-dependent relationships that cannot be adequately described by a simple connect... Read more ›
Catch API type drift before it reaches production. Generate Zod schemas, type guards, and validate LLM outputs — all local-first. Read more ›
Concurrent programming has a reputation problem. Mention “lock-free” in conversation and watch eyes glaze over. The terminology sounds… Read more ›
How AI Can Transform Kubernetes Troubleshooting and Infrastructure Visualization Modern Kubernetes environments are powerful, but they can… Read more ›
At PGDay France (2018 or 2019, I honestly can’t remember which one), I shared my method for evaluating a Postgres extension: read the source code, and ask yourself whether you understand it well enough to fix a small bug. Someone in the audience replied: “That’s only valid for Lætitia Avrot.” I’ve been thinking about that comment ever since. It’s not magic. It’s not some rare gift. It’s a method. Read. Understand. Read more ›
The dbt-confluent adapter brings dbt's familiar workflow to Confluent Cloud for Apache Flink, enabling data engineers to build and test streaming pipelines with the tools they already use. Read more ›
On June 11, 2026 AWS announced the AWS Workload Credentials Provider (AWS WCP), a client-side application that provides unified access to… Read more ›
Mongoterm is a terminal-based user interface (TUI) for interacting with MongoDB directly from the command line. - Fuse441/mongoterm Read more ›
Learn how Ray Serve LLM + vLLM stack achieves up to 24x higher throughput with direct streaming, HAProxy integration, and a new vLLM Ray executor backend. Read more ›
DevOps has always evolved with technology. Cloud changed how teams manage infrastructure. Containers changed how applications are deployed. CI/CD changed how software is released. Observability changed how teams monitor systems. Now AI is starting to change DevOps again. The next stage of DevOps is not only automation. It is intelligence. *DevOps Was Built on Automation * Automation is one of the strongest foundations of DevOps. DevOps teams automate: • Builds • Tests • Deployments • Infrastr... Read more ›
Still going. The semaphore fix from Part 8 worked but introduced a new problem: request queuing under semaphore caused cascading timeouts… Read more ›