forked from golya/syllabus-2015-Nov
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
85 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Week 1 | ||
# Week 1 - Basics | ||
Learn how to use the tools. | ||
|
||
## Project | ||
Create your own CV in HTML | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Week 2 - Sitebuilding | ||
How to create webpages | ||
|
||
## Project | ||
Build a design in HTML + CSS | ||
|
||
## Days | ||
- Layout | ||
- Forms | ||
- Advanced CSS | ||
- Build assignment |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Week 3 - Basics of Programming (Python) | ||
Create simple programs that run in the terminal | ||
|
||
## Project | ||
Simple Kata | ||
|
||
## Days | ||
- Types | Variables | Expressions | Control Flow | ||
- Functions | Data Structures | ||
- Class | Object Oriented Programming | ||
- Exceptions | Testing | ||
- Dojo |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Week 4 - Advanced Programming (Python) | ||
|
||
## Project | ||
A command line todo app | ||
|
||
## Days | ||
- TDD | ||
- IO | Modules | PIP | ||
- Algoryhtms | Data Structures | ||
- Async | ||
- Todo app |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Week 5 - Higher concepts in Programming | ||
|
||
## Project | ||
Hardware programming | ||
|
||
## Days | ||
- Design Patterns 1 | ||
- Design Patterns 2 | ||
- Functinal Programming | Lambda | ||
- HW project |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Week 6 - Frontend | ||
|
||
## Project | ||
Game with canvas | ||
|
||
## Days | ||
- JavaScript | ||
- DOM | ||
- Canvas | ||
- AJAX | ||
- Game |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Week 7 - DevOps | ||
|
||
## Project | ||
Host an application | ||
|
||
## Days | ||
- File system | Permissions | ||
- Packages | Processes | Memory | ||
- Hosting | ||
- Continous Integration | Metrics | ||
- Hosting the application |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Week 8 - Backend | ||
|
||
## Project | ||
API in NodeJS | ||
|
||
## Days | ||
- API | REST | ||
- Databases | ||
- Frameworks | ||
- Project |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Week 9 - End 2 End Project | ||
|
||
## Project | ||
Calorie Counter App | ||
|
||
## Days | ||
- Working on stories |