C# 14: Extension Members
Explores the new Extension Members feature in C# 14, comparing it to traditional extension methods with practical code examples.
Explores the new Extension Members feature in C# 14, comparing it to traditional extension methods with practical code examples.
A developer builds a personal SwiftUI app, Tend, to track finances via Google Sheets, addressing the lack of a mobile app in his current tool.
A developer's journey to find a reliable hardware KVM solution for switching peripherals between a MacBook and a Linux desktop, detailing the setup and remaining issues.
Explores the evolution from AI-augmented IDEs to Agentic Development Environments (ADEs) and the future of autonomous AI in software engineering.
A developer builds a personal AI workflow using LangGraph, focusing on integrating human-in-the-loop processes.
Introducing a mutation testing framework for Go assembly to improve test coverage of constant-time cryptographic code and prevent hidden bugs.
A developer benchmarks MicroPython performance on various microcontrollers, comparing them to a Raspberry Pi 4 and a laptop.
A developer shares how AI tools helped reverse-engineer and optimize a slow API endpoint, moving from a complex transaction script to a domain model.
Three practical steps for ensuring long-term success when adopting Terraform for Azure infrastructure-as-code projects.
Explores alternatives to Claude Code after usage limit changes, focusing on self-hosted AI models and CLI tools for developers.
Explores Claude Code as a transformative AI-powered programming interface, comparing its potential impact to Smalltalk-80's historical influence on software development.
A developer creates a faster disk usage tool for macOS using concurrency and system-specific APIs, benchmarking it against existing solutions.
Explains the upcoming HTTP/3 support in Java's HTTP Client API, detailing the simple API change and connection negotiation.
A guide to debugging PostgreSQL errors using the backtrace_functions GUC to generate stack traces for non-crash errors.
Learn how to integrate Playwright tests into a .NET Aspire dashboard to run them on-demand, avoiding the need for an IDE or command line.
A guide to the top AI-powered coding tools and extensions available for C# developers using Visual Studio and Visual Studio Code.
Exploring Planet Labs' open hyperspectral satellite imagery data, including setup and analysis using Python, GDAL, and DuckDB.
Updates to the SimpleStateMachine project, including new configuration methods and adding arbitrary state data to state machine states.
A deep dive into the implementation details of the new CPU-time profiler introduced in Java Development Kit (JDK) 25.
A developer explores building simple and tool-using chatbots from scratch using the DSPy framework, reflecting on practical vs. theoretical learning.