.NET Isolated Azure Functions: Enabling Open API Support
A tutorial on enabling OpenAPI/Swagger support in .NET Isolated Azure Functions, covering package installation and attribute configuration.
A tutorial on enabling OpenAPI/Swagger support in .NET Isolated Azure Functions, covering package installation and attribute configuration.
The evolution of FFConf from a pure JavaScript conference to a broader web development event focused on ethics, community, and personal growth.
A beginner's guide to Node.js, explaining what it is and how to run your first JavaScript application outside of a web browser.
A beginner's guide to using shells and understanding file system paths for web development.
A data visualization blog post explaining the creation of a 'Manhattan plot' chart showing building heights in Manhattan over time, with technical details on design choices.
A technical analysis of the 2025 AWS outage, its causes, impact on businesses, and lessons for building resilient cloud architectures.
A strategy for building low-latency systems by deferring non-essential processing to an event-driven platform to optimize real-time performance.
Explains how to use implicit and explicit database transactions with the MongoDB Entity Framework Core provider for data consistency.
A neurodiverse software engineer uses Linux server analogies like OOM kills to explain how their brain manages cognitive load and sensory input.
Explains the three table inheritance patterns (TPH, TPT, TPC) now available in EF Core 7 for mapping object-oriented class hierarchies to relational databases.
Tips for improving performance in Entity Framework Core, covering compiled queries, lazy loading, and other optimizations for reads and writes.
A curated list of articles on software architecture, development, and testing, covering event-driven systems, chaos engineering, and AI-assisted workflows.
A guide on importing Java Flight Recorder (JFR) profiling data into DuckDB for analysis using SQL queries.
A guide to using Swift Key Paths to create scalable and maintainable form validation logic in SwiftUI applications.
A technical deep dive into how pgcat, a Postgres connection pooler, works by multiplexing client connections to improve performance and resource usage.
A critique of Apple's declining software quality and attention to detail in its recent OS updates, citing specific UI and UX failures.
A historical overview of Microsoft's .NET dependency resolution APIs, from IServiceProvider to ASP.NET frameworks like MVC, Web API, and SignalR.
A guide on teaching the Kiro AI agent to work with custom libraries and DSLs using steering files and the Model Context Protocol (MCP).
A comprehensive guide to learning Apache Iceberg, data lakehouse architecture, and Agentic AI with curated tutorials, tools, and resources.
Explains the new 'field' keyword in C# 14, which provides access to the auto-generated backing field of a property, bridging the gap between auto and full properties.