In Defense of 100% Unit Test Coverage
A developer argues for the benefits of 100% unit test coverage, addressing common counterarguments and emphasizing testable code design.
A developer argues for the benefits of 100% unit test coverage, addressing common counterarguments and emphasizing testable code design.
A developer shares a painful freelance project case study, detailing scope creep, poor management, and burnout, with lessons on client relationships and project ownership.
A guide to setting up and debugging Node.js applications written in TypeScript using Visual Studio Code.
A technical tutorial on creating US maps with R, including Alaska and Hawaii as properly scaled insets using the sf and tmap packages.
A hands-on review of AppSwitch, a new networking abstraction layer for containers and hybrid environments, exploring its potential to simplify complex container networking.
Explores using pairwise composite likelihood to fit mixed models when survey sampling and model random-effect structures differ, using genetic analysis as an example.
A technical guide on integrating Adobe Analytics data into Microsoft Power BI dashboards using the RSiteCatalyst R package and its API.
A tutorial on implementing the VIPER architecture for scalable iOS development, comparing it to MVC, MVVM, and other patterns.
A blog update explaining the author's absence, covering work on a management challenge, preparation for the PowerShell + DevOps Global Summit, and plans for future content.
Analyzing CRAN packages to find non-English R packages, focusing on French documentation and encoding fields in DESCRIPTION files.
A developer's post-mortem on the controversial reaction to her blunt advice for women in tech on succeeding and gaining power.
Tips for enhancing ASP.NET Core configuration using C# features like property initializers and IOptions patterns.
A comparison of creating bots for Slack versus IRC, highlighting the complexity of proprietary APIs versus the simplicity of open standards.
Explains how to inject and use UrlHelper in ASP.NET Core MVC to generate dynamic hypermedia links in API responses.
A tutorial on integrating Lottie animations into a React Native app using Expo, covering setup, installation, and basic animation control.
Payara 5 Release Candidate 1 is now available for testing, featuring Java EE 8 and MicroProfile 1.2 components.
A developer shares advanced debugging techniques for tracking retain/release crashes in Objective-C, including custom GCD wrappers and queue tracking.
A guide to implementing responsive images for web performance, covering mindset, techniques, and calculations for optimal image delivery.
A guide for developers on overcoming idea paralysis and fear of failure when deciding what personal projects to build.
Explains how to resolve KSQL's topic conformity error when creating streams/tables, detailing partition and replica mismatch solutions.