How to dockerize a nextjs app?
7 min read
How to dockerize a nextjs app?

Nextjs is a widely used react framework for building a full stack app. In this post we will see how do we dockerize a nextjs application.

Read More
How to convert Nextjs to TypeScript?
5 min read
How to convert Nextjs to TypeScript?

The create-next-app command by default creates the app in JavaScript while creating a new project. In this post we will see how we can create a new app in TypeScript and also convert our existing app to TypeScript.

Read More