How to compile LLVM, Clang, LLD, and Ziglang from source on Alpine Linux
A technical guide for compiling LLVM, Clang, LLD, and the Zig programming language from source on Alpine Linux.
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 developer argues for the value of inline code comments as a durable form of documentation, contrasting them with ephemeral pull request discussions.
A tutorial on integrating rx-query into an Angular project to simplify HTTP data fetching, caching, and state management.
Explains how sidecar proxies in containerized environments handle cross-cutting concerns like retries and tracing, reducing code complexity.
The author is seeking new maintainers for two open-source WebXR projects, A-Frame Extras and A-Frame Physics System.
Challenges the view that management is a promotion and engineering a demotion, arguing for cultural change in tech organizations.
A technical guide on configuring a VPN tunnel between a UniFi Security Gateway (USG) and AWS, covering both static and dynamic routing with BGP.
A guide to testing machine learning code and systems, covering pre-train and post-train tests, evaluation, and implementation with a DecisionTree example.
A tutorial on fine-tuning a German GPT-2 language model for text generation using Huggingface's Transformers library and a dataset of recipes.
A tutorial on building a no-code incident management system using Azure Logic Apps to monitor Twitter sentiment and create PagerDuty alerts.
Explains fundamental software engineering principles like DRY to help developers write cleaner, more maintainable code.
A comprehensive reference guide for developers covering essential Bash commands, Git workflows, VSCode tips, Node.js basics, and community resources.
An introduction to Svelte, a modern frontend framework that compiles code for efficient DOM updates, with a basic tutorial on components and state.
Explains the lifecycle functions (connectedCallback, disconnectedCallback, etc.) available in native Web Components for controlling behavior during rendering and updates.
A review of the book 'PowerShell for Sysadmins', analyzing its target audience, strengths, and weaknesses for IT automation.
Discusses problem-solving philosophy in tech, advocating for avoiding problems entirely rather than patching them, using API versioning as an example.
A guide to customizing VSCode with animated sparkles using the Power Mode extension, including configuration steps and settings.