Welcome to From Scratch, where we build solutions to commonly known problems, from scratch. In this iteration, let's build a keyboard accessible menu component. The Problems Most front-end projects do…
15th of December, 2021
|
2 minute read
We all know that GNU/Linux is a fantastic alternative to Windows/Mac for a variety of reasons(especially as a developer). But finding the right apps has always been a hassle. These are some of the…
26th of May, 2021
|
2 minute read
NextAuth is an amazingly simple library for authentication in your Next.js application. You just npm install next-auth , make a [...nextauth].js API route, specify your providers (Google, Spotify…
8th of February, 2021
|
2 minute read