15 Stories by Nelson Michael
We review some of the most popular Next.js website starter templates, offering a range of features and customization options.
Learn how to use Grommet to quickly and easily create a modern, intuitive, and accessible user interface for your React application.
Bun is a JavaScript runtime that offers a rich set of features. Check Bun's speed vs. Node.js and Deno. Create a React app with...
This article will investigate the background-size property in CSS and how it works and will review examples for its property values.
Learn how to use GitHub Pages to convert a React app into a static website, as well as how to create a custom domain.
Here, we introduce the concept of barrel exports in React and discuss how to use barrel exports to save development time.
Following a CSS methodology guarantees that everyone involved in the development process speaks the same language. BEM and SMACSS differ but have various unique...
Here's an easy reference guide for the new color specification methods available with CSS Color Module Level 5.
Learn what CSS specificity is and how it works. Review how to calculate a specificity score and see examples for individual and multiple selectors.
In this article, we’ll explore different ways that Axios can be used to set request headers for API calls.
Let's look at the latest version of the JavaScript bundling tool Parcel and its new features that can help developers build faster websites.
Here, you can learn a trick for storing JavaScript objects as JSON strings in the window.localStorage object.