TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Learn things that don't change

34 pointsby kugurerdem12 months ago

7 comments

thundergolfer12 months ago
Yes, the fundamentals don&#x27;t change, but this blog is just affiliate link farming and the 40 (!) books it recommends includes a lot of non-fundamental rubbish.<p>Here&#x27;s a much better list of around 7 books: <a href="https:&#x2F;&#x2F;teachyourselfcs.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;teachyourselfcs.com&#x2F;</a>.
hgyjnbdet12 months ago
I remember feeling massively overwhelmed about what I should learn once I have some fundamentals down. I wanted to know and understand everything but that is impossible, so where do you start?<p>I decided I&#x27;d start with things immediately useful to me, so regex, SQL, Autohotkey (due to the software I was forced to use), then MS Access&#x2F;Excel&#x2F;VBA (because where I work these are still present) and then XML tech too.<p>I have also learn python and JavaScript because these are everywhere too. The only &quot;out there&quot; thing I&#x27;ve learned is dart&#x2F;flutter because it seemed the path of least resistance to cross platform gui.<p>That being said I want to learn lisp, APL, and lua just for fun but I learn way better using something.
davedx12 months ago
&gt; Clean Code<p>&gt; SOLID Principles<p>&gt; OO Programming<p>&gt; Design Patterns<p>What? No, no, no. Do not blindly take what someone on the Internet tells you are &quot;things that don&#x27;t change&quot; and &quot;things you absolutely must read&#x2F;learn in 2024&quot;.<p>You will be potentially wasting a HUGE amount of time if you learn these things, unless you are dead set on becoming an enterprise Java developer.<p>This entire article seems like blog spam, isn&#x27;t it just a way to make affiliate revenue from the books?
评论 #40439079 未加载
评论 #40439070 未加载
roenxi12 months ago
We&#x27;ve got no idea what the future of the software industry looks like given the steamroller of generative AI that is working on the fundamentals. Someone at the stage of their career where these are new ideas should be weighing up the strategic risks of being in software at all.<p>Half this stuff I would just bounce off ChatGPT in the design phase for an opinion. Especially selecting the most appropriate algorithm; it has read a lot more of arxiv.org than I have.
reqo12 months ago
While fundamentals are important to learn, there is also a huge benefit in learning specific tools and frameworks. There is no ”one size fits all” when it comes to software and more often than not, you need very customized solution for optimal performance. Moreover, learning to master a tool often means you are also able to improve it, which is part of the reason open-source tools usually improve with the loyal contributers!
dSebastien12 months ago
I wrote about this a while ago: <a href="https:&#x2F;&#x2F;www.dsebastien.net&#x2F;focus-on-things-that-dont-change&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.dsebastien.net&#x2F;focus-on-things-that-dont-change&#x2F;</a>
cynicalsecurity12 months ago
Right, except everything is changing all the time.<p>Instead of sticking to the old things, learn to be flexible and adaptive.