6 ms·
Databases weren't part of the core CS curriculum at least when I was a student. I still don't understand why since it seems as core to understanding modern soft
by bsdpython 11y ago
Databases weren't part of the core CS curriculum at least when I was a student. I still don't understand why since it seems as core to understanding modern software as anything to me.
- mauricemir 11y agoNo wonder some told me that new devs often cant write a simple SELECT statement or use a database from the command line.
- kamaal 11y agoIt doesn't just stop there. They tend to rewrite a lot of things that you could do in SQL on NoSQL databases(Irony..) albeit the implementations are half written, buggy and break on adhoc inputs. Even more worse, these sort of things come and bite people while these design schemas. After NoSQL database fashion has taken off, schema design, performance tuning et all are rapidly getting rare skills to find people with. This results in all kinds tech debt. Much could be avoided by having good SQL skills.
- mauricemir 11y agoOr do as I do and go on the 1 week Pl/SQL Oracle course before starting a project.
- zxcvcxz 11y ago> They tend to rewrite a lot of things that you could do in SQL on NoSQL databases(Irony..) You do realize most "NoSQL" databases are "Not only SQL"?
- theandrewbailey 11y agoThe university I went to seemed like it was half Java, half .NET, and half databases. Seriously, databases leaked into everything, and they had database classes that were just as extensive and in depth as the other two 'tracks'. We also had an ORM god for a professor. https://en.wikipedia.org/wiki/Terry_Halpin https://en.wikipedia.org/wiki/Terry_Halpin