Archive it or you will miss it
A technical article discussing the problem of link rot on the internet and advocating for personal archiving strategies using tools like wget and cron jobs.
A technical article discussing the problem of link rot on the internet and advocating for personal archiving strategies using tools like wget and cron jobs.
A software engineer outlines seven common antipatterns for prioritizing feature requests in software development projects.
Explains common reasons why Docker containers fail to receive termination signals and offers solutions for proper signal handling.
A guide to enabling application and HTTP logging for Azure Resource Manager Web Apps using PowerShell and storing logs in Azure Storage.
Explains an object-oriented approach to reading large files line by line in PHP, comparing it to generator functions and file_get_contents.
A developer details the evolution of his high-performance workstation builds from 2003 to 2020, focusing on hardware for demanding software tasks.
Explains Scala's BlockContext for managing thread blocking, including how to prohibit blocking in specific scopes.
A developer recounts how they cracked a Sia cryptocurrency wallet seed posted on Reddit by exploiting a single character error.
Fixing the 'Microsoft.Jet.OLEDB.4.0 provider not registered' error in IIS by enabling 32-bit applications for the App Pool.
Explains the detailed, step-by-step process the .NET Runtime (CLR) uses to safely load and validate types, ensuring type safety.
A guide to automatically generating release notes from git commit history using squash and merge and git log commands.
The Gamma project simplifies data visualization creation with a new four-step guide, allowing users to upload CSV data and build interactive charts.
Tips for improving Objective-C code using Swift-inspired macros and techniques, focusing on type inference and modern syntax.
A guide to integrating RMarkdown with the Pelican static site generator using a custom R script to avoid plugin conflicts.
A guide to accessibility tooling and techniques for React applications, covering ESLint plugins, react-axe, and focus control.
Explains JavaScript Promises, their analogy to real-life promises, and how to use .then and .catch for async operations.
A technical guide on creating a Hashicorp Vault authentication token with permissions only to seal the vault, including policy creation and token generation.
Part III of a React tutorial on building a list component that combines infinite scroll with a paginated 'More' button as a fallback for errors.
Discusses the pitfalls of using random data for testing in software development and advocates for using object factories instead.
A technical guide on implementing a 'New Update Available' notification for Progressive Web Apps using Service Workers and caching strategies.