Arbitrary Beautiful Colors
Explores the limitations of RGB for generating colors and proposes using hue-based color spaces like HSL for creating aesthetically pleasing, algorithmically generated color palettes.
Explores the limitations of RGB for generating colors and proposes using hue-based color spaces like HSL for creating aesthetically pleasing, algorithmically generated color palettes.
A guide to creating fake HTTP endpoints for UI prototyping using ASP.NET Core Minimal APIs and the Bogus library.
A guide to using color scales effectively and accessibly in data visualizations with the D3.js library, including practical examples.
Container queries and container query units are now stable in all modern browsers, enabling responsive components based on parent element size.
A programmer's reflection on their six-week, self-directed learning experience at The Recurse Center, highlighting projects and community.
A crash course on backend development using Django and Django REST Framework, including a live coding example from a Python Frederick talk.
A guide for Azure developers on five practical VSCode techniques to transition from ARM Templates to Bicep for Infrastructure as Code.
A developer's real-world example of why website performance and progressive enhancement are critical, especially on slow networks.
A technical guide on extracting files from vintage Tatung Einstein disk images using flux-level imaging and analyzing disk geometry and file allocation tables.
Introducing the starBliss R package for creating custom, framed constellation maps based on location and date using ggplot2.
Let’s take a look at how we can use macOS’s assistive technologies, like VoiceOver and Voice Control, as well as Hover Text, to more easily check some
A tutorial on building a Li-Fi prototype using Arduino and JavaScript to transmit data via visible light, explaining the conversion of data to binary signals.
Explores the potential of Kotlin/Wasm for web development, focusing on the upcoming WasmGC feature and its impact on frontend and full-stack Kotlin.
A technical guide on compiling Rust to WebAssembly without using the standard wasm-bindgen tool, covering low-level details and workflows.
A guide on using Zod to simplify and type-safe the parsing of route and query parameters in Angular applications.
A manager outlines four key areas for aligning with team members on performance: Focus, Baseline Expectations, Opportunities, and Risks.
Explores efficient database methods for reordering items, inspired by Trello/Jira drag-and-drop functionality.
A developer details major updates to their idle game, including onboarding screens, tooltips, and a new boss fight system.
Explains the risks of using .NET performance counters and how to read them directly from the registry for reliability.
A technical guide on implementing centralized logging for SR Linux network devices using the ELK stack and Syslog, including a containerlab setup.