Hoh Shen Yien
Shen's Developer Diary

Shen's Developer Diary

Follow
homeNext.jsLeetcodeExperienceLife
Tag

Next.js

#nextjs

More content

Read more stories on Hashnode


Articles with this tag

Client-Side Authentication in Next.js using Cookies

Jul 31, 202317 min read

A step-by-step guide to managing client-side authentication with cookies from the client-side in Next.js · It's always been a hassle to manage...

Client-Side Authentication in Next.js using Cookies

Dotenv-vault: The New Way to Manage .env

May 23, 20239 min read

Are you still sharing your .env file around using Slack? It's probably time to level up your game and use a proper tool for it. · Sharing .env values...

Dotenv-vault: The New Way to Manage .env

The Next.js 13 App Directory and Server Components: What You Need to Know

May 13, 202310 min read

Next.js is now recommending the use of App Router by default together with the use of Server Component. Are you ready to embrace the change? · Next.js...

The Next.js 13 App Directory and Server Components: What You Need to Know

Insta-Next: Sweatless React State Management with Zustand

Apr 24, 20237 min read

React State Management made simple using Zustand and say bye to Redux · Are you still using Redux for your state management? If you're like me, you...

Insta-Next: Sweatless React State Management with Zustand

Insta-Next: Deploying Next.js on Vercel / using Docker

Apr 12, 202311 min read

Finally, we are going to launch our Next.js app live! You can learn about deploying it on Vercel or using Docker in this part. · In this part, you are...

Insta-Next: Deploying Next.js on Vercel / using Docker

Insta-Next: Likes and Followers

Apr 11, 202319 min read

We will implement the core parts of Instagram in this part: the likes and followers logic using POST requests · In this part, you will get to build the...

Insta-Next: Likes and Followers