100 days - 100 HTML elements in a tweet
A developer shares insights from a 100-day challenge to tweet about 100 different HTML elements, highlighting learning and resources like MDN.
A developer shares insights from a 100-day challenge to tweet about 100 different HTML elements, highlighting learning and resources like MDN.
A guide to best practices for using Styled Components in React, covering team alignment and code organization.
SolidJS is a frontend framework combining React's familiar syntax with Svelte's compilation approach for better performance and smaller bundles.
A technical tutorial on creating realistic paper snowflake effects in CSS using clip-path, masking, and custom properties.
A tutorial on recreating the interactive macOS Dock animation using Svelte, Popmotion, and Vite in under 100 lines of code.
A tutorial for front-end developers on how to create a whimsical, interactive 3D button using only HTML and CSS.
A guide to using Jotai, a minimalist state management library for React, covering atoms and derived state.
Learn how to dynamically style CSS pseudo-elements like ::after using JavaScript and CSS custom properties (CSS variables).
A guide to creatively styling HTML <hr> elements with CSS and SVG, moving beyond plain lines to add visual flair while maintaining semantics.
A guide for iOS developers on using JavaScript to interact with and manipulate web content within WKWebView components.
A technical guide to creating animated underlines for links using modern CSS properties like text-underline-offset and text-decoration-color.
A live coding session where developers debugged an image upload spinner issue in the Forem editor using browser tools.
A guide to React state management libraries, explaining core concepts and helping developers choose the right tool for their project.
A reflection on CSS Battle videos, analyzing how programmers think, test theories, and iterate through code to solve front-end web development challenges.
A web developer criticizes accessibility overlays as harmful and ineffective, advocating for proper web accessibility practices.
A guide exploring Angular Template-Driven Forms, covering their benefits, practical examples, and comparisons with Reactive Forms.
A developer shares their quick experience migrating a medium-sized React app to Preact using Vite in under 10 minutes.
Practical tips for debugging and stabilizing flaky tests in the Cypress end-to-end testing framework, including using .pause() and console.log().
A web developer shares a personal list of technologies and skills, including React, TailwindCSS, and English, they aim to learn in 2021 to advance their career.
A critique of Tailwind CSS and utility-first frameworks, advocating for a more flexible, technology-agnostic approach like CUBE CSS.