DEV Community

Discussion on: What should I learn next?

Collapse
 
juancarlospaco profile image
Juan Carlos

SQL:
Works on all programming langs, faster than all ORM, PostgreSQL recommended.
C:
Works on tons of places, almost everything has C API, fast, future proof.
CSS:
But without a framework, probably you already know it, but is useful.

I can recommend to learn Nim lang, because it compiles to JavaScript, NodeJS, C, C++, but thats a very opinionated one, with those 3 of top you are on good track ;P

Collapse
 
elanandkumar profile image
Anand Kumar

Thank you for such nice suggestions. I just started with PostgreSQL.
Will definitely look into others.
Thank you once again.