All Articles
Mastering Multi-Cloud with Terraform: Deploying Infrastructure on Google Cloud and AWS
A guide on using Terraform for multi-cloud infrastructure deployment across Google Cloud and AWS, covering IaC benefits and best practices.
Breaking the dependency treadmill
Critique of modern dependency bloat in software development, advocating for simpler, minimal-dependency designs.
Waiting for PostgreSQL 18 – Allow changing autovacuum_max_workers without restarting.
PostgreSQL 18 will allow dynamic adjustment of autovacuum_max_workers without a server restart, improving database maintenance flexibility.
Kickstart Your Journey with Multi-Agent Systems: Build Your First Multi-Agent Using Python and Azure OpenAI
A tutorial on building multi-agent AI systems using Python and Azure OpenAI, covering concepts, frameworks, and practical implementation.
Notes on ‘AI Engineering’ (Chip Huyen) chapter 6
Analysis of Chapter 6 from Chip Huyen's 'AI Engineering' book, focusing on RAG systems and AI agents, their architecture, costs, and relationship.
Öffentliche Erklärbär-Termine 1. Halbjahr 2025
Schedule of public tech talks and workshops on frontend development, JavaScript, and web standards for the first half of 2025.
Things that did (and didn't) contribute to Burnout Buddy's success
An indie developer analyzes the key factors behind the organic success of their app, Burnout Buddy, focusing on App Store Optimization and solving a personal problem.
Noteworthy LLM Research Papers of 2024
A curated list of 12 influential LLM research papers from 2024, highlighting key advancements in AI and machine learning.
Noteworthy LLM Research Papers of 2024
A curated list of 12 influential LLM research papers from each month of 2024, covering topics like Mixture of Experts, LoRA, and scaling laws.
Detecting typos with typos-cli
A guide to using typos-cli, a Rust-based command-line spell checker for detecting and fixing typos in code and documentation.
Join us to discuss transparency and governance at FOSDEM '25
A call to discuss transparency and governance issues at FOSDEM '25 following the cancellation of a controversial sponsored keynote talk.
How to align open LLMs in 2025 with DPO and and synthetic data
A technical guide on aligning open-source large language models (LLMs) in 2025 using Direct Preference Optimization (DPO) and synthetic data.
Automatically select the right Microsoft Entra tenant
A guide on using domain_hint and login_hint parameters to automatically select the correct Microsoft Entra tenant during authentication, improving user experience.
Fast vs. Slow AI
Argues for a balanced approach to AI, using it for discovery but doing important learning and thinking tasks manually to preserve meaning and growth.
The Speed Trifecta: 11ty, Brotli 11, and CSS Fingerprinting
A technical guide on combining 11ty, max Brotli compression, and CSS fingerprinting to achieve optimal website performance and caching.
So you wanna write Kubernetes controllers?
A guide to designing reliable, production-grade Kubernetes controllers and avoiding common API design pitfalls.
Settling in to a monorepo
A developer shares their experience migrating a project to a monorepo using Turbo, detailing setup, configuration, and the benefits for a small team.
Faster pip installs: caching, bytecode compilation, and uv
Strategies to speed up Python dependency installation with pip, including caching, bytecode compilation, and using the uv tool.
Status update 2025-01
Developer updates on pimsync v0.2.0 and libdav improvements, including optimized discovery, storage monitoring, and faster startup.