hacking how series
to help understand a bit of the domain knowledge for certain technologies & realize what design or programming-language's functionality is best suited for use in the various domains.
- internals of rendering simple graphics to the web (hacking algorithm-visualizer, hacking pathfinding visualizer, hacking p5js) web graphics
- hacking excalidraw
- how does google keep implement "multi-select" (Private)
- internals of rich text-formatting in the terminal cli/tui apps
- checkout to the earliest commit histories
- internals of document-change tracking (git) (os+python) https://www.leshenko.net/p/ugit/
- internals of peer-to-peer document-sharing (bittorrent) (networking+python) https://github.com/eliasson/pieces
- internals of document/string parsingstring parsing (a JSON parser) (strings+python) https://notes.eatonphil.com/writing-a-simple-json-parser.html
- table-document storage+query+management (MINI-DB) (python) https://notes.eatonphil.com/database-basics.html https://cstack.github.io/db_tutorial/
- internals of an interface library (Building React:) https://pomb.us/build-your-own-react/
- how?
- search programming language function on sourcegraph
- select results
Backlinks