Fullstack Course Corriculum1
Fullstack Course Corriculum1
Bootcamp
HTML5
Learn the anatomy of HTML
syntax to structure your websites
Understand the HTML boilerplate
and HTML doctypes.
How to structure text in HTML.
How to structure HTML lists to
create unordered and ordered
lists.
How to insert images using HTML
How to create hyperlinks using
anchor tags.
How to use tables for layout.
Understand about HTML forms
and create a simple contact
HTML Divs and how to separate
content for CSS styling.
CSS
Curriculum
The complete Fullstack Understand what are cascading style
sheets and how you can use it
Development How to use CSS selectors and
Bootcamp properties.
Learn about how to use inline,
internal and external CSS.
Understand CSS coding best
practices.
Learn about CSS sizing , syntax and
structure
Class vs. Ids and how to target
each.
CSS display and how to
implement layout.
How to use CSS static, relative
and absolute positioning systems.
Font styling using CSS and web
safe fonts.
Centering elements using CSS.
Variable naming in JS
Discussion of ECMAScripts
Intermediate JavaScript
Gitand Github
Using git for version control and
collaboration
Git forking, branching and cloning
Class Component
Functional Component
NPM
JavaScript Build Processes
Event Loop and Emitters
File System Interaction
Modules
Building APIs in Node
ExpressJS
Understand how to install and use
express in Node applications
Creating Node and Express based
servers
RESTful Routing with Express
HTTP in Depth
Calling APIs
JSON introduction
JSON vs XML
Database (MongoDB)
Introduction to Mongo Database
Installing MongoDB and studio 3
How to model NoSQL data
Document Databases (MongoDB)
Implementing Passport to
authenticate users quickly
Deployment
Understand hosting and
deployment.