Top Front-End Tools Of 2023

Useful front-end tools for CSS and JavaScript developers that were most popular last year and will help you speed up your development workflow. Let’s dive in! | Continue reading


@smashingmagazine.com | 3 months ago

SolidStart: A Different Breed Of Meta-Framework

Are you ready for a little exercise of pulling a framework apart and putting the pieces back together? In this article, Atila Fassina explains how meta-frameworks have evolved around core libraries in their own unique ways. | Continue reading


@smashingmagazine.com | 3 months ago

The View Transitions API And Delightful UI Animations (Part 2)

The View Transitions API is a new — but game-changing — feature that allows us to do the types of reactive state-based UI and page transitions that have traditionally been exclusive to JavaScript frameworks. In the second half of this mini two-part series, Adrian Bece expands on … | Continue reading


@smashingmagazine.com | 4 months ago

The Magic Of New Beginnings (January 2024 Wallpapers Edition)

Let’s start into the new year with a little inspiration boost: wallpapers created with love by the community for the community. Happy 2024! | Continue reading


@smashingmagazine.com | 4 months ago

Making Sense Of “Senseless” JavaScript Features

JavaScript may be the most popular client-side language in the world, but it’s far from perfect and not without its quirks. Juan Diego Rodriguez examines several “absurd” JavaScript eccentricities and explains how they made it into the language as well as how to avoid them in you … | Continue reading


@smashingmagazine.com | 4 months ago

The View Transitions API And Delightful UI Animations (Part 1)

The View Transitions API is a new — but game-changing — feature that allows us to do the types of reactive state-based UI and page transitions that have traditionally been exclusive to JavaScript frameworks. In the first part of this mini two-part series, Adrian Bece thoroughly e … | Continue reading


@smashingmagazine.com | 4 months ago

New CSS Viewport Units Do Not Solve The Classic Scrollbar Problem

Since the introduction of CSS viewport units in 2012, many of us have been using `width: 100vw` as a way to set an element’s width to the full width of the viewport. But, as Šime Vidas explains in this deep dive, `100vw` does not always represent the full width of the viewport du … | Continue reading


@smashingmagazine.com | 4 months ago

Building Components For Consumption, Not Complexity (Part 2)

Part 2 concentrates on the key points from Luis’ framework and practical tips about managing a design system that should be both robust and easy to adopt. | Continue reading


@smashingmagazine.com | 4 months ago

CSS Scroll Snapping Aligned With Global Page Layout: A Full-Width Slider Case Study

Have you run into a situation where you need the padding of one element to align with the padding of another element? In this article, Brecht De Ruyte demonstrates the issue with a full-width slider component that breaks out of the main page container and shares a couple of techn … | Continue reading


@smashingmagazine.com | 4 months ago

Building Components For Consumption, Not Complexity (Part 1)

Design systems can be of immense help, but failure to adopt them invalidates the hard work that goes into building the thing in the first place! In this two-part series of articles, Luis shares his experience with design systems and how you can overcome the potential pitfalls. | Continue reading


@smashingmagazine.com | 4 months ago

Preparing For Interaction To Next Paint, A New Web Core Vital

Starting in March 2024, Interaction to Next Paint will formally replace First Input Delay as a Core Web Vital metric. Learn how the two metrics differ, why we needed a new way to measure interaction responsiveness, and how you can start optimizing the performance of your site now … | Continue reading


@smashingmagazine.com | 5 months ago

Five-Second Testing: Taking A Closer Look At First Impressions (Case Study)

Five-second testing is a popular method of usability research used in the industry, yet in essence, its core belief boils down to virtually a superstition. Eduard Kuric looks under the hood at how first impressions are affected by various factors and how UX researchers and produc … | Continue reading


@smashingmagazine.com | 5 months ago

How Marketing Changed OOP In JavaScript

Discussing the decisions surrounding JavaScript prototypes, the article by Juan Diego Rodriguez scrutinizes their origin, examines missteps in the design, and explores how these factors have affected the way we write JavaScript today. | Continue reading


@smashingmagazine.com | 5 months ago

Recovering Deleted Files From Your Git Working Tree

Git is designed to assure us that we can track a project’s files at different points in time. But it doesn’t assure us that those files are always safe along the way. For those of you who have dealt with the sinking feeling that you’ve irrevocably deleted and lost files, Sanmi ha … | Continue reading


@smashingmagazine.com | 5 months ago

Cold Days, Shining Lights (December 2023 Wallpapers Edition)

Could there be a better way to welcome the new month than with a collection of desktop wallpapers? We’ve got some eye-catching designs to sweeten up the last few weeks of the year and, if you’re celebrating, to get you in the holiday mood. | Continue reading


@smashingmagazine.com | 5 months ago

Crafting A Killer Brand Identity For A Digital Product

In this article, Sasha guides you through crucial processes and factors to achieve a consistent brand presence across platforms. She offers an overview of the entire brand identity process, explores collaboration with UI teams, and provides essential details on the assets require … | Continue reading


