When setting up Shadcn in my vue codebase, I had some issues when following the docs so, I want to provide a clear step by step guide on using Shadcn...
Introduction Authentication, one of the most important parts of a website, is expected to be implemented with a way to persist its state when a user...
A typical frontend website has some routes which need users to be authenticated before access is granted. So, it is essential to protect those...
Introduction As a frontend developer, searching for API's that suits my websites is always a big task and sometimes, when I don't find one, I settle...
Introduction For those new to React.js, imagine you want to build a website where the state is to be shared between two or more components; like an...
Introduction You must have probably been told, or have read somewhere( maybe on Twitter) that a codebase with clean and quality codes is the best to...