How to Use Tailwind CSS v4 in Astro
Tailwind CSS is a popular utility-first CSS framework that helps you build modern and responsive web designs efficiently. In this tutorial, we’ll walk through how
Web Developer & Blogger
Tailwind CSS is a popular utility-first CSS framework that helps you build modern and responsive web designs efficiently. In this tutorial, we’ll walk through how
One of the main reasons for using WordPress for a site is SEO, next to ease of content editing. With the help of plugins like
In this tutorial, you will learn how to create a dynamic sitemap for your headless WordPress site. I’m not going to create a full site
A few days ago while working on a gatsby project I found it slightly complicated to set up absolute path work. I like the ~/
I have been working on converting a massive WordPress site (20K posts) to NextJS. Every post on this old site has .html in the URL
I have been working on converting a massive WordPress news site to NextJS. It uses WordPress as Headless CMS and Nextjs’s ISR feature for all
In this tutorial, we are going to create a serverless web application using cloudant and IBM Cloud™ Functions. Our REST API will be a simple
Let’s learn how we can create a scroll progress bar and add it to a website. We can add this pretty easily to any type
An accordion is one of the frequently used sections on websites. Lets learn how we can create an accordion without any javascript and accessibility friendly.
Lets learn how we can create a beautiful custom toggle button using html, css and javascript and that’s fully accessibility friendly and uses best practices.