Under-the-hood of test runners (e.g Mocha)
An in-depth technical look at how the Mocha test runner works, from parsing to execution, based on the author's experience on the core team.
An in-depth technical look at how the Mocha test runner works, from parsing to execution, based on the author's experience on the core team.
A developer shares their experience leading a new web project using F# and recommends key books for software development and team management.
A tutorial on using Apple's VisionKit framework to implement document scanning in iOS apps with under 10 lines of core code.
A technical tutorial on how to request permissions and load calendar events from the iOS EventKit framework using Swift.
A guide on using environment variables and .env files to securely manage sensitive data like API keys in Deno applications.
A beginner's guide to Deno, a secure JavaScript/TypeScript runtime, covering its benefits and how to start using it.
A data scientist shares how adopting Scrum, despite initial resistance, improved project management and delivery for data science teams.
Explores the concept and implementation of multilayer caching in .NET applications, discussing performance trade-offs and strategies.
An overview of key exploration strategies in Deep Reinforcement Learning, including classic methods and modern approaches for tackling hard-exploration problems.
A critique of async/await implementation in programming languages, focusing on code duplication and proposing functional abstractions as an alternative.
A technical guide detailing the author's step-by-step process for migrating a blog from WordPress.com to the Hugo static site generator.
A developer explains how they created a blogroll for their website by converting an OPML file to JSON using Node.js and Eleventy.
A guide on using Lighthouse CLI to block third-party domains like ads and analytics for accurate performance measurement.
Explains the purpose and best practices for using a 'contrib' directory in open-source projects to manage community contributions.
Introducing DBCore, a tool that generates a complete REST API and admin interface from a PostgreSQL or MySQL database schema.
A developer details migrating a blog to a headless WordPress setup using Gridsome and the Jamstack, explaining the concepts and process.
A tutorial on configuring Google Tag Manager and Google Analytics to operate without using cookies, addressing GDPR compliance concerns.
Explains how to use the Startup File configuration in Azure App Service for Linux to pass command-line arguments to a containerized ASP.NET Core application.
A technical guide on using the Kafka REST Proxy API to list and create topics in a Kafka cluster, with practical curl command examples.
zld is a faster, drop-in replacement for Apple's linker that can speed up iOS/macOS build times by up to 40%.