Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.38 KB

File metadata and controls

30 lines (18 loc) · 1.38 KB

Home

Configuring the development environment

  1. Local
  2. Cloud9 in AWS
  3. MySQL
  4. Working with git

Developing a frontend - backend web application

The tutorial is organized in 3 parts:

  1. Application architecture
  2. Building the RESTful API using ExpressJS
  3. Building the interface using HTML and JavaScript

Following this tutorial will require you to have basic skills in working with the console, understanding relational databases, have basic programming knowledge (Object Orienting Programming, Algorithms, Data Structures).

Progressive Web App (PWA) with React and NodeJS backend

We will debug and analyze a real world application available here https://github.com/webtech-superheroes/webtech-hub

Data operations and persistence

In this tutorial you will understand how to use the Sequelize ORM to represent relational databases using Object Oriented concepts

  1. ORM (Object-relational mapping) with Sequelize
  2. ETL (extract, transform, load)