Web Dev stories

React 19 is now stable!

In our React 19 Upgrade Guide, we shared step-by-step instructions for upgrading your app to React 19. In this post, we’ll give an overview of the new features in React 19, and how you can adopt them.

CSS Properties to Make Hyperlinks More Attractive

Hyperlinks don’t always get the attention they deserve from web designers. Sure, we might make a few tweaks. However, we don’t always go the extra mile to make them stand out.

Creating the Morphing Effect of the Luma Dream Machine Website

Learn how to create this powerful morphing effect with only JavaScript using the Canvas2D API.

How to improve your page load time with browser caching

Caching is the process of storing copies of files in a cache, or temporary storage location, so that they can be accessed more quickly. When a browser caches a file, it stores a copy of that file on the user’s device. This means that the next time the user visits the same page, the browser can load the file from the cache instead of downloading it again from the server.

Integrating Live Activity and Dynamic Island in iOS

Welcome to Part 2 of our guide on integrating Live Activities and Dynamic Island in iOS. In Part 1, we explored the fundamentals—how to set up a Live Activity, manage its lifecycle, and design layouts that work seamlessly on the Lock Screen and Dynamic Island.

CSS vs. Sass: A Complete Guide to Smarter Web Styling

This article explores the differences between CSS and Sass, highlights their respective benefits, and provides code examples to illustrate their unique features.

From Programmer to Software Developer – The Skills That Make the Difference

Programmer and developer are often used interchangeably, but there is an important distinction between them: the developer’s broader perspective and focus beyond just code. In this article, we will step back from coding to highlight the skills that define what skills a successful developer should have.

How to Draw Basic Shapes with SVG

You can generate an infographic or a data-driven diagram. You can animate an image with CSS. You can make a clock that shows the actual time.

AAA – Analytical Anti-Aliasing

An in-depth exploration of anti-aliasing techniques, covering traditional approaches like SSAA, MSAA, and FXAA, and presenting a new “Analytical Anti-Aliasing” method that uses signed distance fields for smooth, artifact-free rendering, offering a more efficient solution for achieving high-quality visuals.

The Different (and Modern) Ways to Toggle Content

It’s easy to default to what you know. When it comes to toggling content, that might be reaching for display: none or opacity: 0 with some JavaScript sprinkled in.

1 2 18 19 20 21 22 86 87

Submit an article

You can submit new articles related to web design / development, UX, apps and graphic design. No homepage submissions, no spammy affiliate links will be accepted.
Title
URL

Thank you!

Thanks for submitting your story. We will review it and approve it if relevant.