Instructional Video3:53
Curated Video

The Full Stack Web Development - Bootstrap Package and UI

Higher Ed
App Development with Meteor.js: Bootstrap Package and UI This clip is from the chapter "App Development with Meteor.js" of the series "The Full Stack Web Development".For Meteor.js framework that runs on both ends and we will be working...
Instructional Video7:27
IDG TECHtalk

How to use Python's datetime type

Higher Ed
Python's datetime type (and datetime module) give you tools for working with date and time values. Learn how to use datetime to record and create dates and times, make timezone adjustments to them, and calculate intervals between dates...
Instructional Video14:50
Curated Video

Bash Shell Scripting- Introduction to variables

Higher Ed
This video provides an introduction to variables. This clip is from the chapter "Basics of shell scripting" of the series "Complete Bash Shell Scripting".This section covers the basics of shell scripting.
Instructional Video44:01
Curated Video

Bash Shell Scripting- Simple shell script to get all git versions from official git-scm website

Higher Ed
This video shows how to write a simple shell script to get all git versions from official git-scm website. This clip is from the chapter "Complete sed command" of the series "Complete Bash Shell Scripting".This section covers the concept...
Instructional Video21:14
Packt

Validating if User Interface (UI) Elements Are Disabled or Enabled with Attributes

Higher Ed
This video explains how to validate if the UI elements are disabled or enabled with attributes. This clip is from the chapter "Selenium WebDriver: Techniques to Automate Web Elements" of the series "Selenium WebDriver with Java - Basics...
Instructional Video14:44
Packt

Parameterizing the Tests with Multiple Data using TestNG

Higher Ed
This video explains how to parameterize the tests with multiple data using TestNG. 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 Video15:34
Packt

Listeners Interface in TestNG Framework

Higher Ed
This video discusses the listeners interface in the TestNG framework. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers TestNG.
Instructional Video6:11
Curated Video

Active Directory with Windows Server 2016 - GPO Client Setting

Higher Ed
In this video, discover implementing GPO client settings, and learn how to use GPO settings for redirecting paths, software deployment, and executing security scripts. This clip is from the chapter "Create and Manage Group Policy" of the...
Instructional Video8:38
Curated Video

Hands-On WebAssembly for C++ Programmers - Exploring the Syntax of WebAssembly

Higher Ed
Before we go too much deeper, it is worth understanding what WebAssembly looks like when compiled. It will help with debugging and diagnostics. • Learn how to convert WASM code to a human-readable format • Explore what a function looks...
Instructional Video2:42
Curated Video

3 Steps to Increase Your IELTS Speaking Confidence

9th - Higher Ed
Today you’ll find out 3 steps to increase your confidence for your IELTS Speaking Exam.
Instructional Video5:03
Curated Video

Learning Dart (Video 20)

Higher Ed
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale...
Instructional Video10:08
Curated Video

Cloud Native Development on Azure with Java 4.4: Configure a Working, Automated Pipeline in Jenkins

Higher Ed
In this video, you will learn how to deploy your sample. • Create a new directory to store the SSH keys • Allow remote users to connect to the Jenkins server via SSH • Use the virtual machine for continuous deployment and make the...
Instructional Video11:48
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Performance measures - deep dive with a programmatic view

Higher Ed
Analyze execution context and frames created by recursive divide function in-depth This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms,...
Instructional Video4:34
IDG TECHtalk

How to use Python's pickle module

Higher Ed
Python's built-in pickle library lets you take nearly any Python object, serialize it to a bytestream that can be saved to disk or sent over the network, then reconstructed at the other end. Learn how to work with it and what scenarios...
Instructional Video7:28
Curated Video

Bash Shell Scripting- Simple Shell Script to know the usage of Variables in Bash Shell Scripting

Higher Ed
This video shows how to write a simple shell script to know the usage of variables in Bash Shell Scripting. This clip is from the chapter "Basics of shell scripting" of the series "Complete Bash Shell Scripting".This section covers the...
Instructional Video13:00
Curated Video

Bash Shell Scripting- Introduction to AWK scripting

Higher Ed
This video introduces you to AWK scripting This clip is from the chapter "AWK command and AWK scripting" of the series "Complete Bash Shell Scripting".This section covers AWK command and AWK scripting
Instructional Video11:52
Curated Video

Bash Shell Scripting- For loop with arrays

Higher Ed
This video shows how to use the for loop with arrays. 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...
Instructional Video12:06
Curated Video

Bash Shell Scripting- Differences between [ ] and [[ ]] ( old and new test command) and also (( ))

Higher Ed
This video explains the difference between [ ] and [[ ]] ( old and new test command) and also (( )). This clip is from the chapter "Conditional Statements - simple if, if-else, if elif elif else" of the series "Complete Bash Shell...
Instructional Video6:07
Curated Video

Bash Shell Scripting- Docker Installation on Ubuntu Server using Bash Shell Script

Higher Ed
This video shows how to install Docker on Ubuntu Server using the Bash Shell script. This clip is from the chapter "Introduction" of the series "Complete Bash Shell Scripting".This section introduces you to the course and helps you with...
Instructional Video13:09
Packt

Strategy to Automate the Broken Links with Selenium

Higher Ed
This video discusses the strategy to automate the broken links with Selenium. This clip is from the chapter "Miscellaneous Topics in Selenium WebDriver" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video6:11
Curated Video

Hands-On WebAssembly for C++ Programmers - Performing in Parallel by Threading

Higher Ed
How do we convert threaded C++ code to execute in a single-threaded JavaScript environment? • Discuss the usage of threads and pthreads and how they map to web concepts • Comprehend the restrictions around threading in WebAssembly •...
Instructional Video4:34
Curated Video

Microsoft SQL Server Development for Everyone - Inserting Data into the Table Using Management Studio

Higher Ed
This video demonstrates how to insert data into the table using Management Studio. This clip is from the chapter "Manipulating Tables and Data" of the series "Microsoft SQL Server Development for Everyone".This section explains how to...
Instructional Video2:03
Curated Video

TypeScript for Beginners - Accessor Methods

Higher Ed
This video demonstrates how to work with accessor methods. This clip is from the chapter "Access Modifiers, Encapsulation, and Static" of the series "TypeScript for Beginners".This section introduces you to access modifiers,...
Instructional Video11:55
Curated Video

Bash Shell Scripting - Using Variables - Basics

Higher Ed
This video provides an overview on using variables. This clip is from the chapter "Understanding Variables" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This video focuses on variables.