The missing cross-platform OS API for timers
A deep dive into the fragmented landscape of OS-level timer APIs across Windows, POSIX, and Unix variants, and the challenges of cross-platform development.
A deep dive into the fragmented landscape of OS-level timer APIs across Windows, POSIX, and Unix variants, and the challenges of cross-platform development.
A developer shares how to use ChatGPT's 4o and o1 models to create a personalized daily AI assistant for cultural news and learning.
The Compile Swift Podcast is rebranding to App Developer Podcast to cover a wider range of app development technologies beyond Swift.
Explores a recurring pattern in programming systems where users iteratively choose options to build code, proposing a 'choose-your-own-adventure calculus' abstraction.
A guide to automating LinkedIn posts using the LinkedIn API, covering app creation, token generation, and API calls.
A guide to using PDF.js for reading/parsing PDFs and PDF Lib for creating/modifying PDFs in Node.js, with code examples.
A curated newsletter issue covering mobile automation topics, including CI/CD, testing frameworks, and best practices for iOS and Android development.
A technical guide on installing Azure Service Operator on an AKS cluster using Terraform, including provider configuration and resource definitions.
Learn how to use architecture tests and the NetArchTest library to enforce clean architecture rules and prevent technical debt in .NET applications.
A guide to getting 15GB of free storage for a business email by forwarding it to a free Google account and configuring SMTP for sending.
A guide to building multi-agent AI systems using Semantic Kernel and Azure AI Agent Service, focusing on orchestration frameworks.
A developer's experience with the Cline AI coding assistant, exploring its capabilities for bug fixing and the implications for programmers.
A guide to re-ordering Git commits using interactive rebase, including conflict resolution and cancellation.
A guide to building AI applications using the LangChain framework, covering core concepts, installation, and practical examples.
A technical guide on fine-tuning IBM's Granite3.1 AI model using Guided Reward Policy Optimization (GRPO) to enhance its reasoning capabilities.
A tutorial on automating the scheduled start and stop of Azure Virtual Machines using Azure Automation and PowerShell runbooks.
A guide to building an automated LinkedIn job application bot using Puppeteer for browser automation and TypeScript for robust, maintainable code.
Explores Azure's disaster recovery features for when an entire region is destroyed, covering availability zones, paired regions, and resilience strategies.
A developer details updating their blog's code syntax highlighting and theme colors using Shiki and CSS custom properties.
Explains structure-cementing tests and how a Test DSL can decouple tests from implementation details, making them resilient to structural changes.