Compare and apply a diff / patch recursively
A technical guide on using diff and patch commands to recursively apply configuration changes between software versions.
A technical guide on using diff and patch commands to recursively apply configuration changes between software versions.
A developer leaves his job at OkCupid to work full-time on the Zig programming language, funded by community donations, and outlines his development roadmap.
A guide to simplifying state mutations in the NGXS state management library for Angular by integrating the Immer library.
An in-depth look at CoreRT, a .NET runtime designed for Ahead-of-Time (AOT) compilation, comparing it to existing .NET AOT solutions.
A personal recap and key takeaways from attending the AWS Summit Benelux 2018, focusing on cloud computing trends and services.
Introducing Robtex-Go, an open-source Go client library for the Robtex API to automate OSINT tasks.
Analysis of Apple Watch's new web content support, detailing WebKit optimizations and developer meta tags for watch-specific layouts.
Explores how teaching frontend development deepens your own learning, using the journey of learning JavaScript as an example.
A guide on using Xiaomi door/window sensors to create smart light switches in homes without neutral wires, integrating with Home Assistant.
Author addresses the myth that Laravel isn't suitable for enterprise applications by analyzing a real-world case study of a white-labeled e-commerce platform.
A comparison of static, simple, factory method, and abstract factory design patterns using Swift code examples.
A tutorial on creating a minimal React app with Apollo Client to query GitHub's GraphQL API and manage local state.
A developer compares GitHub to his alternative platform, sr.ht, discussing design philosophy, features like CI, and a different business model.
A developer details migrating their blog from Tumblr to GitHub Pages using blogdown, including challenges with Python setup and MathJax.
A data scientist shares ideas for micro-projects for the Summer of Data Science, including manual annotation, package comparisons, and resource curation.
Analyzes Microsoft's acquisition of GitHub, discussing its potential impact on competition, innovation, and the tech industry's future.
Announcing the release of downshift 2.0.0, featuring improved accessibility, React Native support, a simpler API, and better TypeScript definitions.
A guide to counting lines of code in a PHP project, recommending the PHPLOC tool and explaining its output.
A guide to using Django's check framework and Python's ast module to automate custom code quality and style enforcement, like ensuring model fields have verbose names.
A guide to creating dynamic regular expressions in JavaScript using tagged template literals and Proxies to simplify string escaping.