mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-23 09:58:12 +08:00
[TRANSLATION] translate cs169.md
This commit is contained in:
parent
99db5b97c6
commit
898ff401a8
1 changed files with 24 additions and 0 deletions
24
docs/软件工程/CS169.en.md
Normal file
24
docs/软件工程/CS169.en.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# UCB CS169: software engineering
|
||||
|
||||
## Descriptions
|
||||
|
||||
- Offered by: UC Berkeley
|
||||
- Prerequisites: None
|
||||
- Programming Languages: Ruby/JavaScript
|
||||
- Difficulty: 🌟🌟🌟🌟
|
||||
- Class Hour: 100 hours
|
||||
|
||||
This is Berkeley's software engineering course, unlike many traditional software engineering courses that emphasize various class diagrams, plan and document model , this course focuses on the recently trendy Agile Development model, which uses the cloud platform to provide software as a service. To achieve this, the instructors wrote [Software as a service](https://github.com/PKUFlyingPig/CS169-Software-Engineering/blob/master/saasbook.pdf), a textbook that explains the concept of SaaS in the Ruby/Rails, with plenty of programming assignments.
|
||||
|
||||
This course is available on [Edx](https://www.edx.org/), an online education platform sponsored by MIT and Harvard, where you can search for the course Agile SaaS Development and learn it yourself. The course content basically follows the order of the textbook and takes you step by step to build a software in an agile development way and deploy it on the cloud platform for free.
|
||||
|
||||
## Course Resources
|
||||
|
||||
- Course Website: <http://www.saasbook.info/courses>
|
||||
- Recordings: refer to the course website.
|
||||
- Textbook: [Software as a service](https://github.com/PKUFlyingPig/CS169-Software-Engineering/blob/master/saasbook.pdf)
|
||||
- Assignments: refer to the course website
|
||||
|
||||
## Personal Resources
|
||||
|
||||
All the resources and assignments used by @PKUFlyingPig in this course are maintained in [PKUFlyingPig/CS169-Software-Engineering - GitHub](https://github.com/PKUFlyingPig/CS169-Software-Engineering)
|
||||
Loading…
Reference in a new issue