Hi, what do you want to do?
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon Web Services (AWS) Certifications
This video illustrates the different type of AWS certifications offered and explains which type is best for you.
r/>
This clip is from the chapter "Exam Tips and Tricks" of the series "AWS Solutions Architect Associate...
r/>
This clip is from the chapter "Exam Tips and Tricks" of the series "AWS Solutions Architect Associate...
Curated Video
API Testing with Postman - Validating APIs with Postman Requests
Show how to check that an API is returning expected results.
• Set up a re
quest
• Add a check on the test tab of t
he request
• Demonstrate sharing tests between requests at the c
ol
lection level
This...
• Set up a re
quest
• Add a check on the test tab of t
he request
• Demonstrate sharing tests between requests at the c
ol
lection level
This...
Curated Video
Complete Modern C++ - Inline Variables
In this video, learn how to use inline variables at global and class scope.
r/>
This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This section explains core features of C++17 such...
r/>
This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This section explains core features of C++17 such...
Curated Video
Complete Modern C++ - Algorithms - Part I
This video is an introduction to common algorithms.<br/<br/>>
This clip is from the chapter "Standard Template Library" of the series "Complete Modern C++".This section is the description of the standard template library.
This clip is from the chapter "Standard Template Library" of the series "Complete Modern C++".This section is the description of the standard template library.
Curated Video
C++ Standard Template Library in Practice - Utilities - Regex
This video aims to include regular expressions.
• Go through the C++ regex ex
am
ple
This clip is from the chapter "Introducing the Standard Template Library (STL)" of the series "C++ Standard Template Library in...
• Go through the C++ regex ex
am
ple
This clip is from the chapter "Introducing the Standard Template Library (STL)" of the series "C++ Standard Template Library in...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - Java Modularization - 03 - Splitting Service and Consumer into Modules
In this session, we will create modules for the service and consumer project.
r/>
This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners - Java 16".This...
r/>
This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners - Java 16".This...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Styling of Form Element
Project - Build a Twitter Clone (Main Page): Styling of Form Element
r/>
This clip is from the chapter "Project - Build a Twitter Clone (Main Page)" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This...
r/>
This clip is from the chapter "Project - Build a Twitter Clone (Main Page)" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This...
Curated Video
Excel VBA Programming The Complete Guide - Iterating over a Range of Cells with For Each
The For Each construct can also be used to iterate over a range of cells. Each object iterated over will be a single cell, itself a Range object. In this lesson, we iterate over and modify the values in a single column.
r/>
...
r/>
...
Brian McLogan
Determining two angles that are complementary
👉 Learn how to define and classify different angles based on their characteristics and relationships are given a diagram. The different types of angles that we will discuss will be acute, obtuse, right, adjacent, vertical, supplementary,...
Curated Video
Learning Dart (Video 10)
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...
Curated Video
Learning Akka (Video 36)
Akka helps you to build scalable, resilient, and fault-tolerant distributed systems that can provide outstanding performance on local machines as well as over remote networks. Employing the actor model, it is possible to leverage...
Curated Video
Learning Akka (Video 32)
Akka helps you to build scalable, resilient, and fault-tolerant distributed systems that can provide outstanding performance on local machines as well as over remote networks. Employing the actor model, it is possible to leverage...
Curated Video
Introducing Ionic 2 (Video 9)
Hybrid apps are changing the way people build mobile applications. With Ionic 2, hybrid app developers are gifted with not only a fresh, well-built, and powerful platform, but also a tool to enjoy their development experience....
Curated Video
Learning Akka (Video 15)
Akka helps you to build scalable, resilient, and fault-tolerant distributed systems that can provide outstanding performance on local machines as well as over remote networks. Employing the actor model, it is possible to leverage...
Curated Video
Web Development with Node.JS and MongoDB (Video 25)
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
Product Design Online
How and Why to Fully Constrain Sketches in Fusion 360
This tutorial teaches you how and why to fully-define your sketches in Fusion 360. This is a foundational concept that all beginners must learn if you want to create proper parametric models. Fully defining a sketch is done through the...
Curated Video
Tips, Tricks, and Techniques for Node.js Development 4.5: Browser Automated Testing Made Easy
In this video, we will learn how to test our web application with browser interactions. • Look at karma and nightwatch.js • Install nightwatch.js • Write a test with nightwatch.js
Packt
Show the User in Navbar and Logout
This video explains how to show the user in navbar and logout.
r/>
This clip is from the chapter "Front-end User Authentication and Profile" of the series "MERN E-commerce from Scratch".This section focuses on front-end user...
r/>
This clip is from the chapter "Front-end User Authentication and Profile" of the series "MERN E-commerce from Scratch".This section focuses on front-end user...
Packt
DataProvider Annotation -Parameterizing Test Cases - 2
This is the second part of the two-part lecture that explains how to parameterize test cases.
<
br/>
This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and...
<
br/>
This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
.NET Core Microservices - Product Repository Interface and DTOS
This video explains product repository interface and DTOS.
r/>
This clip is from the chapter "Products API Advance Setup" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn...
r/>
This clip is from the chapter "Products API Advance Setup" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn...
Curated Video
TypeScript for Beginners - Introduction - Interfaces
This video provides an overview of what you will learn in this section.
r/>
This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces and explains how to use...
r/>
This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces and explains how to use...
Curated Video
TypeScript for Beginners - const Prefix
This video demonstrates how to use the const prefix.<br/<br/>>
This clip is from the chapter "Variable Prefixes" of the series "TypeScript for Beginners".This section introduces you to variable prefixes and explains how to use them.
This clip is from the chapter "Variable Prefixes" of the series "TypeScript for Beginners".This section introduces you to variable prefixes and explains how to use them.
Curated Video
TypeScript for Beginners - Object Literal
This video explains the concept of object literal.<br/<br/>>
This clip is from the chapter "Objects and Arrays" of the series "TypeScript for Beginners".This section introduces you to objects and arrays and demonstrates how to use them.
This clip is from the chapter "Objects and Arrays" of the series "TypeScript for Beginners".This section introduces you to objects and arrays and demonstrates how to use them.