PacktPub | JavaScript Essentials for Modern Web Development [Vide...

  • Category Other
  • Type Tutorials
  • Language English
  • Total size 1.1 GB
  • Uploaded By SunRiseZone
  • Downloads 2349
  • Last checked 3 hours ago
  • Date uploaded 4 years ago
  • Seeders 47
  • Leechers 15

Infohash : 4A0EACE448F21ADA122AD9456999EA53EC852141

Warning! Use a VPN When Downloading Torrents!
Your IP Address is . Location
Your Internet Provider can see when you download torrents! Hide your IP Address with a VPN
1337x recommends using Trust.Zone VPN to hide your torrenting. It's FREE HIDE ME NOW


Lynda and other Courses >>> https://www.freecoursesonline.me/
For Developer Tools & Apps >>> https://ftuapps.com/
Forum for discussion >>> https://1hack.us/




By : Dimitris Loukas
Released : January 24, 2020
Course Source : https://www.packtpub.com/web-development/javascript-essentials-for-modern-web-development-video

Create dynamic and interactive web apps using JavaScript

Video Details

ISBN 9781838982676
Course Length 3 hours 55 minutes

Learn

• Catch bugs early by learning about complex concepts that cause errors
• Take full advantage of JavaScript's single thread to optimize your code's execution time
• Utilize ES6 classes to work better with prototypal inheritance
• Improve your skills to handle objects with property descriptors
• Write side-effects-free, functional JavaScript code
• Refactor old codebases that use callbacks and utilize async/await to maximize code readability
• Use spawn multiple child processes and web workers to delegate time-consuming operations
• Use NodeJS Process Manager to efficiently work with multiple services

About

If you look at almost any web application, it is powered by JavaScript or one of its very popular frameworks like Angular, React, and Vue; but JavaScript continues to be a complex language with a steep learning curve and some areas that even seasoned developers struggle with. This is a practical course with a purpose to provide clarity in areas of the language that are the hardest to understand. You will learn the most important, and also the most commonly-used, language features in a fast-paced learning environment.

You will gain mastery over topics like functional and asynchronous programming, along with module loaders, and package registries. You will transpile code with Babel to support as many browsers as possible. You will spawn child processes and work with web workers to build modern, fast and scalable web applications with JavaScript, both on the server and the browser.

On completion of this course, you will have upgraded your JavaScript skills to the next level while stepping up to become a JavaScript expert. You will be able to code fluently on both the front-end and the back-end while following either the object-oriented or the functional approach.

Please note that prior knowledge of JavaScript and some experience with Node.js are assumed for taking this course.

All the code and supporting files for this course are available on GitHub at https://github.com/PacktPublishing/JavaScript-Essentials-for-Modern-Web-Development

Features:

• Expand your knowledge on a wide range of JavaScript features and earn the badge of a JavaScript expert
• Write clean asynchronous code while leveraging promises, async/await, child processes and web workers
• Build a solid foundation in functional programming with JavaScript and write cleaner code that is not just easier to read but also performs at peak levels.

Author

Dimitris Loukas

Dimitris Loukas is a software engineer and is currently part of a growing start-up building a revolutionary referral marketing platform with Node.js, Angular, MySQL, Redis, and Docker. He is also developing trading software applications using C#, Aurelia and TypeScript. He is a Packt author and has developed many video tutorials in C#, .NET Core, and TypeScript. He has worked for two start-ups in the past, is active in the open-source community, and loves taking up small side-projects. He has developed microservices using C# and Node.js and has also mastered Angular, Aurelia, and Vue.js. He is an early adopter of .NET Core and is fascinated by modern JavaScript and where the web is going.



Files:

[FreeCoursesOnline.Me] PacktPub - JavaScript Essentials for Modern Web Development [Video] 0. Websites you may like
  • 0. (1Hack.Us) Premium Tutorials-Guides-Articles & Community based Forum.url (0.4 KB)
  • 1. (FreeCoursesOnline.Me) Download Udacity, Masterclass, Lynda, PHLearn, Pluralsight Free.url (0.3 KB)
  • 2. (NulledPremium.com) Download E-Learning, E-Books, Audio-Books, & more.etc.url (0.2 KB)
  • 3. (FTUApps.com) Download Cracked Developers Applications For Free.url (0.2 KB)
  • How you can help our Group!.txt (0.2 KB)
1.Getting Started with JavaScript
  • 01.Course Overview.mp4 (24.0 MB)
  • 02.Objects and Types in JavaScript.mp4 (62.0 MB)
  • 03.Scopes and Closures.mp4 (16.8 MB)
  • 04.Constants and Block Scoped Variables.mp4 (3.7 MB)
  • 05.Context and `this`.mp4 (11.7 MB)
  • 06.Arrow Functions.mp4 (2.9 MB)
  • 07.Prototypal Inheritance.mp4 (13.9 MB)
  • 08.Classes.mp4 (6.0 MB)
  • 09.Single-Threaded JavaScript.mp4 (7.9 MB)
2.ES2019 and Beyond
  • 10.Object, Keys, Values, and Entries.mp4 (87.4 MB)
  • 11.Property Descriptors.mp4 (88.3 MB)
  • 12.Array.prototype.includes.mp4 (13.0 MB)
  • 13.Asynchronous Iterations.mp4 (8.6 MB)
  • 14.Maps and Sets.mp4 (14.1 MB)
  • 15.flat and flatMap.mp4 (13.7 MB)
3.Functional and Reactive Programming
  • 16.Introduction to Functional Programming and Reactive Programming.mp4 (8.2 MB)
  • 17.Default Arguments and the Spread Operator.mp4 (8.8 MB)
  • 18.Functionally Iterating Over Arrays.mp4 (5.0 MB)
  • 19.Transforming Arrays Using Array.map().mp4 (12.7 MB)
  • 20.Filtering Data.mp4 (5.0 MB)
  • 21.Reducing Arrays.mp4 (7.8 MB)
  • 22.Observables and Streams.mp4 (10.0 MB)
  • 23.Working with RxJS.mp4 (13.7 MB)
4.Asynchronous Programming
  • 24.Simplify the Callback Hell.mp4 (24.2 MB)
  • 25.Using Promises.mp4 (17.3 MB)
  • 26.Promisify Callbacks.mp4 (7.5 MB)
  • 27.Handling Rejections with Promise.finally.mp4 (5.2 MB)
  • 28.Async Functions.mp4 (13.3 MB)
5.Module Systems for One or Multiple Routines
  • 29.Working with CommonJS.mp4 (41.9 MB)
  • 30.Using Webpack.mp4 (23.4 MB)
  • 31.AMD versus UMD.mp4 (17.2 MB)
  • 32.ES6 Modules.mp4 (10.5 MB)
  • 33.npm and Yarn.mp4 (31.1 MB)
  • 34.Transpiling with Babel.mp4 (15.3 MB)
6.Child Processes and Workers
  • 35.Spawning a Child Process.mp4 (17.5 MB)
  • 36.Using the Standard Input and Output.mp4 (8.4 MB)
  • 37.Running OS Scripts in Node.mp4 (10.3 MB)
  • 38.Inter-Process Communication.mp4 (13.3 MB)
  • 39.Web Workers.mp4 (21.5 MB)
7.Node.js Process Management
  • 40.Introduction to PM2.mp4 (15.9 MB)
  • 41.Multiple Services.mp4 (7.1 MB)
  • 42.Express Servers.mp4 (21.3 MB)
  • 43.Installing Middleware.mp4 (40.2 MB)
  • 44.Environmental Variables and Databases.mp4 (195.8 MB)
  • 45.API Gateways.mp4 (111.2 MB)
Exercise Files
  • code_9781838982676.zip (22.0 MB)

There are currently no comments. Feel free to leave one :)

