Developing with a Curved Display
A developer shares their positive experience using a 34-inch curved monitor for programming, highlighting ergonomics and productivity gains.
A developer shares their positive experience using a 34-inch curved monitor for programming, highlighting ergonomics and productivity gains.
A guide to disabling browser notification permission requests in Chrome, Firefox, Edge, Safari, and Brave to reduce spam.
Explains how Django uses sessions to store per-visitor data across multiple requests, covering storage and JSON serialization.
A reminder for developers to share their frontend knowledge, even basic tips, as no one can know every detail in the field.
The article argues against the common misconception that utility-first CSS classes are equivalent to inline styles, explaining their fundamental differences and capabilities.
A developer shares detective-like strategies for debugging software, including reading error messages, changing one thing at a time, and confirming assumptions.
A guide to quickly compress and resize large images for webpages using a browser-only workflow to improve loading times.
Explains the upcoming CSS @container feature for responsive element styling based on parent size, not just viewport.
A guide on using Cloudflare Tunnel to create a live, web-accessible preview of a Hugo static site during development.
Explores using CSS Container Queries for component-level art direction, particularly for responsive images within card layouts.
A tutorial on using CSS custom properties and radio buttons to dynamically toggle clip-path values, demonstrating a cleaner alternative to JavaScript class toggling.
A deep dive into the Preact JavaScript library's source code, analyzing its architecture, TypeScript usage, and code efficiency.
Explains the concept of business logic in software development, using examples like a BMI calculator to distinguish it from other code.
A developer recounts how a single misconfigured canonical HTML tag caused their site to vanish from most search engine indexes and the long road to recovery.
A technical guide on handling environment variables in SvelteKit, including a workaround for a build error with style tags.
A tutorial on building a web server with the Fastify framework and using the Liquid templating language for dynamic HTML generation.
A developer explains how to opt a website out of Google's FLoC tracking trial using a simple Nginx header configuration.
A beginner's guide to using CSS Custom Properties (CSS variables) for tokenizing styles, managing complexity, and creating dynamic, maintainable code.
A guide offering simple, practical CSS rules of thumb for developers, covering selectors, BEM, specificity, and layout basics.
A review of PHP's evolution in 2021, covering PHP 8 features, upcoming 8.1 additions like enums, and community trends.