Hacker News
- Build your own X, a collection of tutorials (Search engine, Neural Net, etc.) https://github.com/danistefanovic/build-your-own-x 5 comments
- Build Your Own X https://github.com/danistefanovic/build-your-own-x 63 comments
- Build your own X: project-based programming tutorials https://github.com/danistefanovic/build-your-own-x 25 comments
- Is BASH used for anything other than systems administration and simple automation? https://github.com/danistefanovic/build-your-own-x 16 comments learnprogramming
- Build your own X, a collection of tutorials to build your own 3D renderer, Blockchain, Bot, Game, Neural Network, Search Engine, Text Editor, and much more! (27 things to build!) https://github.com/danistefanovic/build-your-own-x 82 comments programming
- Today I wrote my first CHIP-8 emulator! https://github.com/danistefanovic/build-your-own-x#build-your-own-emulator--virtual-machine 3 comments emudev
- Build Your Own Git: Learn Git internals by building a toy clone https://github.com/danistefanovic/build-your-own-x 10 comments git
- Build Your Own Docker: Learn docker internals by building a toy clone https://github.com/danistefanovic/build-your-own-x 23 comments docker
- Build Your Own X - Tutorials to explain how to (re)create everything ! https://github.com/danistefanovic/build-your-own-x 4 comments programming
- Should you put personalized 'tutorial' projects and similar on your Github as a student? https://github.com/danistefanovic/build-your-own-x 4 comments cscareerquestions
- Build your own x https://github.com/danistefanovic/build-your-own-x 32 comments programming
- Anyone who knows how to build a database like boltdb in Golang? https://github.com/danistefanovic/build-your-own-x#build-your-own-database 12 comments golang
- List of tutorials about build your own (insert technology here) https://github.com/danistefanovic/build-your-own-x 40 comments learnprogramming
- Build your own X https://github.com/danistefanovic/build-your-own-x 207 comments programming
Linking pages
- GitHub - trimstray/the-book-of-secret-knowledge: A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more. https://github.com/trimstray/the-book-of-secret-knowledge 278 comments
- GitHub - gurugio/lowlevelprogramming-university: How to be low-level programmer https://github.com/gurugio/lowlevelprogramming-university 215 comments
- How I became a Software Developer during the pandemic without a degree or a bootcamp | by Federico Mannucci | Towards Data Science https://towardsdatascience.com/how-i-became-a-software-developer-during-the-pandemic-without-a-degree-or-a-bootcamp-ef7a4184efde 108 comments
- GitHub - kuchin/awesome-cto: A curated and opinionated list of resources for Chief Technology Officers, with the emphasis on startups https://github.com/kuchin/awesome-cto 85 comments
- GitHub - jnv/lists: The definitive list of lists (of lists) curated on GitHub and elsewhere https://github.com/jnv/lists 28 comments
- GitHub - bobeff/programming-math-science: This is a list of links to different freely available learning resources about computer programming, math, and science. https://github.com/bobeff/programming-math-science 16 comments
- GitHub - Caerind/AwesomeCppGameDev: A curated list of awesome C++ (mainly) things for Game Development. Inspired by awesome-... stuff. https://github.com/cmdu76/awesomecppgamedev 12 comments
- GitHub - trimstray/the-book-of-secret-knowledge: A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more. https://github.com/trimstray/awesome-ninja-admins 10 comments
- What should I program? - Statistically Insignificant http://jamesmcm.github.io/blog/2020/10/11/programming-projects/#en 5 comments
- GitHub - iLabAcademy/the-book-of-secret-knowledge: A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more. https://github.com/iLabAcademy/the-book-of-secret-knowledge 4 comments
- 100 Things You Should Know as a Software Engineer https://hkandala.dev/100-things-you-should-know 3 comments
- 10 GitHub Repositories every Developer should know https://cmsinstallation.blogspot.com/2021/04/10-github-repositories-every-developer.html 2 comments
- programming-math-science/README.md at main · bobeff/programming-math-science · GitHub https://github.com/bobeff/programming-math-science/blob/main/README.md 1 comment
- GitHub - u9u/u9u.github.io: Github Markdown Reader https://github.com/u9u/u9u.github.io/ 1 comment
- GitHub - openblockchains/awesome-blockchains: A collection about awesome blockchains - open distributed public databases w/ crypto hashes incl. git ;-). Blockchains are the new tulips . Distributed is the new centralized. https://github.com/openblockchains/awesome-blockchains 0 comments
- Top Github repo trends in 2021. Learnings on tech trends, demographics… | by Rajko Radovanović | Medium https://rajko-rad.medium.com/top-github-repo-trends-in-2021-e4fa0c724e4 0 comments
- GitHub - EssenceSentry/awesome-web-resources: List of awesome web resources. https://github.com/TheEssenceSentry/awesome-web-resources 0 comments
- Recommendations for Engineers - Pawel Cislo https://pawelcislo.com/recommendations/ 0 comments
- Awesome CS Collections: Curated links of awesome sites & collections & resources - DEV Community 👩💻👨💻 https://dev.to/wxyyxc1992/awesome-cs-collections-curated-links-of-awesome-sites--collections--resources-jin 0 comments
- Shellish, a Shell-ish program with Go using Pterm and Survey packages. https://carlosmv.hashnode.dev/shellish-a-shell-ish-program-written-in-go-using-pterm-and-survey-packages 0 comments
Linked pages
- Crafting Interpreters http://craftinginterpreters.com/ 690 comments
- Remaking Cavestory in C++ - Episode 1 - Introduction - YouTube https://www.youtube.com/watch?v=ETvApbD5xRo 610 comments
- Build Your Own Text Editor https://viewsourcecode.org/snaptoken/kilo/ 606 comments
- GitHub - p8952/bocker: Docker implemented in around 100 lines of bash https://github.com/p8952/bocker/blob/master/readme.md 595 comments
- Home | nand2tetris http://www.nand2tetris.org/ 547 comments
- How Does a Database Work? | Let’s Build a Simple Database https://cstack.github.io/db_tutorial/ 486 comments
- Regular Expression Matching Can Be Simple And Fast https://swtch.com/~rsc/regexp/regexp1.html 473 comments
- Learn C • Build Your Own Lisp http://www.buildyourownlisp.com/ 384 comments
- GitHub - cfenollosa/os-tutorial: How to create an OS from scratch https://github.com/cfenollosa/os-tutorial 374 comments
- Beej's Guide to Network Programming http://beej.us/guide/bgnet/ 355 comments
- A Neural Network in 11 lines of Python (Part 1) - i am trask https://iamtrask.github.io/2015/07/12/basic-python-network/ 320 comments
- GitHub - relativty/Relativty: An open source VR headset with SteamVR supports for $200 https://github.com/relativty/Relativ 320 comments
- Handmade Hero https://handmadehero.org/ 310 comments
- Write your Own Virtual Machine https://justinmeiners.github.io/lc3-vm/ 308 comments
- Kernels 101 – Let’s write a Kernel - Arjun Sreedharan https://arjunsreedharan.org/post/82710718100/kernel-101-lets-write-a-kernel 307 comments
- (How to Write a (Lisp) Interpreter (in Python)) http://norvig.com/lispy.html 306 comments
- Creative Commons — CC0 1.0 Universal http://creativecommons.org/publicdomain/zero/1.0/ 305 comments
- Building a BitTorrent client from the ground up in Go | Jesse Li https://blog.jse.li/posts/torrent/ 299 comments
- Writing an OS in Rust https://os.phil-opp.com/ 297 comments
- Let's Build a Compiler https://compilers.iecc.com/crenshaw/ 275 comments
Related searches:
Search whole site: site:github.com
Search title: GitHub - codecrafters-io/build-your-own-x: Master programming by recreating your favorite technologies from scratch.
See how to search.