Skip to main content
Stuff

Part 1: Express.js for noobs

By May 22, 2018No Comments

noob

Introduction

This will be a series of articles to explain express.js to noobs. Often technical articles tend to be too technical &&/||  too dry. The whole point is to get the point across without making the topic too simplistic, whilst not over complicating it. Most web development happens across teams so it’s worthwhile to have a bunch of resources to get up and running. These articles are one of them.

The plan

But before you even delve into express.js you should have an understanding of HTTP and CRUD .  Understanding how response and request cycles work will make it easier to understand why express.js as tool makes it easier to develop web apps.

 

  1. Understand what HTTP is
  2. Understand what CRUD is
  3. Express.js

 

Leave a Reply