How to use dependency injection for classes in Swift
A guide to using dependency injection with static methods and classes in Swift to improve testability of legacy code.
A guide to using dependency injection with static methods and classes in Swift to improve testability of legacy code.
Explores the concepts of 'bikeshedding' and 'honeypots' in software, introducing the idea of a 'bikeshed honeypot' to manage feedback.
Reveals three lesser-known technical facts about the Yarn package manager, including its dependency on npm and built-in spellcheck.
Explains why JavaScript's Automatic Semicolon Insertion (ASI) makes 'never use semicolons' a valid approach and why 'always use semicolons' is misleading.
Explains the async and defer attributes in JavaScript, detailing how they control script loading and execution to optimize web page rendering.
A guide to implementing Open Graph and X card metadata to make blog content appear richer when shared on social media platforms.
A guide on using Docker Machine to create a host within an existing Azure Virtual Network and subnet, using a private IP.
An introduction to the Ionic Framework for building cross-platform mobile apps using web technologies like HTML, CSS, and JavaScript.
A developer discusses implementing an image optimization library within the Stitcher framework's responsive images module.
A web developer's analysis of a poll on what matters most: people, product, or tech, revealing surprising priorities in the field.
Discusses the importance of cryptographic safety factors, using SHA1's vulnerabilities and Feynman's Challenger report as analogies.
Announcing the redesigned Inqlude website with improved library categorization, navigation, and metadata for Qt libraries.
Explores the early design decisions of dotCloud, the PaaS company whose container engine evolved into Docker, and their lasting impact.
A guide on using PowerShell to download .gitignore templates from GitHub's REST API for automating project setup.
A developer shares key insights and architectural lessons learned from adopting reactive programming, specifically with RxSwift, for iOS and Mac app development.
Applying the Page Object Pattern to JavaScript component testing for frameworks like Angular and React to create cleaner, more maintainable tests.
Explains the concept of renderless components in React, which separate logic from UI, building on container/presentational patterns.
Introduces Sprache, a C# library for creating text parsers using parser combinators, with an example parsing HTTP WWW-Authenticate headers.
Interview with Una Kravets and Krystal Higgins discussing conference speaking, UX design, onboarding, and finding your niche in tech.
Foreword for a book on Reactive Design Patterns, discussing the principles and growing adoption of Reactive Systems in software architecture.