Have deep experience in 3 different job fields and, in 2 years, learn 5 languages.
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)
NoSQL was only ever a marketing term. Things like Mongo are what’s been known as KVSes (Key-Value Store
s). 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.