Load balancing OpenAI API calls with LiteLLM
Explains how to use LiteLLM to load balance OpenAI API calls across multiple Azure instances to avoid rate limits.
Explains how to use LiteLLM to load balance OpenAI API calls across multiple Azure instances to avoid rate limits.
A technical deep-dive into the architecture and launch strategy behind the initial version of the Puzzmo puzzle game platform.
A guide to building a fluent API in C# for awaiting multiple asynchronous calls and retrieving their results in a strongly-typed, elegant manner.
Podcast interview discussing Server-side Swift, Structured Concurrency, the Swift Server Workgroup, and maintaining clean code with developer Joannis Orlandos.
Guide to setting up a self-hosted Azure DevOps pipeline agent using Azure Container Instances to bypass free-tier parallelism limits.
Explains how to create custom environment values in SwiftUI, covering the standard method and noting updates from WWDC24.
A retrospective on organizing and running ThanosCon, a co-located event at KubeConEU 2024, focused on the Thanos open-source project for metrics.
Discusses the nuanced role of assumptions in statistics, distinguishing between necessary and sufficient conditions, and their impact on interpreting models like linear regression.
Explores the application of diffusion models to video generation, covering technical challenges, parameterization, and sampling methods.
Explores design considerations and challenges in message-passing applications using the SObjectizer framework and the actor model in C++.
A podcast episode discussing the pros and cons of solo versus team-based game development, focusing on decision-making, timelines, and motivation.
A software developer's monthly business retrospective covering deployment security, release processes, and financial performance for TinyPilot hardware company.
A developer explores setting up a self-hosted Nextcloud server as a free, secure alternative to Dropbox for local file storage and backup.
An analysis of key qualities that define excellent non-corporate technical blogs, including tackling complex topics and showing working code.
Explores the development of AI-powered typography tools that assist designers with font selection, spacing, and layout to create more empathetic and accessible designs.
Explains how to configure darkman to expose dark/light mode preferences via the xdg-desktop-portal API on Linux.
FDO bans Hyprland maintainer Vaxry for toxic behavior, sparking public debate about community conduct and enforcement in open-source projects.
Microsoft Entra ID's new multitenant organization feature enables collaboration across multiple Azure tenants, improving user discovery and Teams integration.
Explains how Puzzmo's API uses a plugin architecture and TypeScript to manage per-game customizations for features like leaderboards and news.
Explains how to add deconstructors to third-party C# types using extension methods, enabling tuple deconstruction for unmodifiable code.