Tech Rumors
3 subscribers
235K photos
239K links
Download Telegram
dev.to

1. NextAuth.js / Auth.js credential authentication with methods you need !
Hey Devs !

As a front-end developer my nightmare was to handle the user authentication.

With NextAuth.js (I will call it auth.js since they are changing their name) the user authentication handling is much easier. Let's take a look at how we handle it with Next.js

Here are the steps that you need to follow;

Create a next app.
yarn create next-app

Go inside your project and add auth.js
yarn add next-auth

To implement the auth.js, we need to create an api folder in our pages directory and cr…
#nextjs #authentication #nextauth #authjs

2. Lay offs. Are you ready?
Lay offs are everywhere in Tech these days. You should act NOW.

Twitter has cut 50% of its workforce in November, Facebook announced 13% cuts about the same time. Microsoft has announced it's going to cut 10000 jobs.

Losing a job can be devastating but it doesn't have to be. Below is 6 step strategy which I think can save one's life.

👉Step one:
Work on the emergency fund. It's advisable to have at least 3 months of salary in a safe place - just in case. At times like this I would probably su…
#career #layoffs #programming