Progressive Enhancement and Marketing
A developer explains the decision to avoid CSS Custom Properties for a paid theme feature to maximize browser compatibility, discussing progressive enhancement trade-offs.
A developer explains the decision to avoid CSS Custom Properties for a paid theme feature to maximize browser compatibility, discussing progressive enhancement trade-offs.
A developer's retrospective on the mistake of shipping a product too late, with insights from their fourth month working on Zestful.
A developer shares their experience presenting a talk on CSS Grid and CSS Variables at a JavaScript meetup, discussing adoption challenges.
Part 14 of a series on building an app with Angular and ASP.NET Core, focusing on making the product card and shopping cart responsive.
A technical tutorial on updating shopping cart quantity and totals in an Angular and ASP.NET Core 2.1 application, including a bug note.
A developer continues building an app with Angular and ASP.NET Core, focusing on shopping cart functionality, component refactoring, and VS Code extensions.
A developer's progress update on building an app with Angular and ASP.NET Core, covering pagination, Font Awesome, and layout.
Introducing ngx-testing-library, an Angular adapter for the DOM Testing Library approach, enabling tests focused on user behavior over implementation details.
A tutorial on implementing animations in an Angular application, building an animated image slider from scratch.
A guide on effectively using Google and other resources to find the best learning materials for coding and software development.
Explores how CSS Grid can break standard web layouts and inspire more creative, flexible designs for the future.
A defense of seemingly messy CSS code, arguing that complex class structures often evolve from practical needs and team collaboration.
Explains the importance of semantic HTML in JSX, advocating for choosing elements based on meaning over appearance for better web development.
A developer shares practical strategies for effectively using CSS custom properties, covering variable types, scoping, and fallback values.
An introduction to Gatsby, a React-based static site generator, covering its setup, CSS options, and plugin ecosystem for building fast websites.
Announcing a new book about web typography, exploring the unique challenges and opportunities of typesetting for the web.
A guide to help developers choose which JavaScript framework to learn by answering six introspective questions about goals and obstacles.
A technical guide on creating dynamic, scroll-responsive Bézier curves and swoopy shapes using SVG and React.
Developer creates a DevTools extension to toggle CSS feature queries for easier fallback layout testing.
Compares chaining vs. extending CSS classes for modular CSS, discussing pros, cons, and maintainability in scalable projects.