EthicalAI@lemmy.worldtoAsklemmy@lemmy.ml•What's the best advice you can give someone starting job in tech industry?English
6·
1 year agoRead the damn code
Read the damn code
Every article about weather should say “this event is made more likely due to climate change” and “this event will cost the taxpayer $X to repair” and “so far we have spent $Y total on climate related disaster relief”
I’ll just say I read this book and it was very hard to understand without socialist lingo in your mind. It’s more of a rant than anything. I really wish it was more of a beat down of capitalist economics, but it was really just difficult to understand let alone follow along.
Another correlary: learn lots of languages, even if you’ll never use them. I never want to fall into a codebase that I’ve never even learned the paradigms. One procedural, one functional, one OOP, one interpreted, one compiled, one byte code compiled, one or two command line scripts, regex, all the structured data text languages: XML, CSV, JSON, YAML, TOML, … A JavaScript framework. HTML. A relational database, a non relational db. REST.
Should be enough to get started lol. But you learn something from each, about code architecture at least.
Always learn the languages preferred directory and repo layout structure, never invent your own.