Material UI + Next.js Part.2: Basic CRUD

This section, we will use Next.js to make request to RESTful API. Then use Material UI - Table to bind Data Object in Data Table.

TypeORM+Express.js+RDBMS Tutorial Part.1

This section, we will create basic CRUD RESTful API using Express.js with TypeORM to connect PostgreSQL and try it on Postman.

Material UI + Next.js Part.1: Getting Started

Material UI is an open-source library that contain many useful components for Next.js. In this section, I will demonstrate how to get started Next.js with Material UI.

Best Open Source ORM for NEXT.js on 2024.03

ORM is a tools that make Back-End Application tier to connect Database more easy.  On 2024, JavaScript still in trending and best framework for Back-End Application is Express.js. The problem is the callback issue of Express.js …

Multi-Language Next.js without Lib Part.1

If don't want to use 3rd-Party Library like i18n . This is the easy solution to create Multi-Language Next.js website using only JSON.