!1
Tailwind is an awesome resource when styling web applications. It’s fast, lightweight, and easy to use once you get used to the class-first syntax. But what do you use when you need to add some spacing between items — gap or space?
Let’s get int...
!1
“ @grok why? @grok is this true? @grok who did it better? ”
If you’ve been on Twitter X lately, you’ve probably seen comments starting with @grok. It’s the new way people fact-check tweets. For anyone unfamiliar, Grok is a generative AI chatbot ...
!1
I had just deployed a React application to Vercel, complete with routing and a custom 404 error page. I tested the live site in Vercel and tried visiting a non-existent route, but I couldn’t! Vercel’s default 404 page was rendered instead of my cu...