Udemy - Modern web development course: beginner to advanced [Cour...
- Category Other
- Type Tutorials
- Language English
- Total size 1.7 GB
- Uploaded By coursedrive
- Downloads 329
- Last checked 1 day ago
- Date uploaded 5 years ago
- Seeders 8
- Leechers 2
Infohash : BEF87F96CB48F084E4C29AA2813A3350FF728794
β‘οΈβ‘οΈFor More Udemy Courses visit ππ» Course Drive
Modern web development course: beginner to advanced
Start with HTML, CSS, JavaScript and move to NodeJS/HapiJS, ReactJS, and finally implement a sentiment analyzer.
What youβll learn
β’ Move from level βno ideaβ in web application development to advanced level.
β’ Understand how to style your webpages with CSS
β’ Understand how to implement HTML pages
β’ Learn programming concepts from scratch in JavaScript: conditions, loops, functions, OOP, etc
β’ Learn concepts such as promises, using the API, arrow functions, python integration in NodeJS, etc
β’ Build your own sentiment analizer using NLTK, ReactJS, HapiJS and related technologies.
Requirements
β’ A Windows/Linux PC or a Mac computer.
Description
This course takes you through mordern web development. We start by learning the basics: HTML, CSS and JavaScript. In this we learn:
* The most important HTML elements and attributes.
* How to style our webpages with CSS and the meanings of the different CSS properties
* Basic programming concepts via JavaScript: variables, conditions, loops, functions, classes, etc
Then we move into intermediate and advanced concepts in ES6, ReactJS, NodeJS/HapiJS. In this we learn:
* ReactJS
* Promises
* Arrow functions
* Fetch API
* HapiJS server setup
Finally, we learn how to integrate the Python Natural Language ToolKit into our NodeJS to develop a sentiment analysis app (parts of the Starting with NodeJS-HapiJS and ReactJS course is used).
Who this course is for:
β’ Anyone who wishes to learn the basics of programming.
β’ If you are already familiar with programming and web application development but would like to build a more complex application.
β’ Anyone who wishes to learn JavaScript.
β’ Anyone who wishes to learn HTML.
β’ Anyone who wishes to know how to apply CSS to a website/app.
β’ If you have no idea how websites/applications are created and would like to learn from scratch to advanced level.
β’ Anyone who wishes to learn ReactJS.
β’ If you would like to learn NodeJS and HapiJS framework.
β’ If you would plan to find a job as a web developer and wants to know what is expected of you.
Files:
Modern web development course beginner to advanced Modern web development course beginner to advanced 4. Basic programming concepts and JavaScript- 13. Introduction to Object Oriented Programming (OOP).mp4 (92.6 MB)
- 1. Intro JavaScript and HTML DOM.mp4 (8.1 MB)
- 1. Intro JavaScript and HTML DOM.vtt (5.2 KB)
- 2. Variables, console.log.mp4 (10.0 MB)
- 2. Variables, console.log.vtt (7.7 KB)
- 3. Datatypes.mp4 (10.6 MB)
- 3. Datatypes.vtt (7.2 KB)
- 4. Arithmetic operators.mp4 (8.4 MB)
- 4. Arithmetic operators.vtt (4.9 KB)
- 5. Comparison operators.mp4 (10.4 MB)
- 5. Comparison operators.vtt (7.2 KB)
- 6. Logical operators.mp4 (59.2 MB)
- 6. Logical operators.vtt (8.2 KB)
- 7. If Conditional.mp4 (44.9 MB)
- 7. If Conditional.vtt (5.8 KB)
- 8. Switch conditional.mp4 (66.6 MB)
- 8. Switch conditional.vtt (7.8 KB)
- 9. For loop.mp4 (64.7 MB)
- 9. For loop.vtt (6.4 KB)
- 10. For In loop.mp4 (52.3 MB)
- 10. For In loop.vtt (3.9 KB)
- 11. While and do while.mp4 (51.5 MB)
- 11. While and do while.vtt (5.4 KB)
- 12. Functions.mp4 (74.2 MB)
- 12. Functions.vtt (7.5 KB)
- 13. Introduction to Object Oriented Programming (OOP).vtt (8.3 KB)
- 14. Synchronous, asynchronous and callback functions.mp4 (46.8 MB)
- 14. Synchronous, asynchronous and callback functions.vtt (5.2 KB)
- 15. Arrow functions.mp4 (37.4 MB)
- 15. Arrow functions.vtt (3.7 KB)
- ReadMe.txt (0.5 KB)
- Visit Coursedrive.org.url (0.1 KB) 1. Introduction
- 1. Introduction.mp4 (7.2 MB)
- 1. Introduction.vtt (3.0 KB)
- Must Read.txt (0.5 KB)
- Visit Coursedrive.org.url (0.1 KB)
- 1. Start HTML document.mp4 (23.1 MB)
- 1. Start HTML document.vtt (4.9 KB)
- 2. Title, heading, paragraph, div and span.mp4 (21.9 MB)
- 2. Title, heading, paragraph, div and span.vtt (9.7 KB)
- 3. Lists and attributes.mp4 (6.4 MB)
- 3. Lists and attributes.vtt (3.7 KB)
- 4. Forms Input text and password.mp4 (9.6 MB)
- 4. Forms Input text and password.vtt (4.5 KB)
- 5. Forms Input radio and checkboxes.mp4 (11.5 MB)
- 5. Forms Input radio and checkboxes.vtt (6.6 KB)
- 6. Forms Textarea and submit buttons.mp4 (15.1 MB)
- 6. Forms Textarea and submit buttons.vtt (7.1 KB)
- 7. Links and images.mp4 (10.2 MB)
- 7. Links and images.vtt (5.0 KB)
- 8. Tables.mp4 (9.1 MB)
- 8. Tables.vtt (3.5 KB)
- 9. Some formatting elements.mp4 (9.4 MB)
- 9. Some formatting elements.vtt (3.5 KB)
- 1. Intro to CSS.mp4 (10.9 MB)
- 1. Intro to CSS.vtt (6.4 KB)
- 2. Color, width and height.mp4 (10.2 MB)
- 2. Color, width and height.vtt (5.3 KB)
- 3. Marging and padding.mp4 (7.6 MB)
- 3. Marging and padding.vtt (4.3 KB)
- 4. Border.mp4 (7.2 MB)
- 4. Border.vtt (4.0 KB)
- 5. Fonts.mp4 (5.0 MB)
- 5. Fonts.vtt (2.0 KB)
- 6. Selectors.mp4 (8.4 MB)
- 6. Selectors.vtt (4.7 KB)
- 7. Display, visibility and float.mp4 (18.1 MB)
- 7. Display, visibility and float.vtt (8.0 KB)
- ReadMe.txt (0.5 KB)
- Visit Coursedrive.org.url (0.1 KB)
- 1. Introduction to sentilizer project.mp4 (10.5 MB)
- 1. Introduction to sentilizer project.vtt (2.0 KB)
- 2. Setting up.mp4 (23.4 MB)
- 2. Setting up.vtt (3.2 KB)
- 3. Initialize project.mp4 (38.7 MB)
- 3. Initialize project.vtt (3.6 KB)
- 4. Add babel.mp4 (47.2 MB)
- 4. Add babel.vtt (5.5 KB)
- 5. Start Hapi server.mp4 (52.5 MB)
- 5. Start Hapi server.vtt (7.3 KB)
- 6. Promises.mp4 (67.0 MB)
- 6. Promises.vtt (6.8 KB)
- 7. Routes and Postman.mp4 (59.9 MB)
- 7. Routes and Postman.vtt (7.3 KB)
- 8. Reload with Nodemon.mp4 (23.7 MB)
- 8. Reload with Nodemon.vtt (2.8 KB)
- 9. Natural language toolkit.mp4 (91.3 MB)
- 9. Natural language toolkit.vtt (6.0 KB)
- 10. Vader sentiment analyzer module.mp4 (64.4 MB)
- 10. Vader sentiment analyzer module.vtt (6.8 KB)
- 11. Integrating vader module.mp4 (83.3 MB)
- 11. Integrating vader module.vtt (9.0 KB)
- 12. Starting with react app.mp4 (66.1 MB)
- 12. Starting with react app.vtt (5.4 KB)
- 13. Create form.mp4 (67.9 MB)
- 13. Create form.vtt (8.9 KB)
- 14. Add styles to form.mp4 (54.9 MB)
- 14. Add styles to form.vtt (7.3 KB)
- 15. Add event handler to form.mp4 (54.5 MB)
- 15. Add event handler to form.vtt (6.4 KB)
- 16. Use API to interact with HapiJS server.mp4 (90.5 MB)
- 16. Use API to interact with HapiJS server.vtt (8.6 KB)
- 16.1 Sentilizer backend.html (0.1 KB)
- 16.2 Sentilizer frontend.html (0.1 KB)
- Visit Coursedrive.org.url (0.1 KB)
- Course Downloaded from coursedrive.org.txt (0.5 KB)
There are currently no comments. Feel free to leave one :)
Code:
- udp://tracker.opentrackr.org:1337/announce
- udp://tracker.leechers-paradise.org:6969/announce
- http://p4p.arenabg.com:1337/announce
- udp://9.rarbg.to:2710/announce
- udp://9.rarbg.me:2710/announce
- udp://exodus.desync.com:6969/announce
- udp://open.stealth.si:80/announce
- udp://tracker.cyberia.is:6969/announce
- udp://tracker.tiny-vps.com:6969/announce
- udp://tracker.sbsub.com:2710/announce
- udp://retracker.lanta-net.ru:2710/announce
- udp://tracker.torrent.eu.org:451/announce
- udp://tracker.moeking.me:6969/announce
- http://tracker3.itzmx.com:6961/announce
- http://tracker1.itzmx.com:8080/announce