Everything is CRUD. I love CRUD. We are all CRUD devs…
Building Pullbase, one thing I’ve learned is that software engineering is mostly pulling data from somewhere, using it to make informed decisions, manipulating it, and rendering it somewhere.
When I think of adding a new feature, I always first consider the data available to make it work. Once I can find where that data comes from and how to extract it, that’s about 90% of the work done.