Unpaid work (visualization)
A developer's deep-dive into using dataframe.js for data cleaning and visualization, analyzing UN data on unpaid work by gender.
A developer's deep-dive into using dataframe.js for data cleaning and visualization, analyzing UN data on unpaid work by gender.
A beginner-friendly introduction to Clojure syntax, covering lists, basic arithmetic functions, and using the REPL.
A developer explains their unconventional, branchless Git workflow, working directly on master and using rebase to organize changes.
A technical guide on configuring an NGINX Ingress Controller with Dapr sidecar injection in Kubernetes for exposing Dapr-enabled applications.
A historical look at a quirky C code snippet from 1992 using smiley face typedefs, shared from the author's Google+ archive.
A guide to refactoring React state management by replacing multiple useState hooks with a single useReducer hook for a form-based calculator.
Explains an Azure VM boot failure due to Hyper-V generation mismatch in custom images and provides the fix.
Overview of new features in Java 14 for developers, including Switch Expressions, Records, Text Blocks, and Helpful NullPointerExceptions.
A technical guide on using type-safe code generation to prevent broken documentation links in software projects, ensuring compile-time validation.
Explains LCH colors in CSS, their advantages over RGB/HSL, and browser implementation status for accessing wider color gamuts.
A technical guide explaining SVG path structure and commands to isolate and animate individual elements in a vector graphic using JavaScript.
Overview of new features in version 4.0 of the R survey package, focusing on improved contrast estimation and replicate handling.
A technical guide on setting up and running a multi-track virtual tech conference stream on YouTube using OBS Studio and Azure VMs.
A tutorial on building a generic CRUD controller for RESTful APIs using Vapor 4 and Swift, covering HTTP basics and code implementation.
Explores the challenge of mapping .NET Core framework assemblies back to their original NuGet packages, focusing on an issue in ReSharper/Rider's auto-reference feature.
Final part of a series on advanced Docker image optimization techniques, covering base image standardization, binary stripping, and specialized tools.
A step-by-step guide to setting up a Raspberry Pi 4 without a monitor, covering OS installation, network configuration, SSH, and VNC.
Explores handling missing data in .NET, comparing C# 8.0's Nullable Reference Types with F#'s safer Option type for robust code.
DEV upgraded its frontend infrastructure from Webpacker 3/Babel 6 to Webpacker 4/Babel 7, enabling faster builds and new tooling.
A tutorial on creating and using middlewares in Vapor 4, a server-side Swift framework, to handle common routing tasks.