Instructional Video11:07
Curated Video

Bash Shell Scripting- How to handle the command line arguments

Higher Ed
This video shows how to handle the command line arguments. This clip is from the chapter "Conditional Statements - simple if, if-else, if elif elif else" of the series "Complete Bash Shell Scripting".This section covers the various...
Instructional Video12:45
Packt

Rendering Messages

Higher Ed
Real-Time Web Applications with Socket.io (Chat App): Rendering Messages This clip is from the chapter "Real-Time Web Applications with Socket.io (Chat App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this...
Instructional Video15:55
Packt

Deploying Node.js to Heroku

Higher Ed
Application Deployment (Weather App): Deploying Node.js to Heroku This clip is from the chapter "Application Deployment (Weather App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn...
Instructional Video15:13
Packt

Integrating log4j Logging Application Programming Interface (API) into Framework

Higher Ed
This video explains how to integrate log4j logging API into Framework. This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video9:41
Packt

Different Kind of Exceptions

Higher Ed
This video discusses the different kind of exceptions. This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explores core Java.
Instructional Video27:39
Curated Video

Microsoft SQL Server Development for Everyone - Stored Procedures

Higher Ed
This video focuses on stored procedures. This clip is from the chapter "Advanced SQL Server Objects and Concepts" of the series "Microsoft SQL Server Development for Everyone".null
Instructional Video13:39
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Setup Atom as text editor (setup used in this course)

Higher Ed
Download and customize the Atom text editor. This is the editor used in this course throughout This clip is from the chapter "Development environment setup" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This...
Instructional Video3:24
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Installing the Jest NPM Package for Testing

Higher Ed
This video demonstrates how to install the Jest NPM package for testing. This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains GitHub hooks in detail....
Instructional Video5:24
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - CSE-Lab

Higher Ed
In this video, we will look at CSE-lab. This clip is from the chapter "Azure Virtual machines" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section explains Azure compute and creating VM with PowerShell and...
Instructional Video8:09
Curated Video

Learning Python Web Penetration Testing (Video 23)

Higher Ed
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or web app...
Instructional Video4:13
Curated Video

Mastering Grunt (Video 24)

Higher Ed
Grunt is everywhere. From JavaScript projects in jQuery to Twitter Bootstrap, everyone's using Grunt to convert code, run tests, and produce distributions for production. Web development activities are marked by repetitive tasks such as...
Instructional Video7:59
Curated Video

Bug Bounty Program Certification 9.3: Non-persistent Attack on Websites Frontend

Higher Ed
In this video, you will perform non - persistent attack on websites. • Setup Lab using Mutillidae Buggy web application for non-persistent attack • Explore non-persistent XSS attack using popup box generation • Learn about cookie...
Instructional Video8:53
IDG TECHtalk

Learn how to use the "cProfile" module to analyze a Python program's performance and make strategic changes to it.

Higher Ed
Can you take a Python script and turn it into a standalone executable? Sort of! The Python compiler Cython can be used to do something like this, but it's a little trickier than it might seem. We'll explore how to do this in this video,...
Instructional Video25:08
Curated Video

Bash Shell Scripting- Monitor File system usage and send mail alerts

Higher Ed
This video shows how to Monitor File system usage and send mail alerts. This clip is from the chapter "Real-Time Practice (Low level to High level)" of the series "Complete Bash Shell Scripting".This section covers various Bash shell...
Instructional Video24:24
Curated Video

Bash Shell Scripting- Installing multiple packages with for loop and command line arguments

Higher Ed
This video shows how to install multiple packages with for loop and command line arguments. This clip is from the chapter "Loops and Loop control statements - Part 1" of the series "Complete Bash Shell Scripting".This section is the...
Instructional Video20:59
Curated Video

Bash Shell Scripting- Introduction to Loops

Higher Ed
This video introduces you to loops. This clip is from the chapter "Loops and Loop control statements - Part 1" of the series "Complete Bash Shell Scripting".This section is the first part that explains Loops and Loop control statements.
Instructional Video16:36
Packt

Importing npm Modules -2

Higher Ed
Node.js Module System (Notes App): Importing npm Modules This clip is from the chapter "Node.js Module System (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about Node.js...
Instructional Video11:41
Packt

Validating the Accuracy of XPath and Cascading Style Sheets (CSS) from Browser Add-ons

Higher Ed
This video explains how to validate the accuracy of XPath and CSS from browser add-ons. This clip is from the chapter "Locator Techniques and Tools used to Identify Objects" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video19:08
Packt

Chrome Driver Options to Configure the Download Path of a Browser

Higher Ed
This video explains how to set the Chrome driver options to configure the download path of a browser. This clip is from the chapter "File Uploading (AUTO IT) and Downloading with Selenium" of the series "Selenium WebDriver with Java -...
Instructional Video6:24
Curated Video

Hands-On WebAssembly for C++ Programmers - Understanding Audio Processing in WebAssembly

Higher Ed
What options are available to us for audio processing in Emscripten. • Learn about SDL options • Learn about OpenAL • Explore OpenAL sample programs This clip is from the chapter "Making Music in the Browser by Integrating Audio" of the...
Instructional Video4:58
Curated Video

Hands-On WebAssembly for C++ Programmers - Experimenting with WebGL

Higher Ed
How do we get more advanced graphics, especially anything that uses OpenGL? • Learn about OpenGL conversions to WebGL • Compile examples from Emscripten related to OpenGL • See WebGL drawn graphics in the browser This clip is from the...
Instructional Video12:51
Curated Video

Bash Shell Scripting - Returning Data

Higher Ed
This video explains how to return data using a function. This clip is from the chapter "Functions - Revisited" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section explores more about...
Instructional Video0:50
Curated Video

Bash Shell Scripting - Overview - Getting Started - The Basics

Higher Ed
This video provides an overview of shell scripting. This clip is from the chapter "Getting Started - The Basics" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section will help you get...
Instructional Video7:04
Curated Video

The Full Stack Web Development - Drag & Drop - Project on HTML5 Drag and Drop

Higher Ed
HTML5 Programming: Drag & Drop - Project on HTML5 Drag and Drop This clip is from the chapter "HTML5 Programming" of the series "The Full Stack Web Development".In this section, we look into little more advanced HTML5. We will be working...