Curated Video
Docker for the Absolute Beginner - Hands-On - Command versus Entry Point
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.
Curated Video
Dive Into Ansible - From Beginner to Expert in Ansible - Ansible Inventories
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Mocking Libraries with Jest
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...
Curated Video
The Modern JavaScript Bootcamp (2019) - Working With Forms
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...
Curated Video
World of Computer Networking Your CCNA start - Default Routes
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.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - Integrating Spring Boot with Data JPA and In-Memory Database H2
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...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - Image and Form Attributes
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...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Floats Images
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...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Selection Control Statements
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...
Curated Video
Hands-On Auto DevOps with GitLab CI - Deploying an Application to Kubernetes
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...
Curated Video
Hands-On Auto DevOps with GitLab CI - Creating GitLab CI Configuration
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...
Curated Video
Python 3 for Beginners: Installing Python on Linux
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...
Curated Video
Modern HTML and CSS from the Beginning (Including Sass) - File Structure & Navbar
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.
Curated Video
Vim Masterclass - What is Vim and Why Should You Learn It?
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.
friEdTech
TabCloud for Educators
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!
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
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...
Packt
CompTIA Network+ Certification N10-007: The Total Course - Tour of a SOHO Router
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.
Curated Video
AZ-204 Developing for Microsoft Azure Exam Prep - Setting Data Consistency Options
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.
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
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...
Curated Video
Complete Modern C++ - Class
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...
Curated Video
Complete Modern C++ - Non-Static Data Member Initializers (C++11)
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...
Curated Video
Next.js from Development to Deployment - API Routes
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.
Curated Video
Next.js from Development to Deployment - Fetch Paginated Posts
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...
Curated Video
Bash Shell Scripting - File Descriptors Usage
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...