ColdFusion Custom Tags Should Have An End-Tag For Clarity
Ben Nadel argues for using self-closing ColdFusion custom tags to make code structure explicit and avoid confusion in nested tags.
Ben Nadel argues for using self-closing ColdFusion custom tags to make code structure explicit and avoid confusion in nested tags.
A historical look at legacy frontend web development practices and the lessons they hold for modern developers.
A comprehensive guide to understanding and using SVG path elements, covering commands, syntax, and animations.
A beginner-friendly introduction to SVG, covering basic shapes, inline usage, and how to animate them with CSS and JavaScript.
Explores the ideal number of network requests needed for web page navigation, comparing traditional HTML apps with modern client-side approaches.
A developer shares technical insights and techniques used to create the whimsical animations and interactive elements on their new course landing page.
A detailed guide to setting up a MacBook Pro for web development, covering system preferences, terminal commands, and essential tools.
A developer's framework for deciding when to use new CSS features, considering fallback experiences and browser support.
A developer announces a redesigned personal website, explaining the new focus on content and the move to a new hosting platform.
An introduction to CSS Container Queries, explaining their importance and how to use them for component-based responsive design.
Robin, a German software engineer, introduces his background, mission to make coding education accessible, and his freelance work.
A developer shares their personal story of gaining visibility by consistently sharing knowledge, teaching complex topics, and engaging with the community.
A developer shares notes on Go 1.22's improved built-in router and using sqlc to generate database code, based on personal project experience.
A developer's exploration of the powerful CSS :has() pseudo-class, sharing real-world use cases and its surprising utility in modern web development.
Exploring how to build web applications in Go using only the standard library, without any external packages or dependencies.
The author updates core pages like About, FAQ, and Home for the JourneyInbox SaaS app, focusing on UI layout and content.
A guide to using the native HTML popover attribute to create modals without JavaScript, including code examples.
A nostalgic look back at the early days of web development, from table layouts to dial-up modems, by a developer with 20 years of experience.
A guide to overcoming analysis paralysis and choosing a JavaScript framework to learn, focusing on practical action over endless comparison.
A guide for beginners on how to learn React effectively by focusing on the core library first and avoiding common distractions.