Hacker News new | ask | show | jobs
by pastullo 3168 days ago
Fully agree with you. If you use Ruby on Rails (but any modern full-stack framework would do the trick), building a CRUD is indeed 90% automated already.

All you have to do, and that's where the value lies, is putting the bricks together and building the other custom 10%.

Modern full-stack web framework have pushed productivty to an unprecedented level.

2 comments

Rails handles 90% of your needs out of the box. As a developer your job is to add the other 90% of the functionality the client wants.
How does rails help you automate 90% of the creation of the angular or react single page application ui?