Implementing MVCC and major SQL transaction isolation levels
A tutorial on building a simple database with MVCC to implement and understand the five major SQL transaction isolation levels in 400 lines of code.
A tutorial on building a simple database with MVCC to implement and understand the five major SQL transaction isolation levels in 400 lines of code.
A discussion on the current state and cost of .NET development tooling in 2024, focusing on free options like Visual Studio Community Edition.
Explains how to use LiteLLM to load balance OpenAI API calls across multiple Azure instances to avoid rate limits.
C# 13 may allow the use of 'ref' and 'unsafe' in iterators and async methods, addressing current limitations with references and spans.
Overview of bUnit v2, a major update to the Blazor unit testing library, covering new features, breaking changes, and API refinements.
Explains the role and types of catalogs in Apache Flink SQL, comparing them to traditional RDBMS systems and highlighting their importance in data management.
An indie founder shares 13 years of lessons from growing his SaaS timeline tool, Preceden, with a 37% annual revenue growth rate.
Explains how a DNS misconfiguration can lead to subdomain hijacking on GitHub Pages, allowing attackers to host spammy content on your domain.
A developer reflects on the xendmail project, a sendmail-compatible tool for email dispatch, discussing its successes and key shortcomings.
Explains key AI model generation parameters like temperature, top-k, and top-p, and how they control output creativity and consistency.
Explains why the Terraform taint command is problematic and suggests better alternatives for managing infrastructure.
A developer troubleshoots Hugo's live-reload feature failing on Mac after switching from Docker Desktop to OrbStack, and finds a workaround.
Exploring the two JDBC driver options for connecting to Apache Flink: the new Flink JDBC driver and the Hive JDBC driver via the SQL Gateway.
A developer details migrating a blog comment system from Azure Functions to Cloudflare Workers, including setup and code examples.
A weekly tech digest covering podcasts on AI and free speech, plus articles on Microsoft's AutoGen framework for LLMs and Microsoft Fabric.
A curated newsletter issue covering the latest mobile automation news, tools, and tutorials for iOS, Android, Flutter, and Unity development.
Explores .NET 8's new UnsafeAccessorAttribute for faster, AOT-friendly reflection, comparing it to traditional methods with benchmarks.
A hands-on guide that teaches distributed systems concepts by building a fantasy-themed text-based MUD game using Elixir, Phoenix, and LiveView.
A tutorial on building a minimal clone of ASP.NET Core from scratch to understand its core concepts like the web server, controllers, and middleware.
This episode covers configuring SendGrid for outbound email sending and domain authentication for a SaaS project deployment.