Featured Posts

Creating an interactive SVG: The circle of fifths

Learn how to create and style a circle of fifths image into an interactive SVG using CSS functions.
Mads Stoumann
4 min read

Create a to-do list app with Phoenix, React, and…

Create a simple to-do list application by combining the power of a Phoenix API with the flexibility of a React application.
Allan MacGregor
13 min read

How to create a double border in CSS

Explore a number of alternatives to the conventional CSS border-style: double method for creating a double border for a webpage element.
Pascal Akunne
5 min read

Using Medusa as a Shopify alternative

Explore Medusa, a headless CMS that offers many benefits like decoupled architecture, scalability, and the ability to write and deploy code everywhere.
Frank Joseph
5 min read

Creating a vertical tab layout for React Native apps

Let's design a vertical tab layout in React Native — using CSS flexbox for responsiveness — and discuss horizontal vs. vertical tab layouts.
Kingsley Ubah
5 min read

Build a React Native speech-to-text dictation app

Learn how to build a speech-to-text dictation application using React Native, Node.js, Xcode, and VS Code.
Ganesh Mani
8 min read

Exploring 5 popular React Native color picker libraries

React Native color picker libraries can help us select the right color scheme for our apps. Let's look at five popular libraries we can...
Chimezie Innocent
8 min read

Strategies for migrating from a monolith to islands

Our goal here is to explore how we can take advantage of the benefits of islands architecture when working with a monolithic application.
Sean Davis
6 min read

Build a React dashboard with Tremor

Use Tremor, a low-level library for building dashboards in React, and create an interactive dashboard application.
David Omotayo
13 min read

Core Web Vitals best practices for SPAs

Google Web Vitals will soon play a major role in how your site is ranked in search. Learn the best practices for SPAs.
Brian De Sousa
14 min read

Create a custom debounce Hook in React

In this article, we will write a custom debounce Hook in our React app that defers some number of seconds to process our passed...
Ishan Manandhar
5 min read

Adding a robots.txt file to your Next.js app

Learn what a robots.txt file is, how to add it to your Next.js application, and how to validate it when your app is deployed.
Marie Starck
3 min read