全栈增长工程师 实战
在Growth中我们介绍的只是一系列的实践,而Growth实战则会带领读者去履行这些实践。
你将会看到:
- 如何去开发一个Web应用(博客)
- 如何编写单元测试、功能测试、自动化UI测试
- 搭建并使用持续集成
- 添加SEO支持——Sitemap、站长工具和Google Analytics
- 使用API,制作AutoComplete
- 开发相应的APP及其API——查看文章、用户登录、发表文章
- 制作单页面应用
- 可配置管理
欢迎关注我的微信公众号(搜索Phodal):
Web应用代码: https://github.com/phodal/growth-in-action-django-code
APP代码: https://github.com/phodal/growth-in-action-hybird
目录
- 序:如何成为全栈增长工程师?
- 全栈增长工程师实战
- 深入浅出Django
- Django简介
- Django hello,world
- 安装Django
- 创建项目
- Django后台
- 第一次提交
- Django创建博客应用
- Tasking
- 创建BlogpostAPP
- 创建View
- 测试
- 功能测试与持续集成
- 更多功能
- 静态页面
- 评论功能
- Sitemap
- 站点地图介绍
- 创建首页的Sitemap
- 创建静态页面的Sitemap
- 创建博客的Sitemap
- 提交到搜索引擎
- 前端框架
- API
- 博客列表
- Django REST Framework
- 创建博客列表API
- 测试 API
- 自动完成
- 跨域支持
- 移动应用
- hello,world
- 博客列表页
- Profile
- Json Web Tokens
- 登录表单
- Profile
- 创建博客
- Mobile Web
- 移动设备处理
- 前后端分离
- Riot.js
- ReactiveJS构建服务
- 创建博客列表页
- 博客详情页
- 添加导航
- 配置管理
License
© 2015~2016 Phodal Huang . This code is distributed under the Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License. See LICENSE
in this directory.
待我代码编成,娶你为妻可好
原文 https://github.com/phodal/growth-in-action