|
|
|
|
|
by moadeel
5214 days ago
|
|
I have always wondered how much of CS coding knowledge applies to web apps and how necessary it is to take some of the killer math courses offered in university to be able to code web apps proficiently. And if there is that big of a difference between coding and web apps, then shouldn't universities and students be better off learning how to code web apps since they seem to be in dominant usage anyway? Btw, I am not a technical person, hence the curiosity. Insights would be much appreciated. |
|
That depends on your web application and what programming problems you need to solve. If you only need to glue together other people's code and components, then not so much. If you need to write your own framework, crunch ratings data for recommendations, custom binary serialize data for your ux layer, or do complexity analysis of some backend algorithms, then a CS major will help you a lot.
> shouldn't universities and students be better off learning how to code web apps since they seem to be in dominant usage
Oh no they're not. The absolute majority of software being produced is for internal corporate use, helping businesses on the inside.
Also, universities do teach web apps, it's just that they're not very complex or interesting problems. HTTP requests go in. HTTP responses go out. You have a framework in between that abstracts this, and there you have it.