Instructional Video18:33
Curated Video

Complete Python Scripting for Automation - os.walk(path)

Higher Ed
OS Module: os.walk(path)
r/>
This clip is from the chapter "OS Module" of the series "Complete Python Scripting for Automation".In this section, the author introduces OS Module and Basic operation like os.path module,...
Instructional Video6:32
Packt

Starting a Multi-broker Kafka Cluster Using Binaries

Higher Ed
This video demonstrates how to start a multi-broker Kafka cluster using binaries.
<
br/>
This clip is from the chapter "Annex - Starting Kafka Differently" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In...
Instructional Video4:01
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Overview of the .git Folder

Higher Ed
This video provides an overview of the .git folder.
r/>
This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to...
Instructional Video8:25
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Shell Commands - File Management - Part 2

Higher Ed
This video is the second part of the two-part video that explains some more shell commands with respect to file management.
r/>
This clip is from the chapter "Basic Shell Commands" of the series "Complete Git Guide: Understand...
Instructional Video4:59
Curated Video

Bash Shell Scripting- String Operations on Paths | Useful for Real-time

Higher Ed
This video explores which string operations to perform on Paths and which ones are useful in real-time operations.
r/>
This clip is from the chapter "String operations to write Bash Shell scripting" of the series "Complete Bash...
Instructional Video8:47
Packt

Setting up SSH Keys

Higher Ed
Application Deployment (Weather App): Setting up SSH Keys
<
br/>
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...
Instructional Video6:04
Curated Video

.NET Core Microservices - Integrate QuickStart in Identity Server Service

Higher Ed
This video explains the concept of integrate QuickStart in identity server service.
r/>
This clip is from the chapter "Identity Server" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section,...
Instructional Video5:26
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 01 - List Files and Folders in Directory with Files List Method

Higher Ed
In this session, we will learn about list files and folders in directory with files list method.
r/>
This clip is from the chapter "Files and Directories" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video14:40
Curated Video

C++ Developer - Getting Started with macOS Catalina or Higher with Visual Studio Code

Higher Ed
This video focuses on how to get started with macOS Catalina or a higher version with Visual Studio Code.
r/>
This clip is from the chapter "Getting Started" of the series "The Complete C++ Developer Course".This section...
Instructional Video5:29
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Preparing the Project Folder

Higher Ed
In this session, we will set up our Python environment to learn the DataFrame API (structured APIs). This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and Analytics with...
Instructional Video4:16
Curated Video

Learning PHP 7 (Video 19)

Higher Ed
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application...
Instructional Video3:03
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Object Types

Higher Ed
This video explains the various Git object types.
r/>
This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize...
Instructional Video4:20
Curated Video

Learn Go in 3 Hours - Validating Your Environment and Go Playground

Higher Ed
Now that your Go environment is installed, you need to make sure that everything is working correctly.

• This video uses Visual Studio Code to create a project, write a “Hello World” program, and ru
n it.
• Create a...
Instructional Video17:10
Packt

Integrating Git

Higher Ed
Application Deployment (Weather App): Integrating Git
<
br/>
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 Video4:55
IDG TECHtalk

How to use packages within Go modules: Smart Go

Higher Ed
Go modules can have their code subdivided into packages, for better maintenance and program management. Learn how to refactor a basic program with a few structs and methods into the main program logic in one file, with the structs and...
Instructional Video3:23
Curated Video

Apache Maven Beginner to Guru - Creating a Parent Project

Higher Ed
This video demonstrates how to create a parent project.<br/<br/>>

This clip is from the chapter "Multi-Module Projects" of the series "Apache Maven: Beginner to Guru".This section presents an overview of the multi-module projects.
Instructional Video3:26
Curated Video

DevOps with GIT(Flow) Jenkins, Artifactory, Sonar, ELK, JIRA - Install and Configure Jfrog Artifactory

Higher Ed
In this video, you will be able to understand the installation steps for Jfrog Artifactory and be able to navigate to the home page of the Jfrog Artifactory server.
r/>
This clip is from the chapter "Installation and...
Instructional Video4:15
Curated Video

Learning Python Web Penetration Testing (Video 17)

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...
Instructional Video11:47
Packt

Advanced Computer Vision Projects 1.4: Running Our Captioning Code in Jupyter

Higher Ed
In this video, we deploy a Jupyter notebook to study and run im2txt image captioning. • Load the model and initialize the TensorFlow session • Apply the model to sample images • Develop code to visualize the results
Instructional Video5:55
Curated Video

Java 11 Programming for Beginners 2.2: Writing Your First Java 11 Program

Higher Ed
Here, once more, we guide you to create the skeleton project. • Create the directory, package, class and so on • Explain the package • Explain the class declaration
Instructional Video4:56
Packt

Linux - Start Zookeeper and Kafka

Higher Ed
This video demonstrates how to start a Zookeeper server and install Kafka on a Linux server.
<
br/>
This clip is from the chapter "Starting Kafka" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this...
Instructional Video4:55
Curated Video

Complete Java SE 8 Developer Bootcamp - Your First Java Program - Part 2 (Compilation and Execution)

Higher Ed
The author covers the compilation and execution process of a Java program.
r/>
This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an overview...
Instructional Video5:30
Curated Video

AZ-204 Developing for Microsoft Azure Exam Prep - Building and Publishing the Azure Active Directory (AD) Application

Higher Ed
This video shows how to build and publish the Azure AD application.
r/>
This clip is from the chapter "AZ-204 Azure Authentication" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section focuses on AZ-204...
Instructional Video7:12
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Recursively List and Filter All Files and Folders in Directory

Higher Ed
In this session, we will learn about recursively list and filter all files and folders in directory.
r/>
This clip is from the chapter "Files and Directories" of the series "Java Programming for Complete Beginners - Java 16".In...