Monorepos in JavaScript & TypeScript
A comprehensive tutorial on using modern tools to set up and manage Monorepos for JavaScript and TypeScript projects.
A comprehensive tutorial on using modern tools to set up and manage Monorepos for JavaScript and TypeScript projects.
How to validate your ASP.NET Core Dependency Injection container configuration to catch errors early, ensuring all dependencies can be resolved.
A guide to using std::span from C++20, covering its benefits, construction, and differences between static and dynamic extents.
A developer's first impressions of Rust's error handling system, comparing it to Go while working through Advent of Code puzzles.
A developer explores adapting coding styles to different situations, inspired by the 'Six Thinking Hats' framework.
A personal review of 2024 focusing on open source project goals, financial earnings, and productivity reflections from a full-time developer.
Explains TypeScript's new `erasableSyntaxOnly` compiler flag, which restricts code to features that are fully erasable during compilation.
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 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.
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.
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.