Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesielviana/web-development-course
Web Development Course Code
https://github.com/jesielviana/web-development-course
Last synced: 6 days ago
JSON representation
Web Development Course Code
- Host: GitHub
- URL: https://github.com/jesielviana/web-development-course
- Owner: jesielviana
- Created: 2019-08-27T20:37:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T22:57:28.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T12:13:00.269Z (about 2 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Development Course
| Class | Lecture | Notes | Code | Slides|
| ------ | ------ |------ |------ |------ |
| **Fundamentals** |
| 1 | Introduction | - | - | [Slide 1](https://docs.google.com/presentation/d/1Vy1hpRQr1PBVi_kC04q8D6RcWNVY4iITHtoCcNI_-C8/edit?usp=sharing) |
| 2 | Basic Fundamentals | [Note](https://github.com/jesielviana/web-development-course/blob/master/basic-fundamentals.md) | | |
| 3 | Web Fundamentals |[Note](https://github.com/jesielviana/web-development-course/blob/master/web-fundamentals.md) | | |
| 4 | HTTP and HTTPS | | | |
| 5 | How the Web Works? | | | |
| **Front-end** |
| 6 | HTML Introduction | [Note](https://github.com/jesielviana/web-development-course/blob/master/front-end/html/html-introduction.md) | [Code](https://github.com/jesielviana/web-development-course/blob/master/front-end/html/introduction.html) | |
| 13 | JS Introduction | [Note](https://github.com/jesielviana/web-development-course/blob/master/front-end/js/js-introduction.md) | | |
|14| JS Callback and Promisse | [Note](https://github.com/jesielviana/web-development-course/tree/master/front-end/js/callback-promisse.md) | | |
|16,17 | API| [Note](https://github.com/jesielviana/web-development-course/tree/master/front-end/api/api.md) | [Code](https://github.com/jesielviana/web-development-course/tree/master/front-end/api) | |
| **Back-end** |
| - | Node.js | | | |