Live data from Hacker News

Ask HN: What tech skill is most resilient to crises and changing trends?

news.ycombinator.com

1–10 of 21 posts

Re: Ask HN: What tech skill is most resilient to crises and changing trends?

#7
Fundamentals. How networks work, e.g http, TCP/IP, UDP, icmp. Basic security, SQL injection, XSS, CSRF. SQL databases, normalization, indexes for queries. Application and implications of distributed concensus algorithms. Program decomposition and composition. Big-O time/space algorithm efficiency. If you know these things in any context they can all be readily applied in another.

Re: Ask HN: What tech skill is most resilient to crises and changing trends?

#8
What is a “tech skill”?

Obviously fundamentals evolve slowly. The data structures, OS, and programming language paradigms I learned 20 years ago can still help me today. In data science, most problems are solved by solid, fundamental stats work and a solid grasp of the scientific method.

Post reply on HN