.NET 8 and Blazor United / Server-side rendering
Explores .NET 8's new Blazor Web template, unifying server and WebAssembly models with per-component server-side rendering.
Explores .NET 8's new Blazor Web template, unifying server and WebAssembly models with per-component server-side rendering.
A developer documents building a game-playing AI using ChatGPT and Ruby on Rails, covering API integration, token management, and frontend development.
A developer's personal journey and structured plan for learning Apache Flink, a stream processing framework, starting from the basics.
A .NET developer shares technical interview questions focused on C#, SOLID principles, async/await, and database queries to assess problem-solving skills.
Azure Resource Graph can now be queried directly from Log Analytics, enabling new KQL capabilities and integration for alerts.
A guide to using memory-mapped files and overlaid structs in C# for efficient file I/O operations.
A tutorial on using the dotnet-sonarscanner CLI tool to analyze a .NET solution and generate reports with SonarQube.
Explains how to use Azure Compute Gallery for scalable, multi-tenant desktop image management in Azure Virtual Desktop deployments.
A developer's weekly learning log covering Azure Machine Learning, Prompt Flow, Microsoft Fabric, Copilot, and an LLM hallucination paper.
A guide on using Azure Database for PostgreSQL with the vector extension as a vector store for LLM applications, including setup and integration with LangChain.
Explains how C# 12's new primary constructor feature reduces boilerplate code, especially in Dependency Injection scenarios.
A guide to building a cost-effective, high-performance, and self-service data lakehouse architecture, addressing common pitfalls and outlining key principles.
Troubleshooting guide for common Windows service startup errors, including registry fixes and dependency management.
A developer explains their frustration with negative news and tech trends, leading them to build their own browser from scratch using Rust.
A step-by-step guide to installing and running a local SonarQube instance for code quality analysis and experimentation.
Author explains their move to Decodable to dive deeper into stream processing, Apache Flink, and work with experts in the field.
A monthly retrospective from TinyPilot's founder covering business metrics, goal progress, and software development insights.
Explores how different database systems execute query expressions, comparing tree-walking interpreters, virtual machines, and JIT compilers.
Explains why traditional debugging fails for LLMs and advocates for observability-driven development to manage their non-deterministic nature in production.
A guide to automating the cleanup of stale branches from a remote Git repository, covering generic approaches and provider-specific options.