Team OKRs in Action
Explains how high-performing teams can effectively use Team OKRs to bridge strategy and execution, avoiding common top-down pitfalls.
Explains how high-performing teams can effectively use Team OKRs to bridge strategy and execution, avoiding common top-down pitfalls.
A guide to building and using Model Context Protocol (MCP) servers with Spring Boot and Spring AI for standardized AI application communication.
Explores the concepts of knowledge and common knowledge in distributed systems, starting with the classic muddy children puzzle.
Explores implementing a 'human-in-the-loop' tool for AI agents using Python async and DSPy, enabling agents to ask users clarifying questions.
A software developer's monthly retrospective on writing a book about effective writing for developers, covering progress, metrics, and reader feedback.
Explains how to replace brittle, synchronous side-effects in endpoints with a resilient, event-based system using queues for better error handling and performance.
Advocates for including author names and dates on technical documents to ensure proper attribution, support career advancement, and foster a healthy engineering culture.
A Chrome engineer discusses the design challenges and considerations for creating new built-in AI web APIs, focusing on the prompt API and task-based models.
Explores five practical examples of using the new CSS @function rule to create custom functions for more dynamic and organized stylesheets.
A technical deep dive into optimizing word count performance using Python, C, and SIMD programming, achieving massive speed improvements.
A practical guide to managing Azure Policy using PowerShell for automation, repeatability, and governance in existing Azure environments.
A guide to upgrading an eShopLite project to use .NET Aspire 9.4 and GPT-5 models via Azure AI Foundry for cleaner code and deployment.
A guide for CTOs on measuring the business impact of tech initiatives, moving beyond productivity to focus on real outcomes.
Explores running .NET in the browser using WebAssembly without the Blazor framework, covering templates and .NET 10 improvements.
A developer uses AI to create a Python library for the Imgflip meme API, detailing the process and publishing it to PyPI.
A guide on using Azure Bastion to securely connect to a private AKS cluster without needing a jump box VM, simplifying access and management.
A lifelong Windows power user shares their surprising first impressions and confusions after switching to macOS, detailing the unexpected differences and challenges.
Explains how to manage Apache Iceberg table metadata by expiring old snapshots and rewriting manifests to prevent performance and cost issues.
A guide covering key considerations and best practices for containerizing a web application using Docker and Docker Compose.
Explores using JSON arrays over objects for serialization in jOOQ's MULTISET operator, focusing on performance and reliability.