@smashingmagazine.com | 5 months ago

A Few Ways CSS Is Easier To Write In 2023

We’re living in somewhat of a CSS renaissance with new features, techniques, experiments, and ideas coming at us to an extent we haven’t seen since “CSS3”. It’s easy to feel overwhelmed when your profession seems to be advancing at breakneck speed, but Geoff Graham considers the … | Continue reading


@smashingmagazine.com | 5 months ago

An Introduction To Full Stack Composability

A well-designed composable system should not only consider the technical aspects but also take into account the nature of the content it handles. To help us with that, we can use a Headless Content Management system such as Storyblok. | Continue reading


@smashingmagazine.com | 5 months ago

CSS Responsive Multi-Line Ribbon Shapes (Part 2)

In Part 1 of the series, Temani Afif demonstrated how creating ribbon patterns in CSS has evolved with the availability of new CSS features. In this second installment of this brief two-part series, we look at two additional ribbon variations that introduce techniques for masking … | Continue reading


@smashingmagazine.com | 5 months ago

Creating And Maintaining A Voice Of Customer Program

Product teams benefit from knowing their users’ needs and how they respond to product updates as they build out the roadmap of a product. This article covers Voice of Customer programs and is aimed at those who work on a product team as well as executives who are looking for how … | Continue reading


@smashingmagazine.com | 5 months ago

An Efficient Design-to-Code Handoff Process Using Uno Platform For Figma

Effective collaboration between designers and developers is vital to creating good user experiences. However, bridging the handoff between design and development with the many tools and workflows available today has its pitfalls. Matthew Mattei introduces you to the Uno Platform, … | Continue reading


@smashingmagazine.com | 5 months ago

CSS Responsive Multi-Line Ribbon Shapes (Part 1)

Ribbons have been used to accent designs for many years now. But, the way we approach them in CSS has evolved with the introduction of newer features. In this article, Temani Afif combines background and gradient tricks to create ribbon shapes in CSS that are not only responsive … | Continue reading


@smashingmagazine.com | 5 months ago

Designing Web Design Documentation

Words alone aren’t enough to safeguard best practices in the world of web design and development. Web design documentation must be like its medium — interactive and constantly evolving. | Continue reading


@smashingmagazine.com | 5 months ago

Creating Accessible UI Animations

Animation and accessibility are often seen as two separate powers at odds with one another. How is it possible to strike a balance between elements that move and the possible negative effects they expose to users who are sensitive to motion? Oriana García explains how her team at … | Continue reading


@smashingmagazine.com | 5 months ago

WordPress Playground: From 5-Minute Install To Instant Spin-Up

WordPress Playground began as an experiment to see what a self-hosted WordPress experience might look like without the requirement of having to actually install WordPress. A year later, the experiment has evolved into a full-fledged project. Ganesh Dahal demonstrates how WordPres … | Continue reading


@smashingmagazine.com | 5 months ago

Addressing Accessibility Concerns With Using Fluid Type

The CSS `clamp()` function is often paired with viewport units for “fluid” font sizing that scales the text up and down at different viewport sizes. As common as this technique is, several voices warn that it opens up situations where text can fail WCAG Success Criterion 1.4.4, w … | Continue reading


@smashingmagazine.com | 6 months ago

In Search Of The Ideal Privacy Icon

