Envoy Proxy: The Swiss Army Knife
Explains how Envoy Proxy enables Zero Trust Architecture in cloud-native environments through mTLS, RBAC, and centralized traffic control.
Explains how Envoy Proxy enables Zero Trust Architecture in cloud-native environments through mTLS, RBAC, and centralized traffic control.
Explains a specific edge case where switch expressions fail in Blazor due to parsing conflicts with HTML/razor syntax.
A tutorial on implementing AI tool calling (function calling) using the Quarkus LangChain4j extension to integrate chat models with APIs and databases.
A developer explores using Sortable.js for drag-and-drop movie rankings and Kendall Tau Distance to compare list similarity.
Explains how to encode the hex value 'FFFFFFFF' into a signed integer in Adobe ColdFusion using two's complement.
Step 4 of a tutorial on building a Helix Jump game prototype using Three.js and TypeScript, covering scoring, CSS backgrounds, and platform animations.
Explores how Adobe ColdFusion allows struct keys containing dots to be accessed directly, unlike Lucee CFML.
Highlights key performance improvements in .NET 10, including stack allocation optimizations and delegate escape analysis, with benchmark comparisons.
How to avoid Let's Encrypt rate limits during testing by using the staging environment for auto-provisioned TLS certificates.
OpenAI CEO Sam Altman reveals ChatGPT's energy and water usage per query, sparking discussion on AI's environmental impact and data transparency.
A developer's vision for a modern linter, summarizing key design ideas from architecture to ecosystem based on years of experience.
A guide for developers to track upcoming .NET features by exploring GitHub repositories, issues, labels, and milestones.
Troubleshooting guide for fixing Azure VM RDP error 0x904 by renaming the corrupt MachineKeys certificate store and rebooting.
A technical guide on installing and running SAP's Garden Linux on an Android phone using Termux and proot-distro.
A user shares their experience replacing a Sonos speaker with Music Assistant, an open-source hub for controlling multi-room audio without vendor lock-in.
A guide to setting up Wallabag, a FOSS read-it-later service, on a Kobo e-reader to replace Pocket, comparing two methods: Wallabako and KOReader.
A developer's technical walkthrough of instrumenting LLM tracing for litellm using Braintrust and Langfuse, detailing setup and challenges.
A technical guide on instrumenting AI agentic applications using Arize Phoenix and litellm for observability and trace grouping.
Explains why iterating over a concrete List<T> in C# is faster than iterating over an IList<T> interface, covering boxing and virtual method overhead.
A discussion on Azure networking fundamentals, challenging the common understanding of Azure Virtual Networks and explaining common misconceptions.