The Cicada Principle, revisited with CSS variables
Explores using the Cicada Principle with CSS variables and prime numbers to create pseudo-random visual patterns in web design.
Explores using the Cicada Principle with CSS variables and prime numbers to create pseudo-random visual patterns in web design.
Summary of Nancy Leveson's ICSE 2020 keynote on software safety, hazards, and the distinction between reliability and safety in system design.
A developer's notes on implementing a concurrent web crawler in Go, covering mutexes, wait groups, and avoiding duplicate URL fetching.
Explains the difference between JSON and JSON Schema serialization in Kafka Connect, showing the extra bytes in the wire format using hexdump.
A developer's personal notes and annotated examples while learning Go's concurrency features: channels, goroutines, and the select statement.
A technical walkthrough of implementing the image.Image interface in Go, covering ColorModel, Bounds, and At methods to generate a custom image.
A developer's monthly update on his tech projects, including a KVM Pi device, the 'Is It Keto' website, and the Zestful API, with revenue stats.
A technical critique and tutorial on using Readers in Go, focusing on improving example code clarity for learners.
A developer's notes on learning error handling in Go, including code examples and explanations of common pitfalls.
A software developer shares his unconventional career path of securing jobs without traditional interviews, focusing on networking and skill demonstration.
Explains how to serialize a custom C# type as a JSON string in ASP.NET Core APIs using System.Text.Json or JSON.NET converters.
A technical guide on using Linux for live streaming, covering webcams, encoding, OBS, and ffmpeg for multi-platform broadcasting.
A technical changelog detailing the frontend upgrades at DEV, including migration to Preact X and adoption of Testing Library with a11y testing.
A technical guide on using Kafka Connect's SpoolDir connector to load CSV data into Apache Kafka, covering schema application and configuration.
Explores how the 'Age' HTTP header from CDNs like Netlify can interfere with link prefetching tools such as Instant.Page, impacting perceived performance gains.
A guide to implementing correct color management and gamma correction in three.js for physically accurate rendering.
A developer shares their experience leading a new web project using F# and recommends key books for software development and team management.
An overview of key exploration strategies in Deep Reinforcement Learning, including classic methods and modern approaches for tackling hard-exploration problems.
Argues for a global web accessibility law to enforce standards, citing poor compliance and lack of developer incentives.
Explains the purpose and usage of PowerShell's OutBuffer parameter for controlling pipeline object batching.