Things you forgot (or never knew) because of React
A developer reflects on how relying on React as the default frontend framework may cause developers to miss out on better, more modern tools and workflows.
A developer reflects on how relying on React as the default frontend framework may cause developers to miss out on better, more modern tools and workflows.
A developer shares two summer side projects: an academic paper digest app and a movie selection tool for groups, built to solve personal problems.
A review of Replay.io, a debugging tool that records app sessions for time-travel debugging and collaborative issue resolution.
Exploring the Virtual Keyboard API to solve the problem of fixed UI elements being hidden by mobile keyboards, with examples and browser support details.
Explains common mistakes in email validation and provides correct, permissive approaches for developers.
A tutorial on creating a simple HTML encoding function in vanilla JavaScript to safely display code samples on web pages.
A talk from EuroPython 2023 covering the development, maintenance, and how to contribute to the official Django project website (djangoproject.com).
A technical guide on creating comprehensive URL hierarchies and tag indices using Eleventy's pagination feature for static site generation.
A technical analysis of the CSS implementation in Meta's Threads app, focusing on its use of CSS Grid for post layouts.
Explains new CSS viewport units (svh, lvh, dvh) that solve mobile layout issues caused by dynamic browser UI elements like address bars.
A designer announces a new conference talk about iterative UX design for diverse devices and invites speaking opportunities at tech events.
Explains how to handle ASP.NET Core anti-forgery tokens when using HTMX boosts, including solutions for script re-registration.
Andy introduces a viewport logger tool to collect data on screen fragmentation and encourages testing on various devices.
Explains why to use Svelte over Astro files for components in Astro projects, focusing on reusability and syntax.
A reflection on CSS Day 2023, highlighting the rapid evolution of CSS, the undervaluation of CSS skills, and the need for community building.
Explains the correct HTML structure for using CSS container queries to avoid sizing errors with container query units.
A discussion on managing complexity in front-end development, advocating for fewer dependencies and leveraging the web platform.
A web developer's hands-on review of the Dell 6K 32" monitor, focusing on its use with Macs and why it's a great value despite a major flaw for some users.
Explains JavaScript Import Maps for ASP.NET Core devs, comparing traditional scripts to ES modules for better dependency management.
A talk from DjangoCon Europe 2023 covering updates, maintenance, and how to contribute to the official djangoproject.com website.