hexrcs

hexrcs @hexrcs

Joined:
Mar 15, 2018

hexrcs
articles - 9 total

🔑 Passwordless Authentication with Next.js, Prisma, and next-auth

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.

Learn More 185 11Sep 26 '20

Complete Introduction to Fullstack, Type-Safe GraphQL (feat. Next.js, Nexus, Prisma)

Complete Introduction to Fullstack, Type-Safe GraphQL (feat. Next.js, Nexus, Prisma) In th...

Learn More 249 30Jun 9 '20

🔥 Debugging Frontend Apps inside VS Code!

Did you know that we can also debug client-side, frontend code right from VS Code, using its powerful...

Learn More 203 6Jan 22 '20

💪 React + MobX Crash Course (in 5 pics!)

Originally posted on Twitter as a thread: https://twitter.com/hexrcs/status/1201593792417144833 Stat...

Learn More 166 11Dec 3 '19

🔥 GraphQL Crash Course (in 10 pics!)

Originally posted on Twitter as a thread: https://twitter.com/hexrcs/status/1190332090149150720 Alwa...

Learn More 1544 23Nov 3 '19

⏰ Svelte Crash Course (in 10 pics!)

Originally posted on Twitter as a thread: https://twitter.com/hexrcs/status/1185186492982943744...

Learn More 1290 28Oct 19 '19

5 Visual Studio Code Tricks to Boost Your Productivity

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.

Learn More 627 28Aug 8 '19

Become a Command-Line Ninja with These Shortcuts

We all know the keyboard shortcuts inside our editor of choice to quickly navigate and edit the code, but how about inside the terminal?

Learn More 16 1Jun 18 '19

Fun with JavaScript Regex

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.

Learn More 15 0May 24 '19