Add new course 'Computer Science from the Bottom Up'#1444
Open
MustCodeAl wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new “Core systems” course entry for Computer Science from the Bottom Up to the curriculum list in the main README.
Changes:
- Added a new course row linking to Computer Science from the Bottom Up with duration/effort/prerequisites and discussion link.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Courses | Duration | Effort | Additional Text / Assignments| Prerequisites | Discussion | ||
| :-- | :--: | :--: | :--: | :--: | :--: | ||
| [Build a Modern Computer from First Principles: From Nand to Tetris](https://www.coursera.org/learn/build-a-computer) ([alternative](https://www.nand2tetris.org/)) | 6 weeks | 7-13 hours/week | - | C-like programming language | [chat](https://discord.gg/vxB2DRV) | ||
| [Computer Science from the Bottom Up](https://www.bottomupcs.com/index.html)| 8 weeks | 4–12 hours/week | - | operating systems, low-level languages, computer architecture | [chat](https://discord.gg/MJ9YXyV) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added new course Computer Science from the bottom up, A colorful free interactive book that introduces concepts in computer architecture, low level programming languages, and operating systems.