Please enable JavaScript.
Coggle requires JavaScript to display documents.
Basic Web Developer and requeriments (Basic Javascript (Functions, Objects…
Basic Web Developer and requeriments
General requeriments
Domain name and DNS
Knowledge of a code editor (Visual Studio Code or Sublime Text)
Git - Version Control
Basic Terminal Usage
HTTP/HTTPS and API
Learn to research and read documentation (Google, W3Schools, Stackoverflow, Mozilla Developer Network Devdocs and the tool documentation)
YAGNI, SOLID, KISS, DRY
Github
DevTools
Package managers (NPM or Yarn)
Basic Deployment
HTML5
Writing semantic HTML
Meta tags
Attributes
Emmet
Forms
Basic CSS
Layouts with Flexbox and CSS Grid
Importing Fonts and using them (google fonts)
Investigate about Float layouts but don't use it
Box Model
Units (px, fr, rem, em, %, deg, vw, vh)
Selectors
Pseudo Classes and Pseudo elements
Classes and IDs (see differences between each)
CSS Transitions
Positioning elements (Absolute, Relative, Fixed)
Using Colors
Basic Javascript
Functions
Objects
Variables (Var, Let and Const) and Data Types
Arrays
ES5 and versions system
Operator Precedence
Conditionals (If Else, Switch and ternary operator)
Operators
Type Coercion
Loops and iteration
Basic DOM manipulation and theory
Methods
Research what JQuery is but don't use it
JSON
Fetch API