professional-programming/training/front-end/README.md
2020-07-23 11:01:29 +02:00

56 lines
2.2 KiB
Markdown

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table of Contents
- [Introduction to front-end programming](#introduction-to-front-end-programming)
- [Goal of this training](#goal-of-this-training)
- [Prerequisites](#prerequisites)
- [To do before the course](#to-do-before-the-course)
- [Curriculum](#curriculum)
- [Roadmap: to go further](#roadmap-to-go-further)
- [Inspiration](#inspiration)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
# Introduction to front-end programming
## Goal of this training
This training was developed for back-end and infra developers. It is meant to be used as a support for an oral presentation.
I am not an expert in front-end development. This should only be considered an introduction.
## Prerequisites
Assumed knowledge:
- Basics about HTTP (cookies, protocol, HTTPS)
- Basics about browser (DOM, using the developer console)
- Basics about HTML and CSS (tags & attributes, how CSS work, CSS selectors, CSS styling)
- Basics about programming languages (conditionals, loops, variables, typing, tests)
- Basics about JavaScript (syntax, having written a few hundred lines of code)
## To do before the course
Read the [grab/front-end-guide](https://github.com/grab/front-end-guide) to get a 10,000 viewpoint about the road ahead. Evidently you don't need to check the details about each topic (that's what we'll do in this course), but obviously feel free to look up what seems interesting to you!
## Curriculum
1. The language: writing modern Javascript
2. The environment: the browser
3. TypeScript
4. React
5. CSS/HTML restart
6. Front-end development practices
## Roadmap: to go further
![learning front-end roadmap](./img/learning-roadmap.png)
Image from https://github.com/kamranahmedse/developer-roadmap
## Inspiration
- [Front-end Developer Handbook 2019 - Learn the entire JavaScript, CSS and HTML development practice!](https://frontendmasters.com/books/front-end-handbook/2019/)
- [grab/front-end-guide: 📚 Study guide and introduction to the modern front end stack.](https://github.com/grab/front-end-guide)