0% found this document useful (0 votes)
262 views6 pages

0525 Front End Developer Handbook

This document is an introduction to a handbook about front-end development. It is divided into three parts: 1) describing the practice of front-end engineering, 2) resources for learning front-end development, and 3) tools used in front-end development. The handbook provides a focused overview of topics relevant to front-end developers without overwhelming the reader. It is intended to be updated yearly to keep the information timely.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
262 views6 pages

0525 Front End Developer Handbook

This document is an introduction to a handbook about front-end development. It is divided into three parts: 1) describing the practice of front-end engineering, 2) resources for learning front-end development, and 3) tools used in front-end development. The handbook provides a focused overview of topics relevant to front-end developers without overwhelming the reader. It is intended to be updated yearly to keep the information timely.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Table

of Contents
Introduction 1.1
What Is a Front-End Developer? 1.2
Part I: The Front-End Practice 1.3
Front-End Jobs Titles 1.3.1
Common Web Tech Employed 1.3.2
Front-End Dev Skills 1.3.3
Front-End Devs Develop For... 1.3.4
Front-End on a Team 1.3.5
Generalist Myth 1.3.6
Front-End interview questions 1.3.7
Front-End Job Boards 1.3.8
Front-End Salaries 1.3.9
How FDs Are Made 1.3.10
Part II: Learning Front-End Dev 1.4
Self Directed Learning 1.4.1
Learn Internet/Web 1.4.1.1
Learn Web Browsers 1.4.1.2
Learn DNS 1.4.1.3
Learn HTTP/Networks 1.4.1.4
Learn Web Hosting 1.4.1.5
Learn General Front-End Dev 1.4.1.6
Learn UI/Interaction Design 1.4.1.7
Learn HTML & CSS 1.4.1.8
Learn SEO 1.4.1.9
Learn JavaScript 1.4.1.10
Learn Web Animation 1.4.1.11
Learn DOM, BOM & jQuery 1.4.1.12
Learn Web Fonts 1.4.1.13
Learn Accessibility 1.4.1.14
Learn Web/Browser APIs 1.4.1.15

2
Learn JSON 1.4.1.16
Learn JS Templates 1.4.1.17
Learn Static Site Generators 1.4.1.18
Learn Front-End App Architecture 1.4.1.19
Learn Interface/API Design 1.4.1.20
Learn Web Dev Tools 1.4.1.21
Learn Command Line 1.4.1.22
Learn Node.js 1.4.1.23
Learn Module Loader 1.4.1.24
Learn Package Managers 1.4.1.25
Learn Version Control 1.4.1.26
Learn Build & Task Automation 1.4.1.27
Learn Site Performance Optimization 1.4.1.28
Learn JS Testing 1.4.1.29
Learn Headless Browsers 1.4.1.30
Learn Offline Dev 1.4.1.31
Learn Security 1.4.1.32
Learn Multi-Thing Dev (e.g., RWD) 1.4.1.33
Directed Learning 1.4.2
Front-End Schools, Courses, & Bootcamps 1.4.2.1
Front-End Devs to Learn From 1.4.3
Newsletters, News, & Podcasts 1.4.4
Part III: Front-End Dev Tools 1.5
General Front-End Dev Tools 1.5.1
Doc/API Browsing Tools 1.5.2
SEO Tools 1.5.3
Prototyping & Wireframing Tools 1.5.4
Diagramming Tools 1.5.5
HTTP/Network Tools 1.5.6
Code Editing Tools 1.5.7
Browser Tools 1.5.8
HTML Tools 1.5.9
CSS Tools 1.5.10
DOM Tools 1.5.11

3
JavaScript Tools 1.5.12
Static Site Generators Tools 1.5.13
App (Desktop, Mobile, Tablet, etc.) Tools 1.5.14
Scaffolding Tools 1.5.15
Templating Tools 1.5.16
UI Widgets & Components Tools 1.5.17
Data Visualization (e.g., Charts) Tools 1.5.18
Graphics (e.g., SVG, canvas, webgl) Tools 1.5.19
Animation Tools 1.5.20
JSON Tools 1.5.21
Testing Framework Tools 1.5.22
Data Storage Tools 1.5.23
Module/Package Loading Tools 1.5.24
Module/Package Repo. Tools 1.5.25
Web/Cloud/Static Hosting Tools 1.5.26
Project Management & Code Hosting 1.5.27
Collaboration & Communication Tools 1.5.28
CMS Hosted/API Tools 1.5.29
BAAS (for Front-End Devs) Tools 1.5.30
Offline Tools 1.5.31
Security Tools 1.5.32
Tasking (aka Build) Tools 1.5.33
Deployment Tools 1.5.34
Site/App Monitoring Tools 1.5.35
JS Error Monitoring Tools 1.5.36
Performance Tools 1.5.37

4
Introduction

Front-End Developer Handbook


Written by Cody Lindley sponsored by — Frontend Masters

This is a guide that anyone could use to learn about the practice of front-end development. It
broadly outlines and discusses the practice of front-end engineering: how to learn it and
what tools are used when practicing it.

It is specifically written with the intention of being a professional resource for potential and
currently practicing front-end developers to equip themselves with learning materials and
development tools. Secondarily, it can be used by managers, CTOs, instructors, and head
hunters to gain insights into the practice of front-end development.

The content of the handbook favors web technologies (HTML, CSS, DOM, and JavaScript)
and those solutions that are directly built on top of these open technologies. The materials
referenced and discussed in the book are either best in class or the current offering to a
problem.

The book should not be considered a comprehensive outline of all resources available to a
front-end developer. The value of the book is tied up in a terse, focused, and timely curation
of just enough categorical information so as not to overwhelm anyone on any one particular
subject matter.

The intention is to release an update to the content yearly.

The handbook is divided into three parts.

Part I. The Front-End Practice


Part one broadly describes the practice of front-end engineering.

Part II: Learning Front-End Development


Part two identifies self-directed and direct resources for learning to become a front-end
developer.

Part III: Front-End Development Tools


Part three briefly explains and identifies tools of the trade.

5
Click here to download full PDF material

You might also like