this post was submitted on 10 Dec 2024
77 points (97.5% liked)

CSCareerQuestions

983 readers
1 users here now

A community to ask questions about the tech industry!

Rules/Guidelines

Related Communities

Credits

Icon base by Skoll under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
 

Have deep experience in 3 different job fields and, in 2 years, learn 5 languages.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 21 points 1 week ago (1 children)

Be familiar with NoSql: like Mysql, postgreSQL, SequelSqlSQL, and Memdb.

Be fluent in 5 programming languages, 3 spoken languages, and be able to read Linear A, B, and C.

Reminds me of when I was first out of school, and seeing jobs for C#.NET that needed 5 years of experience back when the entire platform was 3 years old.

[–] [email protected] 10 points 1 week ago (2 children)

Be familiar with NoSql: like Mysql, postgreSQL, SequelSqlSQL, and Memdb.

well, the definition of "NoSQL" was changed to stand for "Not Only SQL" some while back because of how many nosql DBs started incorporating SQL (and how many SQL RDBMS started adding nosql features)

[–] xmunk 9 points 1 week ago

NoSQL was only ever a marketing term. Things like Mongo are what's been known as KVSes (Key-Value Stores). Mongo basically just rode a hype wave into extremely large amounts of funding but predating it by at least a decade was libmemcached, which lacks the "relational light" functionality that Mongo added but is a more resilient version of the core concept.

Technologies like Redis actually ended up adding significant innovation but they ended up mostly eschewing the NoSQL term anyway.

[–] [email protected] 4 points 1 week ago

Hah! Of course it is, I didn't know that but words stopped meaning anything in tech ages ago and reality is finally catching up. Makes sense though, Azure and AWS both are webs of different data stores and interconnections now.