The Archive

Filter through devotional insights, biblical studies, and engineering guidelines.

Software Engineering

My personal reference working with useReducer

`useReducer` helps us to manage mutiple states. It manages every state within a central place.To understand `useReducer`, I like to think about it as different people having different responsibilities.

KUZUE9 min read
Implementing Google OAuth in Next.js
APIs

Implementing Google OAuth in Next.js

A step-by-step guide to implementing Google OAuth, from redirecting users to exchanging authorization codes and retrieving user information.

KUZUE7 min read