Tags
Language
Tags
June 2024
Su Mo Tu We Th Fr Sa
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 1 2 3 4 5 6

Mastering Node, NPM & Webpack

Posted By: ELK1nG
Mastering Node, NPM & Webpack

Mastering Node, NPM & Webpack
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 889 MB | Duration: 2h 7m

Learn Node, NPM & Webpack from the ground up.

What you'll learn
Modern Web Architecture
Loaders (CSS, JS etc)
NPM Linking & Debugging
NPM package manager
NodeJS
NPM Scripts
Async Programming With Node

Description
Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser. Node.js lets developers use JavaScript to write command line tools and for server-side scripting—running scripts server-side to produce dynamic web page content before the page is sent to the user's web browser. Consequently, Node.js represents a "JavaScript everywhere" paradigm, unifying web-application development around a single programming language, rather than different languages for server-side and client-side scripts. Node.js was created by Ryan Dahl in 2009.

Npm is a package manager for the JavaScript programming language. npm, Inc. is a subsidiary of GitHub (now owned by Microsoft), that provides hosting for software development and version control with the usage of Git. npm is the default package manager for the JavaScript runtime environment Node.js.

Webpack is an open-source JavaScript module bundler. It is made primarily for JavaScript, but it can transform front-end assets such as HTML, CSS, and images if the corresponding loaders are included. Webpack takes modules with dependencies and generates static assets representing those modules. Webpack was developed by a team of programs led by Tobias Koppers in 2014. Companies that use Webpack in their stacks include; Airbnb, Pinterest, and Instagram.

Just Some Of What You'll Learn

Building A WebServer

Reading & Writing Files

Functional Programming

Async/Await Patterns

Working With ByteCode

Webpack (configuration)

NPM Debugging

NPM Link

CSS Loaders

SASS Loaders

Minification

Uglification

Module Importing

TypeScript Loaders

Babel

JavaScript/ES2020+