mirror of
https://github.com/ossu/computer-science.git
synced 2024-10-01 01:26:01 -04:00
Add Software Architecture section
This commit is contained in:
parent
c87ec66905
commit
036ec2f5fe
18
README.md
18
README.md
@ -3,11 +3,9 @@
|
|||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
||||||
- [MIT Open Courseware](http://ocw.mit.edu/courses/#electrical-engineering-and-computer-science)
|
|
||||||
- [Google - Guide for Technical Development](https://www.google.com/about/careers/students/guide-to-technical-development.html)
|
- [Google - Guide for Technical Development](https://www.google.com/about/careers/students/guide-to-technical-development.html)
|
||||||
- [Coursera](https://www.coursera.org/)
|
- [Coursera](https://www.coursera.org/)
|
||||||
- [edX](https://www.edx.org)
|
- [edX](https://www.edx.org)
|
||||||
- [How can I prepare myself to be a software engineer?](http://qr.ae/fMbg8)
|
|
||||||
|
|
||||||
## Method
|
## Method
|
||||||
|
|
||||||
@ -27,8 +25,8 @@ If you want to follow this path, [here](https://github.com/ericdouglas/computer-
|
|||||||
- [Software Testing](#software-testing)
|
- [Software Testing](#software-testing)
|
||||||
- [Math](#math)
|
- [Math](#math)
|
||||||
- [Algorithms](#algorithms)
|
- [Algorithms](#algorithms)
|
||||||
|
|
||||||
- [Software Architecture](#software-architecture)
|
- [Software Architecture](#software-architecture)
|
||||||
|
|
||||||
- [Software Engineering](#software-engineering)
|
- [Software Engineering](#software-engineering)
|
||||||
- [Operating Systems](#operating-systems)
|
- [Operating Systems](#operating-systems)
|
||||||
- [Networks](#networks)
|
- [Networks](#networks)
|
||||||
@ -36,6 +34,7 @@ If you want to follow this path, [here](https://github.com/ericdouglas/computer-
|
|||||||
- [Databases](#databases)
|
- [Databases](#databases)
|
||||||
- [Cryptography](#cryptography)
|
- [Cryptography](#cryptography)
|
||||||
- [Compilers](#compilers)
|
- [Compilers](#compilers)
|
||||||
|
|
||||||
- [Artificial Intelligence](#artificial-intelligence)
|
- [Artificial Intelligence](#artificial-intelligence)
|
||||||
- [Machine Learning](#machine-learning)
|
- [Machine Learning](#machine-learning)
|
||||||
- [Natural Language Processing](#natural-language-processing)
|
- [Natural Language Processing](#natural-language-processing)
|
||||||
@ -44,12 +43,6 @@ If you want to follow this path, [here](https://github.com/ericdouglas/computer-
|
|||||||
- [Data Mining](#data-mining)
|
- [Data Mining](#data-mining)
|
||||||
- [Programming Languages](#programming-languages)
|
- [Programming Languages](#programming-languages)
|
||||||
|
|
||||||
Course|Duration|Files|Status
|
|
||||||
:--|:--:|:--:|:--:
|
|
||||||
[]()| weeks|[⎙]()| -
|
|
||||||
[]()| weeks|[⎙]()| -
|
|
||||||
[]()| weeks|[⎙]()| -
|
|
||||||
|
|
||||||
### Introduction
|
### Introduction
|
||||||
|
|
||||||
Course|Duration|Files|Status
|
Course|Duration|Files|Status
|
||||||
@ -101,6 +94,13 @@ Course|Duration|Files|Status
|
|||||||
[Algorithms, Part II](https://www.coursera.org/course/algs4partII)| 6 weeks|[⎙]()| -
|
[Algorithms, Part II](https://www.coursera.org/course/algs4partII)| 6 weeks|[⎙]()| -
|
||||||
[Analysis of Algorithms](https://www.coursera.org/course/aofa)| 6 weeks|[⎙]()| -
|
[Analysis of Algorithms](https://www.coursera.org/course/aofa)| 6 weeks|[⎙]()| -
|
||||||
|
|
||||||
|
### Software Architecture
|
||||||
|
|
||||||
|
Course|Duration|Files|Status
|
||||||
|
:--|:--:|:--:|:--:
|
||||||
|
[Web Application Architectures](https://www.coursera.org/course/webapplications)| 6-9 hours/week|[⎙]()| -
|
||||||
|
[Microservice Architectures TODO]()| weeks|[⎙]()| -
|
||||||
|
|
||||||
### Operating Systems
|
### Operating Systems
|
||||||
|
|
||||||
1. [Operating System Engineering](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-828-operating-system-engineering-fall-2012/) - [⎙]()
|
1. [Operating System Engineering](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-828-operating-system-engineering-fall-2012/) - [⎙]()
|
||||||
|
Loading…
Reference in New Issue
Block a user