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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are some books/resources where we can learn by building

9 点作者 codenlearn大约 1 年前
Some examples that come to my mind are 1. https:&#x2F;&#x2F;build-your-own.org&#x2F; 2. https:&#x2F;&#x2F;github.com&#x2F;codecrafters-io&#x2F;build-your-own-x<p>I&#x27;m interested mainly in distributed systems and machine learning, if you folks have any such recommendations I would really appreciate it.<p>In ML, I&#x27;m looking for something to absolutely learn from scratch. I&#x27;m fairly comfortable with Linear Algebra so anything that helps understand the algorithm underneath such resources will be very beneficial.

5 条评论

mindcrash大约 1 年前
By happenchance today I learned that Manning recently started working on publishing a X From Scratch series, which currently includes:<p>* Container Orchestrator: <a href="https:&#x2F;&#x2F;www.manning.com&#x2F;books&#x2F;build-an-orchestrator-in-go-from-scratch" rel="nofollow">https:&#x2F;&#x2F;www.manning.com&#x2F;books&#x2F;build-an-orchestrator-in-go-fr...</a><p>* LLM : <a href="https:&#x2F;&#x2F;www.manning.com&#x2F;books&#x2F;build-a-large-language-model-from-scratch" rel="nofollow">https:&#x2F;&#x2F;www.manning.com&#x2F;books&#x2F;build-a-large-language-model-f...</a><p>* Frontend Framework: <a href="https:&#x2F;&#x2F;www.manning.com&#x2F;books&#x2F;build-a-frontend-web-framework-from-scratch" rel="nofollow">https:&#x2F;&#x2F;www.manning.com&#x2F;books&#x2F;build-a-frontend-web-framework...</a><p>The first book might be most interesting, given your particular subject interest.
pavluha大约 1 年前
There is a list of projects: <a href="https:&#x2F;&#x2F;github.com&#x2F;practical-tutorials&#x2F;project-based-learning?tab=readme-ov-file#python">https:&#x2F;&#x2F;github.com&#x2F;practical-tutorials&#x2F;project-based-learnin...</a><p>And another one: <a href="https:&#x2F;&#x2F;github.com&#x2F;Xtremilicious&#x2F;projectlearn-project-based-learning">https:&#x2F;&#x2F;github.com&#x2F;Xtremilicious&#x2F;projectlearn-project-based-...</a>
austin-cheney大约 1 年前
With regards to distributed systems you must understand transmission. I suggest learning about streams and pipes for moving binary between local interfaces and secondly tcp&#x2F;udp sockets for moving binary between computers.<p>I do not have books to recommend for this as I am self taught writing hobby applications in Node.js
avinassh大约 1 年前
not distributed systems, but I have a build your own KV store project. It is in TDD fashion with the tests. So, you start with simple functions, pass the tests, and the difficulty level goes up. When all the tests pass, you will have written a persistent key-value store.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;avinassh&#x2F;py-caskdb">https:&#x2F;&#x2F;github.com&#x2F;avinassh&#x2F;py-caskdb</a>
otras大约 1 年前
<i>Distributed Services with Go</i> is a great learn-by-building book for distributed systems: <a href="https:&#x2F;&#x2F;pragprog.com&#x2F;titles&#x2F;tjgo&#x2F;distributed-services-with-go&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pragprog.com&#x2F;titles&#x2F;tjgo&#x2F;distributed-services-with-g...</a><p>&gt; <i>This book walks the reader through building a real-world software project (a self-contained, persistent event-stream service) from start to finish. There isn’t a book that walks through building a complete system like this in any language. This book introduces distributed systems practically, explaining the pieces that make up a distributed system and showing how they fit together.</i>
评论 #40362770 未加载