Tuesday 25 August 2020

A problem that slows me down when learning Node

Whenever I want to start a new challenge and build a new type of website with Node, I spend most of my time building the boilerplate and CRUD operations. Like I've to build:/user GET, POST, DELETE, UPDATE/video GET, POST, DELETE, UPDATEI spend most of the time doing repetitive CRUD stuff and less time doing the actual challenge.So, is there a tool that can do these stuff for me and let me just add on top of them?

Submitted August 25, 2020 at 08:07PM by AhmedHossam01

No comments:

Post a Comment