Icons are capable of enhancing the content that surrounds them, but they have to be self-explanatory for that to happen. We have icons for things we like (a thumbs up), things we can share (a box topped with an up arrow), and even for protection against malicious online attacks ( … | Continue reading


@smashingmagazine.com | 6 months ago

Answering Common Questions About Interpreting Page Speed Reports

Take a closer look at how various performance tools audit and report on performance metrics, such as core web vitals. Geoff Graham answers a set of common questions that pop up during performance audits. | Continue reading


@smashingmagazine.com | 6 months ago

Tales Of November (2023 Wallpapers Edition)

November is just around the corner, and with it, a new collection of desktop wallpapers to celebrate the beginning of the month. Designed by creatives from all across the globe, they come in versions with and without a calendar. Let’s make this November colorful! | Continue reading


@smashingmagazine.com | 6 months ago

Passkeys: A No-Frills Explainer On The Future Of Password-Less Authentication

Passkeys are beginning to make their way into popular apps, from password managers to multi-factor authenticators, but what exactly are they? As this new technology promises to make passwords a thing of the past, Neal Fennimore explains the concepts behind passkeys, demonstrates … | Continue reading


@smashingmagazine.com | 6 months ago

What I Wish I Knew About Working In Development Right Out Of School

Victoria Johnson began a career in front-end development upon graduating from college. Now, roughly one year later, she reflects back on the decisions she made to crack into the field and find her first full-time job. This is her story, and she’s sharing it to provide those who a … | Continue reading


@smashingmagazine.com | 6 months ago

An Actionable And Reliable Usability Questionnaire With Only 7 Items: Inuit

Inuit (short for “**In**terface **U**sability **I**nstrumen**t**”) is a new questionnaire you can use to assess the usability of your user interface. It has been designed to be more diagnostic than existing usability instruments like, e.g., SUS and for use with machine learning, … | Continue reading


@smashingmagazine.com | 6 months ago

The Fight For The Main Thread

Having access to a free reporting tool like Lighthouse in DevTools is a great start for diagnosing performance issues by identifying bottlenecks on the main thread. Even better are paid tools like [SpeedCurve](https://www.speedcurve.com/?utm_source=smashingmag&utm_medium=magazine … | Continue reading


@smashingmagazine.com | 6 months ago

What Removing Object Properties Tells Us About JavaScript

Removing properties from an object in JavaScript might not be the most exciting job, but there are many ways to achieve it, each revealing a fundamental aspect of how JavaScript works. Juan Diego Rodríguez explores each technique in this article. | Continue reading


@smashingmagazine.com | 6 months ago

A Roundup Of WCAG 2.2 Explainers

WCAG 2.2 officially became a “W3C Recommended” web standard on October 5, 2023, and with it, new success criteria and changes to existing guidelines for accessible user experiences. What are the changes, and how can you conform to them? This roundup provides links to WCAG 2.2 exp … | Continue reading


@smashingmagazine.com | 6 months ago

How To Choose Typefaces For Fintech Products: Best Practices Guide (Part 2)

Finding the right typeface is tricky as a whole. Dividing the process into steps and having the right information at hand will make this journey a design adventure full of surprises. To avoid sinking into unnecessary details, use this guide as a map for your path. Review various … | Continue reading


@smashingmagazine.com | 6 months ago

How To Animate Along A Path In CSS

CSS loaders and progress indicators are some of the most widely used examples in tutorials and documentation. In this article, Preethi demonstrates an approach using animated custom properties, a conic gradient, CSS `offset`, and emoji to create the illusion of a scooter racing a … | Continue reading


@smashingmagazine.com | 6 months ago

Smashing Podcast Episode 66 With Ethan Marcotte: What Is A Tech Union?

In today’s Smashing Podcast episode, we’re talking about Tech Unions. What part can unions play in a modern tech workplace? Drew McLellan talks to Ethan Marcotte to find out. | Continue reading


@smashingmagazine.com | 6 months ago

Rethinking Authentication UX

How to improve authentication UX, with magic links, 2FA, better password recovery and relaxed rules for secure, accessible and usable passwords. | Continue reading


@smashingmagazine.com | 1 year ago

Easy Fluid Typography with Clamp()

We can use the `clamp()` method today because of the great browser support. In this article, Brecht De Ruyte explains how it can be a beautiful addition to your upcoming project or as an upgrade to a previous one. | Continue reading


@smashingmagazine.com | 1 year ago

Core Web Vitals Tools to Boost Your Web Performance Scores

Identify, compare, analyze and fix your Core Web Vitals scores to boost web performance of your sites. These tools will help you to do just that. | Continue reading


@smashingmagazine.com | 1 year ago

article vs. section: How To Choose The Right One — Smashing Magazine

In this article, Olushuyi explores a mental model that helps you decide between the `` and `` elements when writing documents. You will explore how grouping content affects accessibility and how you can make it all count for users. | Continue reading


@smashingmagazine.com | 1 year ago

Powerful Image Optimization Tools

Optimizing the size of images can have a bigger impact on performance than all other areas combined. In this article, Louis Lazaris covers different tools available for reducing the size of images. | Continue reading


@smashingmagazine.com | 1 year ago

Resolving Conflicts Between Designers and Engineers

In this article, Scott Himmer will go over some areas where you might find the design and engineering conflicts manifesting, what some of the contributing factors are, and strategies to work through the challenges. | Continue reading


@smashingmagazine.com | 1 year ago

Designing a Better Pricing Page

In this [series of articles](/category/design-patterns/), we highlight design patterns and techniques to design better interfaces. You can find more examples in [“Smart Interface Design Patterns”](https://smart-interface-design-patterns.com/), a 7h-video course with 100s of hand- … | Continue reading


@smashingmagazine.com | 1 year ago

The Future of Front End Build Tools

This article explores the evolution and the future of frontend tooling, presenting a new set of tools featuring a change in paradigm, platform, or both. | Continue reading


@smashingmagazine.com | 1 year ago

Simplify Your Color Palette with CSS Color-Mix()

CSS color-mix is an experimental function that blends two colors and can be used to simplify color palettes. You can define a color palette and theme without too much effort using CSS color-mix(). | Continue reading


@smashingmagazine.com | 1 year ago

SVG Generators

A complete guide to SVG generators: everything from SVG shapes and cropping tools to SVG filters, color matrix mixers and SVG to JSX generators. | Continue reading


@smashingmagazine.com | 1 year ago