Curated Video
Creational Design Patterns in Modern C++ - Introduction - introduces you to the pattern and its intent
This video introduces you to the pattern and its intent. • Install Qt5 • Implement CMake for your Qt5 directory as shown in the video • Reconfigure and generate the project via CMake This clip is from the chapter "Prototype" of the...
Let's Tute
Understanding Cell Errors in Excel Calculations Tutorial
In this Microsoft Excel tutorial, you will learn about cell errors in Excel calculations. Excel notifies users when a formula contains an error, and there are five options to correct it. By understanding these errors, users can ensure...
Curated Video
TypeScript for Beginners - Static Methods
This video highlights the various static 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, encapsulation, and...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Selection sort implementation
Continue building merge function - iteration through lists This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This...
Curated Video
C++ Developer - Getting Started with macOS Catalina or Higher with Visual Studio Code
This video focuses on how to get started with macOS Catalina or a higher version with Visual Studio Code. This clip is from the chapter "Getting Started" of the series "The Complete C++ Developer Course".This section introduces the...
Curated Video
DevOps with GIT(Flow) Jenkins, Artifactory, Sonar, ELK, JIRA - Spring Boot Basic Client Code
In this video, you will be able to create an index page that will take them to the home page of the devops application. This clip is from the chapter "Development (Code, Test, Review and Merge)" of the series "DevOps with GIT(Flow)...
Curated Video
DevOps with GIT(Flow) Jenkins, Artifactory, Sonar, ELK, JIRA - Setup SSH for GitHub for User
In this video, you will be able to understand the SSH setup for the user account and be able to validate the setup to ensure that they can push the code from their computer to Git Hub. This clip is from the chapter "Development (Code,...
Curated Video
DevOps with GIT(Flow) Jenkins, Artifactory, Sonar, ELK, JIRA - Maven Security Setup
In this video, you will be able to understand the installation steps for Maven and be able to set Maven Home and set up the settings and settings security xml to integrate with artifactory server. This clip is from the chapter...
Curated Video
DevOps with GIT(Flow) Jenkins, Artifactory, Sonar, ELK, JIRA - JIRA Confluence and GitHub Integration
This video provides an overview of JIRA and Confluence and integration of JIRA with GitHub and Vice Versa. This clip is from the chapter "JIRA Confluence GitHub Jenkins Integration" of the series "DevOps with GIT(Flow) Jenkins,...
Curated Video
CISSP® Certification Domain 3: Security Architecture and Engineering Video Boot Camp for 2022 - Physical security part 2
CISSP Domain 3: System Architecture and Engineering: Physical security part 2. This clip is from the chapter "CISSP Domain 3: System Architecture and Engineering" of the series "CISSP® Certification Domain 3: Security Architecture and...
Curated Video
Building a Responsive Application with Bootstrap (Video 6)
Bootstrap discards the myth of ���the creative typeï¿½Û and enforces the belief that even you are capable of design. It is easy to learn, open source, customizable, and coupled with an incredible support from the community; in...
Curated Video
Learning D3.JS 5.0 8.6: Adding Visual Information
In this video, we will create an area chart using the line chart. • Add some code to make the data more readable • Understand the area chart • Add the area chart
friEdTech
Creating a Live Stream with Hangouts Meet
In this video, learn how to add a live stream event to a Google Hangouts Meet. Live stream allows the Meet organizer to broadcast a virtual meeting to a larger audience without inviting them to be participants on the Meet itself. Perfect...
Curated Video
Import external packages or libraries : Finding 3rd Party Packages
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python Learn how to find 3rd party packages in Python.
Curated Video
The Full Stack Web Development - Project Bookmarker
Backend Programming with PHP: Project Bookmarker This clip is from the chapter "Backend Programming with PHP" of the series "The Full Stack Web Development".Here, we talk about all the basics of PHP and move on to OOP, integrate MySQL,...
Curated Video
The Full Stack Web Development - Forms & Input - Project Registration Form
Basic HTML Programming: Forms & Input - Project Registration Form This clip is from the chapter "Basic HTML Programming" of the series "The Full Stack Web Development".In this section, the author briefly goes over the frontend technology...
Curated Video
The Full Stack Web Development - Part 1 - Angular 2 App From Scratch
App Development with Angular: Part 1 - Angular 2 App From Scratch This clip is from the chapter "App Development with Angular" of the series "The Full Stack Web Development".In this section, we work with Angular 2 components, routing,...
Curated Video
C++ Developer - Project - Dynamically Creating Rectangles
This video presents a project to dynamically create rectangles. This clip is from the chapter "Pointers" of the series "The Complete C++ Developer Course".This section discusses pointers in C++.
Curated Video
C++ Developer - Project - Vector Data
This video presents a project on vector data. This clip is from the chapter "Arrays and Vectors" of the series "The Complete C++ Developer Course".This section explains arrays and vectors.
Curated Video
Creational Design Patterns in Modern C++ - Game Implementation - Part IV
This video is the fourth part of the six-part video that demonstrates how to implement the prototype pattern through a shallow copy. This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This...
Curated Video
C++ Standard Template Library in Practice - Project - Bitcoin Exchange Program
The aim of this video is to tie all of what we have learned together, using a project. Our project is a Bitcoin exchange rate program, that will fetch the latest exchange rates for multiple currencies. • We need to gather the necessary...
Let's Tute
Microsoft Excel Tutorial: Moving and Copying Data in Excel Worksheet
This video tutorial teaches the viewer how to move and copy data in Microsoft Excel using various shortcuts and techniques such as control C and V, Alt HC, right-clicking, and drag and drop. It provides a step-by-step guide for each...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 05 - Run Planet Class with Java - Using a Main Method
In this video, we will run the Planet class with Java - using a main method. This clip is from the chapter "Introduction to the Java Platform" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - Introduction to Java Methods - Exercises and Puzzles
In this video, we will see an introduction to Java methods - exercises and puzzles. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".Here,...