Visual Hierarchy and the Shape of Attention
Explores how visual design in programming, like typography and icon generation, shapes cognitive patterns and attention.
Explores how visual design in programming, like typography and icon generation, shapes cognitive patterns and attention.
Argues that LLMs serve as a baseline for developer tools, not replacements, due to their general but non-specialized capabilities.
A technical guide on implementing a blurry, translucent status bar for Progressive Web Apps (PWAs) on iOS using CSS backdrop-filter and mask properties.
A guide on using [weak self] in Swift Concurrency Tasks to prevent memory leaks, covering weak-strong patterns and best practices.
A developer's evolving code methodology for using if/else vs separate if statements based on whether the logic fits on one screen.
A beginner's guide to using Git and GitHub for version control in web development, covering installation and basic local repository usage.
A developer details building a custom profiler tool to measure and visualize UI responsiveness and typing latency in ReSharper for performance optimization.
Explores the extreme challenges of developing large-scale systems software, using Oxide's software update project as a case study.
Critiques the anti-AI movement's purely negative stance, arguing it undermines credibility and suggests more constructive criticism.
Explains the importance of exercise for developers' health and productivity, offering practical fitness tips to combat sedentary work.
PostgreSQL 19 adds new random() functions for generating random dates and timestamps, useful for creating test data.
Explores how Java's ZGC garbage collector reduces tail latencies in microservices compared to the default G1 collector, using practical benchmarks.
Explores how Java's new Generational ZGC garbage collector reduces tail latencies compared to the default G1 collector in a microservice benchmark.
A guide to securing Azure Logic Apps HTTP triggers by replacing SAS tokens with OAuth authorization policies and Azure AD authentication.
A performance comparison of Visual Studio 2026 vs. 2022, focusing on build times and resource usage for a large .NET Framework solution.
A beginner's guide to Markdown, a lightweight markup language used in programming documentation and web development.
Explains how to use CSS's slash syntax to provide alternative text for CSS-generated content, improving web accessibility for screen readers.
A critique of JavaScript's dependency management after a major supply-chain attack, arguing for systemic change but predicting stagnation.
Learn how to use Apple's new SpeechAnalyzer API in Swift for audio transcription on iOS 26 and macOS 26.
Explains Azure Policy for automated cloud governance, covering policy definitions, assignments, and enforcement effects like deny and audit.