DEV Community

Discussion on: What are some misconceptions about web development?

Collapse
 
ben profile image
Ben Halpern

It’s weird that the web has been around for a million years and colleges still treat it like a passing fad.

Collapse
 
thebuildguy profile image
Tulsi Prasad

Yeah, I agree and also I think we're just in college for around 3-4 years but our career spans like for decades and we never can depend just on this couple years of college to know every thing in the industry. So, we always have to self teach ourselves.

Collapse
 
loujaybee profile image
Lou (🚀 Open Up The Cloud ☁️) • Edited

Hrm, I graduated in 2014 and studied modern web development at the time, JavaScript, JQuery and CSS, LAMP stack were all covered alongside typical computer science topics. My university is top <10 in the UK.

That said, this is only my anecdotal experience, my opinion is also too that universities are considerably less vocational than other options, but the debate is still relevant: should they be?

Collapse
 
projectescape profile image
Aniket • Edited

Honestly, most courses that are taught in computer science courses are more or less of no use at all. I think the only relevant ones I was taught at my college were ds/algo and databases, which were very basic themselves (only oracle SQL server in DB. Nothing about scaling, NRDBMS, heck not even some other RDBMS like postgres .) I wish we were taught so much more, but for now, college looks like a necessary hurdle you have to jump through to even get a job and nothing more ( in my country at least )

Thread Thread
 
elmuerte profile image
Michiel Hendriks

Weird, when I did some database/RDBMS courses at the university almost 20 years ago we used PostgreSQL. Reasons:

  1. Gratis
  2. Most SQL standard conforming RDBMS
  3. Extensive featureset

So it was basically the most neutral RDBMS out there, and still is. It was about understanding SQL and RDBMS concepts, not learning Oracle, Sybase, or even PostgreSQL specifically.