What is in your tech/dev stack?
Bonus Question: What languages, libraries, and tools do you feel everyone should learn at least the basics of? For instance, if it was mandatory for all kids in the world to learn basic coding and scripting in all public schools, what would you recommend?
Top comments (2)
I'll recommend C and some flavours of Unix if not Unix itself. C programming should be core as it introduces fundamentals vital to every programmer, I mean from how the CPU works to dynamic memory allocation, it gives you a smell of the hardware. It also introduces some aspects of the compiler design, besides the speed and I believe if one masters C, learning every other programming language will be just but a walk in the park. oh and Linux BTW, it's easier to understand stuff if you learn it interactively
Thanks for sharing @japhethnamukuru