Using Azure Database for PostgreSQL as a vector store
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.
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.
Azure Resource Graph now includes Policy Exemptions data, enabling cloud-scale queries and analysis with KQL examples provided.
Explores .NET 8's new UnsafeAccessorAttribute for faster, AOT-friendly reflection, comparing it to traditional methods with benchmarks.
Explains the Dirichlet distribution as a multivariate extension of the Beta distribution, with applications in Bayesian statistics and regression models.
Explores the concept of discriminated unions in C#, their implementation using generic Results classes, and their application in ASP.NET Core Minimal APIs.
Explains how browsers expand click targets for accessibility and provides WCAG guidelines for developers to ensure accurate user interactions.
Announcing the official paper and electronic version of the 'Practical MongoDB Aggregations' book, published by Packt with new content.
A critique of the Hyprland Wayland compositor's toxic community culture, citing hateful behavior and lack of moderation.
A guide to automatically converting SVG files to PNG during the build process in .NET projects using MSBuild and the Svg.Skia.Converter tool.
A hands-on guide that teaches distributed systems concepts by building a fantasy-themed text-based MUD game using Elixir, Phoenix, and LiveView.