Multitenancy Techniques for ASP.NET Core
Explores various tenant identification techniques for multitenant ASP.NET Core applications, including query strings, routes, and HTTP headers.
Explores various tenant identification techniques for multitenant ASP.NET Core applications, including query strings, routes, and HTTP headers.
Extending a Java meta-agent to instrument and debug native JVMTI agents, enabling visibility into bytecode transformations.
C# 14 introduces breaking changes to LINQ queries. This article explains the issues with Reverse and Contains and provides workarounds.
A developer's journey to understanding AI agents and the Model Context Protocol (MCP), moving beyond traditional data pipeline thinking.
Martin Fowler discusses the latest Thoughtworks Technology Radar, AI's impact on programming, and his recent tech talks in Europe.
A guide to building Quarkus application container images using Cloud Native Buildpacks and OpenShift Builds, including setup and commands.
Explores extending JavaScript's Map class to create a FileMap for file system interaction and discusses building a custom build system.
An introduction to the distributed actor model for building concurrent, resilient systems, explaining its core concepts and benefits.
A developer reflects on the balance between concise and clear code, arguing that too little code can be as harmful as too much.
Explains how to patch CoreDNS configuration on a Kubernetes cluster using Terraform's kubernetes_config_map_v1_data resource.
A developer details migrating his 30-year-old personal website from WordPress to a static site using Eleventy, AWS, and AI assistance.
A guide on using AG-UI and .NET Aspire to expose Agent Framework AI agents to the web, enabling multi-client, AI-powered applications.
Developer builds a Chrome extension to fix ChatGPT lag by implementing virtual scrolling, reducing DOM load for smoother long conversations.
C# 14 introduces extension members, allowing developers to add properties and static members to existing types, not just methods.
Author announces early-access discount for their new book on data structures and algorithms, available through Manning's MEAP program.
A guide to deploying .NET applications on Red Hat OpenShift using the Source-to-Image (S2I) tool, covering setup and a sample project structure.
A developer reflects on the impact of AI-generated code on small, educational open-source libraries like his popular blob-util npm package.
Explains how hardware performance depends on software selection and tuning, using a three-stage rocket analogy for tech leaders.
Azure Firewall adds packet capture for troubleshooting, and Azure WAF on Front Door introduces a JavaScript challenge for bot mitigation.
Explains gRPC's persistent connection challenges during failover and offers solutions like HTTP/2-aware load balancers.