Curated Video
The Full Stack Web Development - Bootstrap Package and UI
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...
IDG TECHtalk
How to use Python's datetime type
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...
Curated Video
Bash Shell Scripting- Introduction to variables
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.
Curated Video
Bash Shell Scripting- Simple shell script to get all git versions from official git-scm website
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...
Packt
Validating if User Interface (UI) Elements Are Disabled or Enabled with Attributes
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...
Packt
Parameterizing the Tests with Multiple Data using TestNG
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...
Packt
Listeners Interface in TestNG Framework
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.
Curated Video
Active Directory with Windows Server 2016 - GPO Client Setting
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...
Curated Video
Hands-On WebAssembly for C++ Programmers - Exploring the Syntax of WebAssembly
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...
Curated Video
3 Steps to Increase Your IELTS Speaking Confidence
Today you’ll find out 3 steps to increase your confidence for your IELTS Speaking Exam.
Curated Video
Learning Dart (Video 20)
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...
Curated Video
Cloud Native Development on Azure with Java 4.4: Configure a Working, Automated Pipeline in Jenkins
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Performance measures - deep dive with a programmatic view
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,...
IDG TECHtalk
How to use Python's pickle module
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...
Curated Video
Bash Shell Scripting- Simple Shell Script to know the usage of Variables in Bash Shell Scripting
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...
Curated Video
Bash Shell Scripting- Introduction to AWK scripting
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
Curated Video
Bash Shell Scripting- For loop with arrays
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...
Curated Video
Bash Shell Scripting- Differences between [ ] and [[ ]] ( old and new test command) and also (( ))
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...
Curated Video
Bash Shell Scripting- Docker Installation on Ubuntu Server using Bash Shell Script
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...
Packt
Strategy to Automate the Broken Links with Selenium
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...
Curated Video
Hands-On WebAssembly for C++ Programmers - Performing in Parallel by Threading
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 •...
Curated Video
Microsoft SQL Server Development for Everyone - Inserting Data into the Table Using Management Studio
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...
Curated Video
TypeScript for Beginners - Accessor Methods
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,...
Curated Video
Bash Shell Scripting - Using Variables - Basics
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.