Fullstack Vanilla JavaScript
Please rate the course
Source:
Category:
Language:
English
Duration:
07:37:19
Number of lessons:
8
Added date:
31/08/2024
Rating:
0.0
Course short description
In this course focused on application development, you will create and deploy a complete cross-platform application that will work both in the browser and on the desktop using shared JavaScript code. Each hour you will refactor and improve your application, learning fundamental concepts of ES Modules, code sharing, design patterns, best practices, and testing.
By participating in our seminar, you will learn to:
- Develop web applications and CLI applications using Node.js without relying on bundlers
- Apply design patterns to create universal JavaScript applications
- Effectively share code between server and client
- Test your JavaScript code with Node.js's built-in test runner
- Deploy your CLI application to the npm registry and your web application to GitHub Pages