


Static Export for App Router
July 7, 2023
You can start as a static site or Single-Page Application (SPA), then later optionally upgrade to use Next.js features that require a server.

The biggest Next.js boilerplates of 2023
April 10, 2023
The top Next.js boilerplates from several tech stacks to match with your needs

Next.js Authentication using Higher-Order Components
March 10, 2023
Solve problems such as colocation, and error-prone code

The 2022 Retrospective
December 31, 2022
Surabaya, Covid, Apple Developer Academy, Projects and more

The 2022 Retrospective
December 31, 2022
Surabaya, Covid, Apple Developer Academy, Projects and more

React Core Concept II: useEffect
November 2, 2022
An in-depth look at the useEffect hook in React with a mental model

Understanding Swift's Value and Reference Types
May 10, 2022
In-depth explanation of Swift's value and reference types.

7 Form Components For React Hook Form I Always Use
April 2, 2022
Building forms with validation is tedious and repetitive, using reusable component will help building faster.

How to set up Storybook with Next.js and Tailwind CSS
January 13, 2022
Complete configuration and setup for Storybook with Next.js and Tailwind CSS