https://github.com/madetech/2022-bootcamp-curriculum
https://github.com/madetech/2022-bootcamp-curriculum
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/madetech/2022-bootcamp-curriculum
- Owner: madetech
- Created: 2022-02-10T14:53:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T13:41:13.000Z (over 4 years ago)
- Last Synced: 2025-01-25T14:12:01.697Z (over 1 year ago)
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bootcamp overview
## Outcomes
The students on this course will be assumed to be operating at a level equivalent to Made Tech's [Academy engineers][academy-engineers] or [SFIA Level 1][sfia1] whilst on the course.
On completion of this course the attendees will be capable of operating at [SFIA Level 2][sfia2] this is the equivalent of Made Tech's [Engineer 1][eng1]
## Syllabus
### Ways of Working
* Agile
* User research
* Retrospectives
* DevSecOps
* Pair programming
* Code reviewing
* Mobbing
### Project Methodologies
* Test driven development
* Acceptance test driven development
* Behaviour driven development
* Continuous Integration/Delivery
* Secure Coding
### Technologies
* Git / version control
* Command line
* Node.js
* React
* Docker
* Databases (sql vs no sql)
* Infrastructure as code (helm)
### Technical Concepts
* Debugging
* Refactoring
* Test doubles
* Asynchronous requests
* SOLID Principles
* Polymorphism
* Dependency injection
* Code smells and cyclomatic complexity
* Security
[academy-engineers]: https://github.com/madetech/handbook/blob/main/roles/sfia/academy_software_engineer.md
[eng1]: https://github.com/madetech/handbook/blob/main/roles/sfia/software_engineer_1.md
[sfia1]: https://sfia-online.org/en/legacy-sfia/sfia-7/responsibilities/level-1
[sfia2]: https://sfia-online.org/en/legacy-sfia/sfia-7/responsibilities/level-2