How to self host google fonts in Astro, React, Svelte, Vue
September 21, 2023Step by step guide on how to self host google fonts in Astro, React, Svelte,Vue
How to hash and validate password in Deno using bcrypt
September 17, 2023Step by step guide on how to hash password and then verify it using bcrypt in Deno (also works with deno deploy)
How to setup Drizzle ORM in Node.js with Typescript and Perform CRUD operation
October 21, 2023Step by step guide on how to setup and and use drizzle orm in node js with typescript and perform crud operation
How to add Firebase Authentication in React (Email Password and Google)
August 30, 2023Step by step guide on how to add authentication in react application using firebase.
How to get current page URL in astro
November 4, 2023Get the current page url info or details like pathname, origin, host, and hostname in astro using Astro.url
Tailwind CSS not applying style to Next.js error
September 15, 2023Are you facing the problem that your styles are not being applied to your Next.js application by Tailwind CSS?