Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anthonybudd/rest-api-dev-course


https://github.com/anthonybudd/rest-api-dev-course

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Web Development Course
Over the past few years I have had to train many low-level coders from the ground-up to mid-level Node.js REST API developers. To make this more streamline, I have decided to compile my training notes into a single repo for anyone who wants to learn the practical skills of REST API development.

This course is based arround my [Express API Boilerplate](https://github.com/anthonybudd/express-api-boilerplate). You will need to [clone](Course/Git.md#cloneing) this repo to follow allong with this.

## Theory
- [Binary](Course/Binary.md)
- Logic Gates
- Processors
- Machine Code
- High-level languages
- Data Types
- The Internet
- HTTP Request
- [Databases](Course/Databases.md)

## Tools
- [GIT](Course/GIT.md)
- [Docker](Course/Docker.md)
- [Postman](Course/Postman.md)

# Node.js REST API Basics
- [Express.js](Course/Express.md)