cs-self-learning/docs/软件工程/CS169.md

19 lines
No EOL
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 课程简介
- 所属大学UC Berkeley
- 先修要求:无
- 编程语言Ruby/JavaScript
- 课程难度:🌟🌟🌟🌟
- 预计学时100小时
伯克利的软件工程课程,不同于很多传统的软件工程课强调各种类图、文档设计(plan and document模式),这门课专注于最近逐渐流行起来的敏捷开发(Agile Development)模式,利用云平台提供软件即服务(software as a service)。为此,课程设计者编写了[Software as a service](https://github.com/PKUFlyingPig/CS169-Software-Engineering/blob/master/saasbook.pdf)这本教材通过Ruby/Rails框架来阐释saas这个概念并且有丰富的配套编程练习。
这门课在[Edx](https://www.edx.org/)这个由MIT和Havard大学发起的在线教育平台全资料开源大家可以在Edx自行搜索`Agile SaaS Development`这门课程进行学习。课程内容基本按照教材的顺序带你一步步以敏捷开发的方式搭建一个软件并免费部署在云平台上。
## 课程资源
- [课程网站](http://www.saasbook.info/courses)
- 课程视频参见Edx课程主页。
- 课程教材:[Software as a service](https://github.com/PKUFlyingPig/CS169-Software-Engineering/blob/master/saasbook.pdf)
- 课程作业参见Edx课程主页。
## 资源汇总
我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/CS169-Software-Engineering)中。