Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I always thought MVC is outdated shit, but it helps a lot to think of software modules in 3 main groups. Especially in big projects.
For web, this whole asychronous, promise, callback shit. It makes stuff nicely peformant if used correctly.👌 -
MVC, isn't that Models, Views, Controllers?
Models being the data tables
Views being whatever the client sees (templates)
Then Controllers, server-side logic (like the views.py file for Django projects) -
psukys2326yIf it's >insert programming language< developer role, then it's most likely default programming paradigm used in it and framework in the field company works.
-
I'm a python dev, so I know we get it easy when it comes to alot of lower level concepts. How important is say memory allocation?
Related Rants
If you're a web developer OR python developer, what are the top 3 concepts you should understand like the back of your hand?
question
help
oliolioxenfree
interview prep