Update DEVTools.md

This commit is contained in:
nbats 2024-07-26 00:14:22 -07:00 committed by GitHub
parent 36099787a1
commit beed246f20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -831,6 +831,7 @@
* [CS Academy](https://csacademy.com/) - Interactive Computer Science Lessons * [CS Academy](https://csacademy.com/) - Interactive Computer Science Lessons
* [From Nand To Tetris](https://www.nand2tetris.org/course) - Computer Building Lesson * [From Nand To Tetris](https://www.nand2tetris.org/course) - Computer Building Lesson
* [Copetti](https://www.copetti.org/) - In-depth Console Architecture Analysis / [GitHub](https://github.com/flipacholas/Architecture-of-consoles) * [Copetti](https://www.copetti.org/) - In-depth Console Architecture Analysis / [GitHub](https://github.com/flipacholas/Architecture-of-consoles)
* [CraftingInterpreters](http://www.craftinginterpreters.com/) - Scripting Language Implementation Book / [GitHub](https://github.com/munificent/craftinginterpreters)
* [Web Browser Engineering](https://browser.engineering/) - Learn about Browser Engineering * [Web Browser Engineering](https://browser.engineering/) - Learn about Browser Engineering
* [CPU Land](https://cpu.land/) - What Happens when you run Programs * [CPU Land](https://cpu.land/) - What Happens when you run Programs
* [Computer Science Lecture Links](https://github.com/riti2409/Resources-for-preparation-Of-Placements) * [Computer Science Lecture Links](https://github.com/riti2409/Resources-for-preparation-Of-Placements)
@ -877,7 +878,6 @@
* [The Algorithms](https://the-algorithms.com/) - Algorithms Index * [The Algorithms](https://the-algorithms.com/) - Algorithms Index
* [CSES Problemset](https://cses.fi/problemset/) - Collection of Algorithmic Programming Problems * [CSES Problemset](https://cses.fi/problemset/) - Collection of Algorithmic Programming Problems
* [Memery Spy](https://memory-spy.wizardzines.com/) - Learn how Bytes Represent Variables * [Memery Spy](https://memory-spy.wizardzines.com/) - Learn how Bytes Represent Variables
* [CraftingInterpreters](http://www.craftinginterpreters.com/) - Scripting Language Implementation Book / [GitHub](https://github.com/munificent/craftinginterpreters)
*** ***