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.

Ask HN: “Write your own” or “Build your own” software projects

576 pointsby n_tabout 7 years ago
I am looking for writings&#x2F;tutorials&#x2F;videos which describe a specific technology or feature by implementing them, ideally in no more than few thousands lines of code (and not just 10-20 line code snippets). Idea is to teach about underlying technology by a hands-on project, which is not overwhelming like trying to implement full-feature game engine and yet captures the essence of technology. Some examples are -<p>* Build a simple database (https:&#x2F;&#x2F;cstack.github.io&#x2F;db_tutorial&#x2F;)<p>* Containers in 500 lines (https:&#x2F;&#x2F;blog.lizzie.io&#x2F;linux-containers-in-500-loc.html)<p>* Malloc tutorial (https:&#x2F;&#x2F;danluu.com&#x2F;malloc-tutorial&#x2F;)<p>* Nativecoin - build your own crypto-currency (https:&#x2F;&#x2F;lhartikk.github.io&#x2F;)<p>I&#x27;m sure there are great such projects&#x2F;tutorials in domains like networking, filesystem, databases, compiler, web design, messaging, game design, fintech, etc. If you have come across such writings&#x2F;projects, kindly share.

46 comments

tarmstrongabout 7 years ago
&quot;500 Lines or Less&quot; is an entire book of articles just like this. Each chapter guides you through a small (500 loc or less) implementation of a common component (eg a web server). <a href="http:&#x2F;&#x2F;aosabook.org&#x2F;en&#x2F;index.html" rel="nofollow">http:&#x2F;&#x2F;aosabook.org&#x2F;en&#x2F;index.html</a>
评论 #16595438 未加载
评论 #16602994 未加载
herbsteinabout 7 years ago
It&#x27;s still very early days, but Bitwise is interesting (<a href="https:&#x2F;&#x2F;github.com&#x2F;pervognsen&#x2F;bitwise" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pervognsen&#x2F;bitwise</a>)<p>There&#x27;s also Handmade Hero (<a href="https:&#x2F;&#x2F;handmadehero.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;handmadehero.org&#x2F;</a>)<p>The Raytracing books by Peter Shirley are also very interesting, starting with &quot;Raytracing in one weekend&quot; (<a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Ray-Tracing-Weekend-Minibooks-Book-ebook&#x2F;dp&#x2F;B01B5AODD8&#x2F;ref=sr_1_1?ie=UTF8&amp;qid=1521122179&amp;sr=8-1&amp;keywords=raytracing+in+one+weekend" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Ray-Tracing-Weekend-Minibooks-Book-eb...</a>)<p>And lastly there&#x27;s Crafting Interpreters (<a href="http:&#x2F;&#x2F;www.craftinginterpreters.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.craftinginterpreters.com&#x2F;</a>)
评论 #16592924 未加载
评论 #16596149 未加载
评论 #16592837 未加载
k2052about 7 years ago
Build Your Own React <a href="https:&#x2F;&#x2F;github.com&#x2F;hexacta&#x2F;didact" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hexacta&#x2F;didact</a><p>Create Your Own Programming Language <a href="http:&#x2F;&#x2F;createyourproglang.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;createyourproglang.com&#x2F;</a><p>Build Your Own Sinatra: <a href="https:&#x2F;&#x2F;getgood.at&#x2F;build-your-own&#x2F;sinatra" rel="nofollow">https:&#x2F;&#x2F;getgood.at&#x2F;build-your-own&#x2F;sinatra</a> (disclaimer: I&#x27;m the author of this)<p>Vanilla JS series <a href="https:&#x2F;&#x2F;javascript30.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;javascript30.com&#x2F;</a><p>Super Tiny Compiler <a href="https:&#x2F;&#x2F;github.com&#x2F;jamiebuilds&#x2F;the-super-tiny-compiler" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jamiebuilds&#x2F;the-super-tiny-compiler</a>
badosuabout 7 years ago
I&#x27;ve programmed my own simple synthesizer [1] by following along &quot;The Audio Programming Book&quot; [0].<p>It gives a concise explanation for the techniques and theories for signal processing while showing practical code examples.<p>[0]: <a href="https:&#x2F;&#x2F;mitpress.mit.edu&#x2F;books&#x2F;audio-programming-book" rel="nofollow">https:&#x2F;&#x2F;mitpress.mit.edu&#x2F;books&#x2F;audio-programming-book</a><p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;badosu&#x2F;sine_synth.lv2" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;badosu&#x2F;sine_synth.lv2</a>
评论 #16594393 未加载
otrasabout 7 years ago
I worked through most of this tutorial on building a simple text editor in C and greatly enjoyed it. Highly recommend it!<p><a href="https:&#x2F;&#x2F;viewsourcecode.org&#x2F;snaptoken&#x2F;kilo&#x2F;" rel="nofollow">https:&#x2F;&#x2F;viewsourcecode.org&#x2F;snaptoken&#x2F;kilo&#x2F;</a>
评论 #16596072 未加载
评论 #16592527 未加载
acemarkeabout 7 years ago
I&#x27;ve got a bunch of &quot;Build a mini React&quot; [0] and &quot;Build a mini Redux&quot; [1] articles referenced in my React&#x2F;Redux links list. I particularly recommend the &quot;Didact: a DIY guide to build your own React&quot; post series [2] and &quot;Build Yourself a Redux&quot; [3].<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;markerikson&#x2F;react-redux-links&#x2F;blob&#x2F;master&#x2F;react-implementation.md#miniature-react-implementations" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;markerikson&#x2F;react-redux-links&#x2F;blob&#x2F;master...</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;markerikson&#x2F;react-redux-links&#x2F;blob&#x2F;master&#x2F;redux-tutorials.md#redux-implementation-walkthroughs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;markerikson&#x2F;react-redux-links&#x2F;blob&#x2F;master...</a><p>[2] <a href="https:&#x2F;&#x2F;engineering.hexacta.com&#x2F;didact-learning-how-react-works-by-building-it-from-scratch-51007984e5c5" rel="nofollow">https:&#x2F;&#x2F;engineering.hexacta.com&#x2F;didact-learning-how-react-wo...</a><p>[3] <a href="https:&#x2F;&#x2F;zapier.com&#x2F;engineering&#x2F;how-to-build-redux&#x2F;" rel="nofollow">https:&#x2F;&#x2F;zapier.com&#x2F;engineering&#x2F;how-to-build-redux&#x2F;</a>
pootsbookabout 7 years ago
This describes the purpose of the (paid) resource available at “The Great Code Club” [1].<p>Marc-André Cournoyer has put together several different projects: - 2D&#x2F;3D Game - Database Engine - Virtual Machine - Backend + Frontend Framework - Neural Network - Language - Server - Real-Time Web Engine<p>Full Disclosure: I am a happy customer of Marc Andre’s “Owning Rails” [2] workshop. No other affiliation.<p>[1] <a href="http:&#x2F;&#x2F;www.greatcodeclub.com" rel="nofollow">http:&#x2F;&#x2F;www.greatcodeclub.com</a> [2] <a href="http:&#x2F;&#x2F;owningrails.com" rel="nofollow">http:&#x2F;&#x2F;owningrails.com</a>
评论 #16594337 未加载
harlanjiabout 7 years ago
I built a live streaming system with VoD constrained to RasPi+CDN with minimal code in a few weeks, fully FLOSS and offline capable. All design and hours of live hacking are online, comparison here: <a href="https:&#x2F;&#x2F;ispooge.com&#x2F;2018-03-14-video-platforms-compared.html" rel="nofollow">https:&#x2F;&#x2F;ispooge.com&#x2F;2018-03-14-video-platforms-compared.html</a> lmk if you want specifics — tutorials being produced on tinydatacenter.com. I am documenting as I learn, given I have no background in vid nor feature list in mind.<p>Tldr: all you need to make your own scalable Twitch without coding (but with patience). It’s a &lt;2mo old so feedback appreciated, but my live vlog has been going strong for weeks and syndicating to 4+ other networks.
runevaultabout 7 years ago
MAL (Make a Lisp) is a good one around building a lisp.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;kanaka&#x2F;mal" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kanaka&#x2F;mal</a><p>Lots of examples across 72 languages.
nogridbagabout 7 years ago
Came across this website some time ago:<p>The Architecture of Open Source Applications<p>500 Lines or Less<p><a href="http:&#x2F;&#x2F;aosabook.org&#x2F;en&#x2F;index.html" rel="nofollow">http:&#x2F;&#x2F;aosabook.org&#x2F;en&#x2F;index.html</a>
评论 #16593706 未加载
评论 #16594342 未加载
3pt14159about 7 years ago
I know it isn&#x27;t quite what you&#x27;re asking for, but I recommend writing a static site compiler from scratch for a static site you actually use. Buy a nice HTML &#x2F; CSS template (I found this one <a href="https:&#x2F;&#x2F;html5up.net&#x2F;story" rel="nofollow">https:&#x2F;&#x2F;html5up.net&#x2F;story</a> then modified it) and build yourself a nice personal site from scratch.<p>You&#x27;ll be surprised at how nice it is to just fully understand everything without a mess of libraries getting in the way and the resulting project will be perfectly tailored to your needs.
zaarnabout 7 years ago
I recommend the interpreter book [<a href="https:&#x2F;&#x2F;interpreterbook.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;interpreterbook.com&#x2F;</a>], which isn&#x27;t entirely free of charge however.<p>On the other hand, it was enough to get me off the ground for my lexer and write a parser that wasn&#x27;t entirely dumb.
评论 #16593810 未加载
brudgersabout 7 years ago
Building a Modern Computer from First Principles <a href="http:&#x2F;&#x2F;nand2tetris.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;nand2tetris.org&#x2F;</a>
评论 #16592551 未加载
perlgeekabout 7 years ago
&quot;Let&#x27;s Build a Compiler&quot; by Crenshaw: <a href="https:&#x2F;&#x2F;compilers.iecc.com&#x2F;crenshaw&#x2F;" rel="nofollow">https:&#x2F;&#x2F;compilers.iecc.com&#x2F;crenshaw&#x2F;</a><p>It&#x27;s an old classic, using somewhat outdated technologies, but there are more moderns versions floating around, for example a C + x86 one: <a href="https:&#x2F;&#x2F;github.com&#x2F;lotabout&#x2F;Let-s-build-a-compiler" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lotabout&#x2F;Let-s-build-a-compiler</a>
doughj3about 7 years ago
The &quot;Getting Started with Redux&quot; course on egghead.io, from Dan Abramov, developer of Redux, basically has you write Redux from scratch to learn how it works:<p><a href="https:&#x2F;&#x2F;egghead.io&#x2F;courses&#x2F;getting-started-with-redux" rel="nofollow">https:&#x2F;&#x2F;egghead.io&#x2F;courses&#x2F;getting-started-with-redux</a>
limedaringabout 7 years ago
I wrote <i>Hello Web App</i> to teach Django + Python web app development by talking readers through creating a unique project (using a project template described in the tutorial): <a href="https:&#x2F;&#x2F;hellowebbooks.com&#x2F;learn-django" rel="nofollow">https:&#x2F;&#x2F;hellowebbooks.com&#x2F;learn-django</a><p>I&#x27;m actually fundraising for the new edition of the book, updated for Python3+Django2.0: <a href="https:&#x2F;&#x2F;www.kickstarter.com&#x2F;projects&#x2F;1868398473&#x2F;hello-web-app-20-build-your-first-web-app-with-dja" rel="nofollow">https:&#x2F;&#x2F;www.kickstarter.com&#x2F;projects&#x2F;1868398473&#x2F;hello-web-ap...</a>
评论 #16595991 未加载
评论 #16595207 未加载
jonjackyabout 7 years ago
Here is a Javascript program that implements the basics of the git version control system. It is a literate program with a prose explanation in side-by-side format:<p><a href="http:&#x2F;&#x2F;gitlet.maryrosecook.com&#x2F;docs&#x2F;gitlet.html" rel="nofollow">http:&#x2F;&#x2F;gitlet.maryrosecook.com&#x2F;docs&#x2F;gitlet.html</a><p>Here is another side-by-side example. It is a Python program that implements a very simple interpreter for the Lisp programming language.<p><a href="http:&#x2F;&#x2F;khamidou.com&#x2F;compilers&#x2F;lisp.py&#x2F;" rel="nofollow">http:&#x2F;&#x2F;khamidou.com&#x2F;compilers&#x2F;lisp.py&#x2F;</a>
gunnihinnabout 7 years ago
Build your own really shitty Redis. Then make it less shitty.<p>A really shitty Redis&#x2F;HTTP can be built in around 100 lines in many languages (assuming the language stdlib helps you out a bit -- Python, Go, Clojure would all fit).<p>The fun begins when you make a concentrated effort into making it less shitty. What tradeoffs will you make to what gain? It&#x27;s a fun space to explore.
dochtmanabout 7 years ago
Take a look at Gary Bernhardt&#x27;s From Scratch series:<p><a href="https:&#x2F;&#x2F;www.destroyallsoftware.com&#x2F;screencasts&#x2F;catalog" rel="nofollow">https:&#x2F;&#x2F;www.destroyallsoftware.com&#x2F;screencasts&#x2F;catalog</a><p>Not free, but very good.
评论 #16595131 未加载
tmoretonabout 7 years ago
&#x27;How to Build Tinder with React Native &amp; Expo&#x27; It&#x27;s a bit longer and more complex than what your asking for but I just finished building out a course learning React Native &amp; Expo by building a Tinder clone <a href="https:&#x2F;&#x2F;www.udemy.com&#x2F;how-to-build-tinder&#x2F;?couponCode=LEARNREACT" rel="nofollow">https:&#x2F;&#x2F;www.udemy.com&#x2F;how-to-build-tinder&#x2F;?couponCode=LEARNR...</a>
cweagansabout 7 years ago
Not my project, but Writing An Interpreter in Go is excellent: <a href="https:&#x2F;&#x2F;interpreterbook.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;interpreterbook.com&#x2F;</a>
jventuraabout 7 years ago
Lots of good stuff already in the comments! Here are some examples&#x2F;tutorials I wrote on my blog:<p>- A TDD approach for building a simple microprocessor model in Python: <a href="http:&#x2F;&#x2F;joaoventura.net&#x2F;blog&#x2F;2017&#x2F;simple-microprocessor&#x2F;" rel="nofollow">http:&#x2F;&#x2F;joaoventura.net&#x2F;blog&#x2F;2017&#x2F;simple-microprocessor&#x2F;</a><p>- Building a basic HTTP Server from scratch in Python: <a href="http:&#x2F;&#x2F;joaoventura.net&#x2F;blog&#x2F;2017&#x2F;python-webserver&#x2F;" rel="nofollow">http:&#x2F;&#x2F;joaoventura.net&#x2F;blog&#x2F;2017&#x2F;python-webserver&#x2F;</a>
dmytrishabout 7 years ago
Redox OS has `orbutils`, a bunch of simplistic GUI utilites written in Rust and somewhat cross-platform (it&#x27;s possible to build and run them on other platforms) [0].<p>The most interesting and educational one for me is `browser`, which crudely shows web pages and is written in less than a thousand lines of Rust from scratch.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;redox-os&#x2F;orbutils&#x2F;tree&#x2F;6764004b9f6f386af17031d302430a89057ba77e&#x2F;src" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;redox-os&#x2F;orbutils&#x2F;tree&#x2F;6764004b9f6f386af1...</a>
agentultraabout 7 years ago
I enjoyed <a href="https:&#x2F;&#x2F;viewsourcecode.org&#x2F;snaptoken&#x2F;kilo&#x2F;" rel="nofollow">https:&#x2F;&#x2F;viewsourcecode.org&#x2F;snaptoken&#x2F;kilo&#x2F;</a> and <a href="http:&#x2F;&#x2F;www.buildyourownlisp.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.buildyourownlisp.com&#x2F;</a>
sedziaabout 7 years ago
A series on building modern business apps <a href="https:&#x2F;&#x2F;www.voucherify.io&#x2F;blog&#x2F;building-an-online-marketplace-from-scratch-introduction" rel="nofollow">https:&#x2F;&#x2F;www.voucherify.io&#x2F;blog&#x2F;building-an-online-marketplac...</a>
_diyuabout 7 years ago
Writing a garbage collector<p><a href="http:&#x2F;&#x2F;journal.stuffwithstuff.com&#x2F;2013&#x2F;12&#x2F;08&#x2F;babys-first-garbage-collector&#x2F;" rel="nofollow">http:&#x2F;&#x2F;journal.stuffwithstuff.com&#x2F;2013&#x2F;12&#x2F;08&#x2F;babys-first-gar...</a>
gkyaabout 7 years ago
There is the famous Linux From Scratch [1] which teaches how to build a functioning GNU Linux system from the grounds up.<p>[1] <a href="http:&#x2F;&#x2F;www.linuxfromscratch.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.linuxfromscratch.org&#x2F;</a>
cweagansabout 7 years ago
I started an awesome list with the content from this discussion: <a href="https:&#x2F;&#x2F;github.com&#x2F;cweagans&#x2F;awesome-diy-software" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cweagans&#x2F;awesome-diy-software</a>
chownabout 7 years ago
Writing a full-featured multi-tenant web app from scratch: <a href="https:&#x2F;&#x2F;medium.com&#x2F;@ashokgelal&#x2F;writing-a-full-featured-multi-tenant-laravel-app-from-scratch-a0e1a7350d9d" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@ashokgelal&#x2F;writing-a-full-featured-multi...</a>
perlgeekabout 7 years ago
A pretty concise regex engine, along with the explanation: <a href="https:&#x2F;&#x2F;www.cs.princeton.edu&#x2F;courses&#x2F;archive&#x2F;spr09&#x2F;cos333&#x2F;beautiful.html" rel="nofollow">https:&#x2F;&#x2F;www.cs.princeton.edu&#x2F;courses&#x2F;archive&#x2F;spr09&#x2F;cos333&#x2F;be...</a>
methylabout 7 years ago
Build your own React (<a href="https:&#x2F;&#x2F;github.com&#x2F;hexacta&#x2F;didact" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hexacta&#x2F;didact</a>).
hugjaabout 7 years ago
There&#x27;s a Github repo[1] with a collection of project based tutorials.<p>1. <a href="https:&#x2F;&#x2F;github.com&#x2F;tuvtran&#x2F;project-based-learning" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tuvtran&#x2F;project-based-learning</a>
reacwebabout 7 years ago
I think building a web server is a good way to learn (teach) HTTP protocol.
ccajasabout 7 years ago
Write your own software renderer, and learn how the principles of computer rendering work: <a href="https:&#x2F;&#x2F;github.com&#x2F;ssloy&#x2F;tinyrenderer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ssloy&#x2F;tinyrenderer</a><p>The wiki has lessons in detail: <a href="https:&#x2F;&#x2F;github.com&#x2F;ssloy&#x2F;tinyrenderer&#x2F;wiki&#x2F;Lesson-1:-Bresenham%E2%80%99s-Line-Drawing-Algorithm" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ssloy&#x2F;tinyrenderer&#x2F;wiki&#x2F;Lesson-1:-Bresenh...</a>
billconanabout 7 years ago
Implementing a Key-Value Store<p><a href="http:&#x2F;&#x2F;codecapsule.com&#x2F;2012&#x2F;11&#x2F;07&#x2F;implementing-a-key-value-store-part-1-what-are-key-value-stores-and-why-implement-one&#x2F;" rel="nofollow">http:&#x2F;&#x2F;codecapsule.com&#x2F;2012&#x2F;11&#x2F;07&#x2F;implementing-a-key-value-s...</a><p>Let&#x27;s Make a Voxel Engine<p><a href="https:&#x2F;&#x2F;sites.google.com&#x2F;site&#x2F;letsmakeavoxelengine&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sites.google.com&#x2F;site&#x2F;letsmakeavoxelengine&#x2F;</a>
citeguisedabout 7 years ago
This Tutorial shows how to create a full game (Asteroids-Like) with Love2D and Lua. The game itself is available on Steam. The course is free, and you can pay to get the full source code and the solutions to the tasks. Doing it right now, about halfway through. Really engaging and interesting so far.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;SSYGEN&#x2F;blog&#x2F;issues&#x2F;30" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;SSYGEN&#x2F;blog&#x2F;issues&#x2F;30</a>
slaydemonsabout 7 years ago
Request: Build a JVM (java virtual machine)
评论 #16594365 未加载
评论 #16595261 未加载
评论 #16593104 未加载
nimblegorillaabout 7 years ago
Unity&#x27;s roll-a-ball tutorial is pretty good for starting out with their IDE and also gives some decent exposure to C# basics.<p><a href="https:&#x2F;&#x2F;unity3d.com&#x2F;learn&#x2F;tutorials&#x2F;s&#x2F;roll-ball-tutorial" rel="nofollow">https:&#x2F;&#x2F;unity3d.com&#x2F;learn&#x2F;tutorials&#x2F;s&#x2F;roll-ball-tutorial</a>
murkleabout 7 years ago
This is properly hands-on as you have to make something :) <a href="http:&#x2F;&#x2F;www.technoblogy.com&#x2F;show?NMX" rel="nofollow">http:&#x2F;&#x2F;www.technoblogy.com&#x2F;show?NMX</a><p>Click on the ATTiny85 tag for more projects. I&#x27;ve made &#x2F; adapted quite a few of those. Great fun and challenging!
kzismeabout 7 years ago
So with these sort of tutorials&#x2F;guides is it generally a good practice to build on extra functionality to learn more?<p>I always feel like it&#x27;s too much hand holding, or I&#x27;m just copying&#x2F;re-building the wheel and not learning enough, but I do very much enjoy them.
评论 #16598046 未加载
wespiser_2018about 7 years ago
Write You A Scheme, Version 2: <a href="https:&#x2F;&#x2F;github.com&#x2F;write-you-a-scheme-v2&#x2F;scheme" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;write-you-a-scheme-v2&#x2F;scheme</a><p>Use Haskell to write a Scheme!
OddEssayabout 7 years ago
&quot;Write Yourself a Roguelike&quot; is an Open Source project that started as a ebook by a former Thoughtbot employee. <a href="https:&#x2F;&#x2F;github.com&#x2F;thoughtbot&#x2F;write-yourself-a-roguelike" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;thoughtbot&#x2F;write-yourself-a-roguelike</a><p>It&#x27;s very much still in progress, but certainly fits the brief.
swyxabout 7 years ago
This guide to Build Your Own React is great and even includes React Fiber. well worth it. <a href="https:&#x2F;&#x2F;github.com&#x2F;hexacta&#x2F;didact" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hexacta&#x2F;didact</a>
emeralddabout 7 years ago
One of my favorites: <a href="http:&#x2F;&#x2F;peter.michaux.ca&#x2F;articles&#x2F;scheme-from-scratch-introduction" rel="nofollow">http:&#x2F;&#x2F;peter.michaux.ca&#x2F;articles&#x2F;scheme-from-scratch-introdu...</a>
oblosysabout 7 years ago
Before switching to React, I learned a lot about Angular from <a href="https:&#x2F;&#x2F;teropa.info&#x2F;build-your-own-angular&#x2F;" rel="nofollow">https:&#x2F;&#x2F;teropa.info&#x2F;build-your-own-angular&#x2F;</a>
arjbahabout 7 years ago
&#x27;Write your own Operating System&#x27; by tuhdo<p><a href="https:&#x2F;&#x2F;github.com&#x2F;tuhdo&#x2F;os01" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tuhdo&#x2F;os01</a>