Instructional Video7:00
Curated Video

Docker for the Absolute Beginner - Hands-On - Command versus Entry Point

Higher Ed
Docker Images: Command versus Entry Point This clip is from the chapter "Docker Images" of the series "Docker for the Absolute Beginner - Hands-On".In this section, you will learn about Docker images and how they can be created.
Instructional Video28:24
Curated Video

Dive Into Ansible - From Beginner to Expert in Ansible - Ansible Inventories

Higher Ed
This video explores the inventories in Ansible. This clip is from the chapter "Ansible Architecture and Design" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section focuses on the architecture and design of...
Instructional Video11:52
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Mocking Libraries with Jest

Higher Ed
In this video you'll be mocking out third-party libraries. This make it easy to write test cases that depend on things like time. This clip is from the chapter "Testing Your Application" of the series "The Complete React Developer Course...
Instructional Video17:20
Curated Video

The Modern JavaScript Bootcamp (2019) - Working With Forms

Higher Ed
In this video, you’re going to create your first form. At first, the forms will only use text inputs. Other field types like checkboxes and dropdowns will be explored later in this section. This clip is from the chapter "Javascript in...
Instructional Video2:30
Curated Video

World of Computer Networking Your CCNA start - Default Routes

Higher Ed
Matching a Default Route This clip is from the chapter "Routing" of the series "World of Computer Networking: Your CCNA start".This section introduces you to routing.
Instructional Video5:11
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Integrating Spring Boot with Data JPA and In-Memory Database H2

Higher Ed
In this lesson, we will integrate Spring Boot framework with Data JPA and an in-memory database called H2. This clip is from the chapter "Simple REST API with Spring Boot and Spring Data JPA" of the series "Java Programming for Complete...
Instructional Video5:56
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - Image and Form Attributes

Higher Ed
In this video, we'll cover image and form attributes. This clip is from the chapter "Learn jQuery" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".In this section, you will learn about jQuery, selecting with...
Instructional Video3:58
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Floats Images

Higher Ed
In this video, we'll cover CSS floats images. This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS inline style, CSS...
Instructional Video20:39
Curated Video

The Complete Java Developer Course: From Beginner to Master - Selection Control Statements

Higher Ed
This video explains about the selection control statements. This clip is from the chapter "Control Statements" of the series "The Complete Java Developer Course: From Beginner to Master".This section focuses on the fundamental concepts...
Instructional Video7:36
Curated Video

Hands-On Auto DevOps with GitLab CI - Deploying an Application to Kubernetes

Higher Ed
To deploy our application to Kubernetes, we need to pass Kubernetes configuration and authentication to our deployment job. • Associate a Kubernetes cluster with the environments in our project • Use passed through Kubernetes credentials...
Instructional Video8:31
Curated Video

Hands-On Auto DevOps with GitLab CI - Creating GitLab CI Configuration

Higher Ed
To completely control our GitLab CI jobs, we need to create a GitLab CI configuration file. • Understand the .gitlab-ci.yml file • Define a basic build script and customize the build environment • Understand how GitLab CI determines...
Instructional Video5:57
Curated Video

Python 3 for Beginners: Installing Python on Linux

Higher Ed
In this educational video, we learn how to determine if Python is installed on your Linux distribution and how to install Python 3 if it's not already installed. The tutorial covers the process for both Debian-based and RPM-based...
Instructional Video21:01
Curated Video

Modern HTML and CSS from the Beginning (Including Sass) - File Structure & Navbar

Higher Ed
Hotel Website: File Structure & Navbar This clip is from the chapter "Hotel Website" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In this Section, we’ll create a Hotel Website.
Instructional Video8:34
Curated Video

Vim Masterclass - What is Vim and Why Should You Learn It?

Higher Ed
This video explains Vim, and explains why you must prefer using it over other text editors. This clip is from the chapter "Course Introduction" of the series "Vim Masterclass".This section introduces the course.
Instructional Video3:09
friEdTech

TabCloud for Educators

Higher Ed
This is the most astonishingly cool Chrome extension I've seen in a while! Thanks Melissa McClatchy for sharing it with me and for explaining it to me so that I gave it a try. Now it's your turn!
Instructional Video4:14
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 34 - Implementing a GET service to retrieve all Posts of a User

Higher Ed
Connecting RESTful Web Service to JPA: Step 34 - Implementing a GET service to retrieve all Posts of a User This clip is from the chapter "Connecting RESTful Web Service to JPA" of the series "Master Java Web Services and REST API with...
Instructional Video12:02
Packt

CompTIA Network+ Certification N10-007: The Total Course - Tour of a SOHO Router

Higher Ed
This video provides a walkthrough of SOHO router. This clip is from the chapter "Routing" of the series "CompTIA Network+ Certification N10-007: The Total Course".In this section, you will learn more about routing.
Instructional Video5:41
Curated Video

AZ-204 Developing for Microsoft Azure Exam Prep - Setting Data Consistency Options

Higher Ed
This video shows how to set data consistency options. This clip is from the chapter "AZ-204 Cosmos Database (DB)" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section provides an introduction to Cosmos DB.
Instructional Video9:21
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Configuring Access Control Lists (ACLs) and Network Access Control Lists (NACLs) Lab

Higher Ed
This video demonstrates how ACLs and NACLs are implemented within Amazon Web Services (AWS). This clip is from the chapter "Solutions Architect Chapter 10 - Virtual Network Services" of the series "AWS Solutions Architect Associate...
Instructional Video5:31
Curated Video

Complete Modern C++ - Class

Higher Ed
This video explains the meaning and syntax of class. • Concept of a “string view” • Semantics of `std::string_view` • Interoperability with `std::string` This clip is from the chapter "Classes and Objects" of the series "Complete Modern...
Instructional Video4:39
Curated Video

Complete Modern C++ - Non-Static Data Member Initializers (C++11)

Higher Ed
This video explains this C++11 feature and shows how to use it to initialize class members directly inside a class. • Smart pointers, raw pointers, and references • Function objects • Contiguous sequences This clip is from the chapter...
Instructional Video9:55
Curated Video

Next.js from Development to Deployment - API Routes

Higher Ed
This video talks about API routes. This clip is from the chapter "Data Fetching" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section focuses on data fetching.
Instructional Video5:09
Curated Video

Next.js from Development to Deployment - Fetch Paginated Posts

Higher Ed
This video focusses on fetching paginated posts. This clip is from the chapter "Pagination and Category Pages" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section explains pagination and...
Instructional Video8:40
Curated Video

Bash Shell Scripting - File Descriptors Usage

Higher Ed
This video explains the usage of file descriptors. This clip is from the chapter "Standard I/O Concepts" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on standard I/O...