Skip to content

Commit

Permalink
add all weeks
Browse files Browse the repository at this point in the history
  • Loading branch information
EggDice committed Nov 9, 2015
1 parent 426a55e commit c9bfe70
Show file tree
Hide file tree
Showing 9 changed files with 85 additions and 1 deletion.
3 changes: 2 additions & 1 deletion week-1/README.md
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
Expand Down
11 changes: 11 additions & 0 deletions week-2/README.md
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
12 changes: 12 additions & 0 deletions week-3/README.md
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
11 changes: 11 additions & 0 deletions week-4/README.md
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
10 changes: 10 additions & 0 deletions week-5/README.md
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
11 changes: 11 additions & 0 deletions week-6/README.md
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
11 changes: 11 additions & 0 deletions week-7/README.md
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
10 changes: 10 additions & 0 deletions week-8/README.md
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
7 changes: 7 additions & 0 deletions week-9/README.md
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

0 comments on commit c9bfe70

Please sign in to comment.