Essential Javascript Shell Scripting Training Course
Published 10/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 808.98 MB | Duration: 1h 29m
Published 10/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 808.98 MB | Duration: 1h 29m
This course is a concise, no-nonsense, and practical guide to JavaScript Shell Scripting.
What you'll learn
What is JavaScript
A Brief Introduction to JavaScript Shell Script
Understanding Connecting Shell Concepts
Learn and Understand ShellJS and How to Use ShellJS
Learn and Understand Options with Commander
Learning Functional Pipelines and Reusing Scripts
Learn How to Test JavaScript Shell Scripts
Requirements
Basic JavaScript knowledge is helpful
Description
Welcome to this JavaScript course. JavaScript, the most widely used programming language in the world, has numerous libraries and modules and a dizzying array of need-to-know topics. As you probably know, JavaScript is not limited to the browser. There's server-side JavaScript, JS for various extensions, you can script Photoshop operations with JavaScript if you feel like it. Or compile Windows executables. JavaScript is everywhere. Shell is a program that gives the user direct interaction with the operating system. Scripts are collections of commands that are stored in a file. The shell can read this file and act on the commands as if they were typed on the keyboard. Shell scripting is used to automate day-to-day administration, and for testing or product development tasks. And yes, you can do shell scripting in JavaScript. A JavaScript shell allows you to quickly test snippets of JavaScript code without having to reload a web page. They are extremely useful for developing and debugging code.In this course, you'll learn:What is JavaScript A Brief Introduction to JavaScript Shell ScriptUnderstanding Connecting Shell ConceptsLearn and Understand ShellJS and How to Use ShellJS Learn and Understand Options with CommanderLearning Functional Pipelines and Reusing ScriptsLearn How to Test JavaScript Shell ScriptsBy the end of this course, you will have the skills and confidence to successfully implement JavaScript Script in your own projects.
Overview
Section 1: Welcome
Lecture 1 Introduction
Section 2: Getting started
Lecture 2 Introduction
Lecture 3 What is BASH
Lecture 4 Windows Platform - Shell Scripting
Lecture 5 What is NodeJs
Lecture 6 Learn and Understand NodeJs
Lecture 7 Learn How to Use the Tools
Lecture 8 JavaScript Shell Scripting - Learning NodeJs REPL
Lecture 9 JavaScript Shell Scripting - Learning NPM Ecosystem of Packages
Lecture 10 JavaScript Shell Scripting - Understanding Object Oriented
Lecture 11 JavaScript Shell Scripting - Understanding Cross Platform Consistency
Lecture 12 Introduction to Shell Concepts
Lecture 13 Understanding NodeJs Globals
Lecture 14 Understanding Environment Variables
Lecture 15 Learn How to Write To Files
Lecture 16 Learn and Understand STDOUT/STDERR
Lecture 17 Learn About Exit Codes
Lecture 18 Learn About Data Example
Lecture 19 Learn About the Path Module
Lecture 20 Learn to Use expand-tilde In Paths
Lecture 21 Learn How to Read a File
Lecture 22 Learn About Piping Output
Lecture 23 Learn About Pretty Print XML
Lecture 24 Learn About Arguments
Lecture 25 Learn About the Challenge
Software Developers,Web Developers,Programmers