转载

[工具资源] 全栈增长工程师实战

全栈增长工程师 实战

在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应用架构
    • Django hello,world
      • 安装Django
      • 创建项目
      • Django后台
      • 第一次提交
  • Django创建博客应用
    • Tasking
    • 创建BlogpostAPP
      • 生成APP
      • 创建Model
      • 配置URL
    • 创建View
      • 创建博客列表页
      • 创建博客详情页
    • 测试
      • 测试首页
      • 测试详情页
  • 功能测试与持续集成
    • 编写自动化测试
      • Selenium与第一个UI测试
    • 搭建持续集成
      • Jenkins创建任务
      • 创建shell
  • 更多功能
    • 静态页面
      • 安装 flatpages
      • 创建模板
    • 评论功能
    • Sitemap
      • 站点地图介绍
      • 创建首页的Sitemap
      • 创建静态页面的Sitemap
      • 创建博客的Sitemap
      • 提交到搜索引擎
  • 前端框架
    • 响应式设计
      • 引入前端框架
    • 页面美化
      • 添加导航
      • 添加标语
      • 优化列表
      • 添加footer
  • API
    • 博客列表
      • Django REST Framework
      • 创建博客列表API
      • 测试 API
    • 自动完成
      • 搜索API
      • 页面实现
    • 跨域支持
      • 添加跨域支持
  • 移动应用
    • hello,world
      • 构建应用
    • 博客列表页
      • 列表页
      • 详情页
    • Profile
      • Json Web Tokens
      • 登录表单
      • Profile
    • 创建博客
  • Mobile Web
    • 移动设备处理
    • 前后端分离
      • Riot.js
      • ReactiveJS构建服务
      • 创建博客列表页
      • 博客详情页
      • 添加导航
  • 配置管理
    • local settings

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
正文到此结束
Loading...