All Projects → phodal → Fe

phodal / Fe

Licence: other
《我的职业是前端工程师》 - Ebook:I'm a FrontEnd Developer

Programming Languages

HTML
75241 projects
CSS
56736 projects
TeX
3793 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Fe

Growth In Action
全栈增长工程师实战
Stars: ✭ 2,411 (+22.39%)
Mutual labels:  ebook, frontend, phodal, github-books
Ideabook
一个全栈增长工程师的练手项目集. A Growth Engineering Idea in Action.
Stars: ✭ 3,609 (+83.2%)
Mutual labels:  ebook, phodal, github-books
Fe Performance Journey
🚵 a Journey of Performance Optimizing in Frontend 🚀
Stars: ✭ 169 (-91.42%)
Mutual labels:  guide, frontend
Free Programming Resources
💎 免费的编程资源大全,持续更新!🔥 覆盖各种语言和方向(Java \ Python \ C++ \ JavaScript \ Golang \ 前端 \ 后端等)的学习路线、贴心教程、项目实战、编程书籍、面试合集、实用资源等,对程序员非常有帮助!
Stars: ✭ 225 (-88.58%)
Mutual labels:  guide, frontend
Mac Setup
🛠️ Front end web development setup for macOS.
Stars: ✭ 265 (-86.55%)
Mutual labels:  guide, frontend
Fe Interview
宇宙最强的前端面试指南 (https://lucifer.ren/fe-interview)
Stars: ✭ 2,284 (+15.94%)
Mutual labels:  frontend, fe
frontend-checklist
A complete todo list of skills and tasks to become a modern frontend developer
Stars: ✭ 61 (-96.9%)
Mutual labels:  guide, frontend-webdevelopment
Webpack Book
From apprentice to master (CC BY-NC-ND)
Stars: ✭ 2,372 (+20.41%)
Mutual labels:  ebook, frontend
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (-61.73%)
Mutual labels:  guide, ebook
Tnt Weekly
每周为您推荐国内外前端领域最新的优秀文章以及行业进展
Stars: ✭ 3,355 (+70.3%)
Mutual labels:  frontend, fe
bitcoin-development-with-go
[Work in Progress] A little book on Bitcoin Development with Go (golang)
Stars: ✭ 19 (-99.04%)
Mutual labels:  guide, ebook
Fe Foundation
前端开发学习指南
Stars: ✭ 113 (-94.26%)
Mutual labels:  guide, frontend
Choo Handbook
🚂✋📖 - Learn the choo framework through a set of exercises
Stars: ✭ 266 (-86.5%)
Mutual labels:  guide, frontend
Performance Handbook
Webフロントエンド パフォーマンス改善ハンドブック
Stars: ✭ 99 (-94.97%)
Mutual labels:  ebook, frontend
Frontend
18F's Front End Guild –  content has been moved to https://github.com/18F/development-guide
Stars: ✭ 126 (-93.6%)
Mutual labels:  guide, frontend
Angular2 Flask
Simple angular2 app with python-flask backend ( Learning Angular2 )
Stars: ✭ 152 (-92.28%)
Mutual labels:  frontend
Restful Api With Laravel Definitive Guide
Repository with the base code for the course "RESTful API with Laravel - Definitive-Guide"
Stars: ✭ 156 (-92.08%)
Mutual labels:  guide
Material Dashboard
Material Frontend Preset For Laravel Framework 8.x and Up
Stars: ✭ 152 (-92.28%)
Mutual labels:  frontend
Layerjs
layerJS: Javascript UI composition framework
Stars: ✭ 1,825 (-7.36%)
Mutual labels:  frontend
Crana
A CLI tool to create React + Node apps with just one command
Stars: ✭ 160 (-91.88%)
Mutual labels:  frontend

我的职业是前端工程师

2017 年 1 月份,看完村上春树的新书《我的职业是一个小说家》,我便萌发了写一个《我的职业是前端工程师》系列文章的想法——以个人视角来看前端领域的各种技术。整个系列的文章大概有 15 篇左右,从我是如何成为一个前端工程师,到各种前端框架的知识。

在线阅读地址:http://ued.party/

关注我的微信公众号(扫描下面的二维码或搜索 Phodal),回复书籍,可下载电子书版本

QRCode

目录

前端技能

来源:https://github.com/phodal/awesome-growth

  • 基础
    • HTML / CSS
    • JavaScript
    • DOM
  • 中级篇
    • 数据格式(如JSON、XML)
    • RESTful API交互(如jQuery Ajax,Fetch API,ReactiveX)
    • 正则表达式
    • HTML语义化
    • 命令行
    • Node.js
    • DIV / CSS
    • SCSS / SASS
    • 矢量图形 / 矢量图形动画(如SVG)
    • 单页面应用
  • 高级篇
    • ES6 / TypeScript
    • CSS3
    • 面向对象编程
    • 函数式编程
    • MVC / MVVM / MV*
    • 安全性(如跨域)
    • 授权(如HTTP Basic、JWT等等)
  • 工程化
    • 代码质量(如JSLint / ESLint / TSLint / CSLint)
    • 代码分析(如Code Climate)
    • 测试覆盖率
    • 构建系统(gulp、grunt、webpack等等)
    • 自动构建(脚本)
  • 兼容性
    • 跨浏览器测试 (Chrome,IE,Firefox,Safari等等)
    • 跨平台测试(Windows、GNU/Linux,Mac OS等等)
    • 跨设备测试(Desktop,Android,iOS,Windows Phone)
    • 跨版本测试(同一个浏览器的不同版本)
  • 前端特定
    • CSS / CSS3 动画
    • JavaScript 动画
    • Web字体嵌入
    • Icon 字体
    • 图形和图表
    • CSS Sprite(如glue)
    • DOM操作(如jQuery、React等等)
    • 模板引擎(如JSX、Handlebars、JSP、Mustache等等)
  • 软件工程
    • 版本管理(如git、svn)
    • 包管理(如npm、bower)
    • 依赖管理
    • 模块化(如CommonJS、WebPack)
  • 调试
    • 浏览器调试
    • Debug工具
    • Wireshark / Charles抓包
    • 远程设备调试(如Chrome Inspect Devices)
  • 测试
    • 单元测试
    • 服务测试
    • UI测试
    • 集成测试
  • 性能与优化
    • PageSpeed / Yslow 优化
    • 加载优化(如gzip压缩、缓存等等)
    • 性能测试(特别是移动Web)
    • 可用性
    • 压缩(如Minify、Uglify、CleanCSS等等)
  • 设计
    • 切页面
    • 线框图(Wireframe)
    • 响应式设计
    • 网格布局(Grid Layout)
    • Flexbox布局
  • SEO
    • Sitemap(站点地图)
    • 内部链接建设
    • MicroData / MicroFormat
    • 页面静态内容生成
    • H1、H2、H3和strong使用
    • Title、Description优化
    • 页面静态内容生成

LICENSE

Phodal's Article Phodal's Book

© 2017 Phodal Huang. This code is distributed under the Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License. See LICENSE in this directory.

待我代码编成,娶你为妻可好

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].