In this post, you'll learn how to add passwordless authentication to your Next.js app using Prisma and next-auth. By the end of this tutorial, your user will be able to log in to your app with their GitHub account or a Slack-style magic link sent right to their Email inbox.
Complete Introduction to Fullstack, Type-Safe GraphQL (feat. Next.js, Nexus, Prisma) In th...
Did you know that we can also debug client-side, frontend code right from VS Code, using its powerful...
Originally posted on Twitter as a thread: https://twitter.com/hexrcs/status/1201593792417144833 Stat...
Originally posted on Twitter as a thread: https://twitter.com/hexrcs/status/1190332090149150720 Alwa...
Originally posted on Twitter as a thread: https://twitter.com/hexrcs/status/1185186492982943744...
I've been using VS Code for everything from coding to taking notes for more than 2 years now, and here are 5 tricks that I cannot live without.
We all know the keyboard shortcuts inside our editor of choice to quickly navigate and edit the code, but how about inside the terminal?
Regex, or regular expression in its full name, can feel like some kind of scary dark witchcraft if you are not familiar with them. Once you understand how it works, it will become a powerful tool in your toolkit and can be quite fun to play with.