Chhouy Kanha

Chhouy Kanha

I'm Chhouy Kanha a web developer with over two years of hands-on experience building dynamic web applications, specializing in modern frameworks such as Vue, React, Node.js, Express, Tailwind CSS, and more. In this blog, I share insights, tips, tutorials, and coding projects, offering valuable knowledge gained through real-world experience.
best tailwind animation library

The best tailwind animation library

In this blog, we’ll dive into what these two libraries offer and how they make your web pages look alive without you having to wrestle with custom CSS. Let’s jump in! 1. Tailwindcss animated If you’ve ever used Tailwind CSS…

input-float-label

Create Input Float Labels using Tailwind CSS

In this blog, We will learn how to create input float labels using Tailwind CSS. Float labels are a way to make your forms look modern and keep things user-friendly. They keep the label visible even after the user starts typing! Creating one with Tailwind CSS is easy.
Tailwind CSS Free Blog Template

Free Tailwind Blog Template

Are you looking for a modern, efficient, and responsive blog template to kickstart your website? Look no further! This free blog template is powered by TailwindCSS, JavaScript, and features a sleek responsive navbar and grid layout. This is a simple…

Firestore full-text search

How to Implement Firebase Full-Text Search

Full-text search is an essential feature for modern applications, enabling users to find relevant data quickly and efficiently. While Firebase Firestore doesn’t support full-text search, we can implement basic search functionality using Firestore queries. The Search Functionality In Vue project,…