Code:

  • udp://open.demonii.si:1337/announce
  • udp://p4p.arenabg.com:1337/announce
  • udp://tracker.torrent.eu.org:451/announce
  • udp://tracker.cyberia.is:6969/announce
  • udp://9.rarbg.to:2710/announce
  • udp://exodus.desync.com:6969/announce
  • udp://explodie.org:6969/announce
  • udp://denis.stalker.upeer.me:6969/announce
  • udp://tracker.opentrackr.org:1337/announce
  • udp://tracker.tiny-vps.com:6969/announce
  • udp://ipv4.tracker.harry.lu:80/announce
  • udp://tracker.coppersurfer.tk:6969/announce
  • udp://tracker.leechers-paradise.org:6969/announce
  • udp://open.stealth.si:80/announce
  • udp://tracker.pirateparty.gr:6969/announce
  • udp://tracker.iamhansen.xyz:2000/announce
  • udp://tracker.uw0.xyz:6969/announce
  • udp://tracker.internetwarriors.net:1337/announce
  • udp://opentor.org:2710/announce
  • udp://tracker.moeking.me:6969/announce
  • udp://tracker.zerobytes.xyz:1337/announce
  • https://tracker.opentracker.se:443/announce
  • https://tracker.nanoha.org:443/announce
  • udp://tracker.openbittorrent.com:80/announce
  • udp://tracker.nyaa.uk:6969/announce
  • udp://9.rarbg.com:2790/announce
  • http://tracker.ygsub.com:6969/announce
  • udp://9.rarbg.me:2730/announce
  • udp://9.rarbg.to:2790/announce
  • udp://open.nyap2p.com:6969/announce
  • udp://tracker-udp.gbitt.info:80/announce
  • http://t.nyaatracker.com:80/announce
  • http://tracker.files.fm:6969/announce
  • udp://tracker-udp.gbitt.info:80/announce
  • udp://9.rarbg.me:2710/announce