Compile Swift Podcast gets a co-host
The CompileSwift Podcast welcomes a new co-host, Geoff Pado, and discusses Apple's upcoming September event and iOS 18.1.
The CompileSwift Podcast welcomes a new co-host, Geoff Pado, and discusses Apple's upcoming September event and iOS 18.1.
A retrospective analysis of the Rust-for-Linux project's progress, challenges, and developer burnout, two years after its initial proposal.
Slides and code for an ElixirConf 2024 talk about improving software quality through more effective testing strategies.
A guide to writing clear and structured Git commit messages to improve code history readability and maintainability.
The Angular product lead shares insights on managing the framework's development, focusing on vision, iterative planning, and developer feedback.
A developer's journey from skepticism to appreciation for automated code formatters, focusing on the lack of good options for Java.
A developer shares insights and personal takeaways from reading 'The Tech Resume Inside Out,' focusing on modernizing resumes for the digital hiring landscape.
A humorous guide to common code review antipatterns that hinder development, written from a 'dark side' perspective.
Explains why micro-benchmarks are often misleading for performance optimization and advocates for real-world profiling instead.
The article argues for versioning observability concepts, distinguishing between traditional 'three pillars' (1.0) and modern event-based (2.0) approaches.
An introduction to CI/CD concepts, practices, and tools for improving software delivery speed and quality.
Simon Tatham defines 'symbiosisware' as software written solely for the developer's own use, exploring its unique characteristics and trade-offs.
A daily link blog featuring curated articles on .NET development, F#, Blazor, APIs, performance optimization, and AI for developers.
A quick tip for developers to alphabetize object keys in code to improve readability and efficiency when order isn't important.
Author announces moving their technical blog to a new platform focused on AI agent systems and Gradient Labs' work.
Explores the massive and growing number of public APIs in the .NET ecosystem, analyzing counts across different versions of ASP.NET Core.
Reflects on the CrowdStrike outage to argue that software testing's core purpose is to uncover and report risk, not just find bugs.
Explores the challenges, trade-offs, and benefits of using merge queues in CI/CD pipelines to improve code quality and stability.
A tech professional discovers Gergely Orosz's resume guide is free for the unemployed and shares a key tip about linking to published work.
array_find in PHP 8.4 Written on 2024-07-18 PHP 8.4 adds a handful of functions that have been missing for a while: array_find() and its variants. The