Blog
How-to-Use-Animations-in-Tailwind-A-Definitive-Guide

How to Use Animations in Tailwind: A Definitive Guide

In this blog post, we delve into how to use Tailwind animations within a Next.js project using TypeScript. Discover step-by-step instructions on setting up Tailwind CSS, defining custom animations, and applying them to your Next.js components. Learn how to enhance your web applications with engaging animations while maintaining type safety and performance. Whether you’re looking to implement fade-ins, bounces, or custom effects, this guide provides practical examples and tips for effectively using Tailwind animations in a TypeScript environment.

Read More
How-To-Add-SEO-to-A-Next.js-Project

How To Add SEO to A Next.js Project

SEO is an important aspect of any website or application. In many web frameworks, SEO isn't as simple to implement due to the dynamic nature of manipulating the DOM. Thankfully with typescript and Next.js it is much easier to accomplish than in many other frameworks. Follow along as I explain how I added SEO to this blog and how it could help you expand your blog or ecommerce store.

Read More
How-to-Add-React-Three-Fiber-to-a-React-App-to-Show-a-Cube

How to Add React Three Fiber to a React App to Show a Cube

This is a step-by-step guide to integrating React Three Fiber into a React application and displaying a rotating cube. Adding React Three Fiber to your codebase can add unique interactions with your web applications and help your apps stand out. Getting 3D objects on-screen is easier than you may think.

Read More