[TRANSLATION] translate cs169.md

This commit is contained in:
smxm 2022-10-08 15:16:40 +08:00 committed by GitHub
parent 99db5b97c6
commit 898ff401a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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)