Should you still learn to code in 2025? 🤔
Argues that learning to code remains essential in 2025 despite advanced AI, emphasizing critical thinking, debugging, and career value.
Argues that learning to code remains essential in 2025 despite advanced AI, emphasizing critical thinking, debugging, and career value.
A tutorial on implementing a dynamic, markdown-based changelog within a Phoenix LiveView application using the Earmark library.
A developer troubleshoots missing metrics in a .NET app using OpenTelemetry, finding a breaking change in the Collector.
Guide to integrating real-time UK electricity and gas usage data into Home Assistant using the Bright app and DCC smart meter network.
An iOS developer reflects on the massive growth in complexity and specialization within the iOS ecosystem over the past decade, from frameworks to Swift language features.
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 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.