Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonybudd/rest-api-dev-course
https://github.com/anthonybudd/rest-api-dev-course
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anthonybudd/rest-api-dev-course
- Owner: anthonybudd
- Created: 2022-03-25T15:30:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T13:44:27.000Z (over 2 years ago)
- Last Synced: 2024-11-07T16:12:03.441Z (about 2 months ago)
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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)