TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you keep up with learning new tech conceptually as a developer?

2 点作者 romanovtexas超过 8 年前
Graduated with a major in CS roughly 2 years ago, and my stack had been largely Java related as a student for everything. Right now I am working on Apache Spark with Java 8, and it involves fairly basic concepts of functional programming; however, I find it difficult to easily get resources that would help me learn things from the very fundamentals. As a student, the textbooks helped a lot in understanding not just the language, but the overall view, background and the concepts implemented in it. However, as a professional, and maybe for a lack of better books, I mostly visit sites like Stack Overflow, find a related issue and solve it for &quot;getting it to work&quot;. Very few do I get an in depth view of the fundamentals of the tech I am working on.<p>How do you keep up learning in such scenarios?

1 comment

brudgers超过 8 年前
One of the best books on functional programming is &quot;How to Design Programs&quot; which is an introductory programming text based on functional programming,<p><a href="http:&#x2F;&#x2F;www.ccs.neu.edu&#x2F;home&#x2F;matthias&#x2F;HtDP2e&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.ccs.neu.edu&#x2F;home&#x2F;matthias&#x2F;HtDP2e&#x2F;</a>