Dev & startup terminologies, Dev process terms | Noun
The crude reality of what apps are. Just a series of Create, Read, Update and Delete operations (yes, CRUD is an acronym, but don`t ask a developer what it means because they will try to make it sound a lot fancier). Whether we're talking about a fitness tracker, inventory management software or a CRM, CRUDs are the four basic functions implemented in any persistent storage application. CRUD is also a shorthand way to describe user interface conventions for viewing, searching, adding or editing data through form fields.
“I really hate writing basic CRUDs from scratch” “Try using an admin panel builder like Backpack instead. At least you`ll have something new to complain about.”