Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions courses/Backend/Node.js/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Node.js

TODO
6 changes: 4 additions & 2 deletions courses/Backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
| Name | Weeks |
| ---------------------------------------------------------------------------- | ----- |
| [Collaboration via GitHub](../../shared-modules/collaboration-via-github/) | 1 |
| Backend JavaScript stuff | ? |
| [JavaScript Advanced](../../shared-modules/javascript-advanced/) | 4 |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename to Advanced JavaScript or similar; see comment on other PR.

| [Databases](./databases/) | 2 |
| More JS stuff | ? |
| [Node.js](Node.js/) | 2 |
| [Team processes (advanced)](../../shared-modules/team-processes-advanced/) | 1 |
| [Final project](./final-project/) | 3 |
| [Career training (advanced)](../../shared-modules/career-training-advanced/) | 3 |

Current total: 16 weeks
24 changes: 13 additions & 11 deletions courses/Foundation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@

## Modules

| Name | Weeks |
| ---------------------------------------------------------- | ----- |
| [HTML & CSS](./html-css) | 1 |
| [Git](./git) | 1 |
| [Javascript Foundation](./javascript-foundation/README.md) | 6 |
| [Databases](./databases/) | 1 |
| [Introduction to backend / APIs](./intro-to-backend/) | 1 |
| [Team processes](./team-processes-intro) | 1 |
| [Final project](./final-project/) | 2–3 |
| [Career Training](./career-training/) | 2–3 |
| Name | Weeks |
| ------------------------------------------------- | ----- |
| [HTML & CSS](./html-css) | 1 |
| [Git](./git) | 1 |
| [Javascript Foundation](./javascript-foundation/) | 4 |
| [Web Architecture 101](./web-architecture-101/) | 1 |
| [Databases](./databases/) | 1 |
| [Intro to Backend](./intro-to-backend/) | 1 |
| [Intro to Frontend](./intro-to-frontend/) | 1 |
| [Team processes](./team-processes-intro) | 1 |
| [Final project](./final-project/) | 2–3 |
| [Career Training](./career-training/) | 2–3 |

Total: 13—14 weeks.
Current total: 15-17 weeks
4 changes: 2 additions & 2 deletions courses/Foundation/intro-to-backend/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Introduction to backend / APIs
# Introduction to Backend

- [week 1 of 1](../../../legacy/nodejs/week1/)
TODO
3 changes: 3 additions & 0 deletions courses/Foundation/intro-to-frontend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Introduction to Frontend

TODO
3 changes: 3 additions & 0 deletions courses/Foundation/web-architecture-101/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Web Architecture 101

TODO
4 changes: 3 additions & 1 deletion courses/Frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
| Name | Weeks |
| ---------------------------------------------------------------------------- | ----- |
| [Collaboration via GitHub](../../shared-modules/collaboration-via-github/) | 1 |
| Frontend JavaScript stuff | ? |
| [JavaScript Advanced](../../shared-modules/javascript-advanced/) | 4 |
| [React](./react/) | 5 |
| [Team processes (advanced)](../../shared-modules/team-processes-advanced/) | 1 |
| [Final project](./final-project/) | 3 |
| [Career training (advanced)](../../shared-modules/career-training-advanced/) | 3 |

Current total: 17 weeks
4 changes: 4 additions & 0 deletions shared-modules/javascript-advanced/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# JavaScript Advanced

TODO
(This could be split into specific modules for frontend and backend. Pending decision.)