Using variable web fonts for perf
Explains how using variable web fonts can improve website performance by reducing font file requests and page load times.
Explains how using variable web fonts can improve website performance by reducing font file requests and page load times.
A developer shares his journey building a custom course platform to teach programming concepts like Array.reduce(), detailing his tech stack and motivations.
A detailed guide to a modern CSS reset, explaining each rule and its benefits for improving web development.
Introducing the Shadow Palette Generator, a tool for creating cohesive sets of CSS shadows for web design.
Explains why CSS `position: sticky` fails inside CSS Grid containers and how to fix it by overriding the default `align-items: stretch` behavior.
A guide on using CSS media queries and custom properties (variables) together to create more manageable and maintainable responsive web designs.
The author integrates django-htmx into a Django project to build a bulk task deletion feature for a SaaS homeschool application.
Learn three methods to conditionally show or hide elements in Vue.js using v-if, v-show, and CSS class binding.
Introducing UnoCSS, a new on-demand atomic CSS engine designed for performance and flexibility, reimagining utility-first CSS frameworks.
A guide on using the Query Function Context in React Query to avoid inline functions and improve code structure, part of a larger series.
Explores the concept of Micro Applications, defining them as small, focused apps with both a frontend and backend, contrasting them with Microservices and Micro Frontends.
A tutorial on implementing table sorting, filtering, and pagination in React using JavaScript for full control over functionality and design.
A technical comparison of React Router 5, React Router 6, and React Location, covering installation, setup, and common routing tasks.
An overview of the 2021 State of CSS survey, discussing new CSS features and the importance of developer feedback.
Explores 3+1 strategies for setting default values in CSS custom properties to create reusable, customizable components.
A developer combines DOOM WebAssembly with the Checkboxland library to render the classic game on a grid of HTML checkboxes.
A technical deep dive into the inner workings of the Livewire framework, explaining how it enables dynamic PHP components in Laravel.
A developer shares how quitting Twitter's timeline improved their mental health and shifted their focus to client work and mentoring.
Author announces their new role as a Frontend Developer Advocate at Stream, sharing their excitement and goals for the position.
Explores how the CSS prefers-color-scheme media query prioritizes app-level theme settings over OS-level preferences, with practical testing examples.