Files
nexus/wiki/sources/build-your-own-x.md
2026-04-14 16:02:50 +08:00

30 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Codecrafters build-your-own-x"
type: source
tags: [build-your-own-x, 学习, 编程, GitHub资源]
sources: ["https://github.com/codecrafters-io/build-your-own-x"]
date: 2026-01-01
---
## Summary
- 核心主题:通过从零复现技术来掌握编程
- 问题域:如何深入理解现有技术的内部原理
- 方法/机制提供25+技术的分步指南包含3D渲染器、数据库、Docker、Git、操作系统等
- 结论/价值Feynman名言"我不能创造的,我也不理解"
## Key Claims
- 核心理念What I cannot create, I do not understand
- 涵盖25+技术领域3D Renderer、Web Server、Docker、Git、Database、Blockchain、Neural Network等
- 每种技术提供多种编程语言的实现教程
## Key Concepts
- [[从零构建]]:通过复现技术来学习的理念
- [[Build Your Own X]]涵盖25+技术的实践教程集合
## Connections
- [[从零构建]] ← 资源 ← [[Codecrafters]]
- [[Vibe Coding]] ← 相关 ← [[Build Your Own X]]
## Contradictions
- 尚未发现