Showing posts with the label JSONShow all
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.

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.