How WebAssembly changes software distribution
Explores how WebAssembly is revolutionizing software distribution by replacing legacy browser plugins like ActiveX, Java applets, and Flash.
Explores how WebAssembly is revolutionizing software distribution by replacing legacy browser plugins like ActiveX, Java applets, and Flash.
A developer explores using separate SVG paths for mobile and desktop designs, inspired by Sarah Drasner's work on Netlify's site.
A guide to creating Git aliases that automatically detect and checkout a repository's default branch, handling the transition from 'master' to 'main'.
A tutorial on using the Tfe.NetClient library to manage Terraform Cloud infrastructure from a .NET Core console application.
A critique of JavaScript's Array.reduce method, arguing it often creates hard-to-read code and should be avoided in favor of simpler alternatives.
A technical deep dive into automating internal infrastructure and data workflows using Rust, cron jobs, and a central database.
A guide to creating configurable macOS Big Sur widgets using WidgetKit and custom Xcode templates for AppKit apps.
A technical guide for debugging in Kubernetes by identifying which pod created a specific process using the nsenter command.
Explores methods to count messages in a Kafka topic, comparing kafkacat commands with wc to ksqlDB for more detailed, grouped aggregations.
A guide explaining the syntax, behavior, and best practices for using arrow functions in modern JavaScript, including lexical scoping of 'this'.
Shareful is a free macOS app that enhances the system share menu with useful actions like copy, save, and open in.
Troubleshooting a vMotion error in VMware vCenter where a VM's CD drive mapping to a Content Library ISO prevents migration.
A technical guide on managing and cleaning up custom search engines in Google Chrome by directly manipulating its SQLite database.
A technical guide for compiling LLVM, Clang, LLD, and the Zig programming language from source on Alpine Linux.
A tutorial on implementing Stack Navigation in a React Native app using the React Navigation library.
Introducing Parsel, a tiny, permissive CSS selector parser with AST walking and specificity calculation methods.
A technical guide on migrating website comments from Commento to Utterances, a GitHub-based comment system, including steps and code.
A tutorial on integrating rx-query into an Angular project to simplify HTTP data fetching, caching, and state management.
A developer argues for the value of inline code comments as a durable form of documentation, contrasting them with ephemeral pull request discussions.
Explains how sidecar proxies in containerized environments handle cross-cutting concerns like retries and tracing, reducing code complexity.