Jonghan's learning path

Today I Learned as a developer

Recent posts

Deploy web app with netlify and heroku

1 minute read

I’m going to deploy my web application with Netlify and Heroku which provide free plan for an individual project. These can be alternative way to show my pro...

MERN project - To do app

less than 1 minute read

Create react app named client in the root project folder using create-react-app command

MERN project - A project Manager

6 minute read

The project manager is for management of projects which user can add, view, edit and delete (CRUD functions) a project. This project is used React, bootstrap...