Fixing the under-appreciated JavaScript Map class and using it to construct a build system
Explores extending JavaScript's Map class to create a FileMap for file system interaction and discusses building a custom build system.
Explores extending JavaScript's Map class to create a FileMap for file system interaction and discusses building a custom build system.
Explores the technical implementation of .NET 10's new 'dotnet run app.cs' feature for running single C# files without a project file.
A guide to building a native Apache Kafka binary on macOS using GraalVM for faster startup times, based on the official KIP-974 configuration.
A step-by-step guide to building OpenJDK 24 from source on macOS, covering prerequisites, tool installation, and the build process.
A guide to understanding and using the cargo.toml file, the central configuration file for managing Rust projects and dependencies with Cargo.
Simple Sublime Text settings and a build script to improve Markdown writing and conversion with Pandoc.
A deep dive into the internal workings of the Zig programming language's built-in build system, explaining its two-stage compilation process and declarative API.
Introducing k8s-lab-plz, a modular, automated Kubernetes lab environment built with the Please build system for deploying tools like Vault and Prometheus.
A guide to building TypeScript projects using Bazel, Google's open-source build tool, for efficient dependency management and incremental compilation.
Explains how to use Promises with Gulp for advanced file synchronization tasks, including copying new files and deleting removed ones.
Developer discusses rewriting a Java GUI client for Poliqarp, focusing on code cleanup and new protocol integration.