Instructional Video7:38
Curated Video

Excel VBA Programming The Complete Guide - Syntax Tips

Higher Ed
In this lesson, we'll explore some tips for writing cleaner and more elegant VBA code. This clip is from the chapter "Variables and Data Types" of the series "Excel VBA Programming–The Complete Guide".In this section, we work with...
Instructional Video4:16
Curated Video

Responsive Design - Understanding Content Scale

Pre-K - Higher Ed
Learner will be able to scale typography and images according to responsive design best practices.
Instructional Video4:04
Curated Video

Excel VBA Programming The Complete Guide - The Name Property on Workbook and Worksheet Objects

Higher Ed
In this lesson, we explore the Name property on both a Worksheet and Workbook object. The Name property is only readable on a Workbook but is readable and writeable on a Worksheet. The key takeaway is that object design differs; just...
Instructional Video6:22
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Importance of Junit/TestNG Assertions in Validating the Responses

Higher Ed
This video explains the importance of Junit/TestNG assertions in validating the responses. This clip is from the chapter "Validating the REST API Responses" of the series "REST API Automation Testing from Scratch - REST Assured...
Instructional Video4:48
Curated Video

Powerful Presentations With Google Slides - Pro Typography

Pre-K - Higher Ed
Typography is an important facet of good looking slides. Learn tips for strong typographical presentation in this video.
Instructional Video7:22
Curated Video

Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 18: Writing Good Unit Tests

Higher Ed
Powermock with Mockito: Step 18: Writing Good Unit Tests This clip is from the chapter "Powermock with Mockito" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we set up Poermock with various methods.
Instructional Video6:06
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - What is JSON

Higher Ed
In this video, we'll cover what is JSON. This clip is from the chapter "JavaScript JSON and AJAX" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section introduces JSON and AJAX. Learn about JSON, JSON...
Instructional Video10:25
Curated Video

Comprehensive Android Developer Bootcamp - CRUD Operations - Get Item

Higher Ed
Build a Baby Needs App:CRUD Operations - Get Item This clip is from the chapter "Build a Baby Needs App" of the series "The Comprehensive Android Developer Bootcamp".This section will show you how to build your Baby Needs app. You will...
Instructional Video10:00
Curated Video

Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 10: Mockito Annotations - @Mock, @InjectMocks, @RunWith, @Captor..

Higher Ed
Mockito Advanced: Step 10: Mockito Annotations - @Mock, @InjectMocks, @RunWith, @Captor.. This clip is from the chapter "Mockito Advanced" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we look...
Instructional Video2:56
Curated Video

Mastering Microsoft Word 365 - Columns

Pre-K - Higher Ed
Follow along as Maggie shows how to format text into columns and how to use them to increase readability.
Instructional Video8:23
Curated Video

The Complete Practical Docker Guide - Creating Executable Script

Higher Ed
This video explains how to create executable script. This clip is from the chapter "Executable Files and Scripting in Linux" of the series "The Complete Practical Docker Guide".This section focuses on executable files and scripting in...
Instructional Video2:56
Curated Video

PEP8 Guidelines Python Clean Coding - Introduction

Higher Ed
This video introduces you to the course and the need to take up the course. This clip is from the chapter "Introduction" of the series "PEP8 Guidelines: Python Clean Coding".This is an introductory section to the course which introduces...
Instructional Video11:41
Curated Video

Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 09: Hamcrest Matchers

Higher Ed
Mockito Advanced: Step 09: Hamcrest Matchers This clip is from the chapter "Mockito Advanced" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we look into Mockito Advanced features.
Instructional Video6:04
Curated Video

Job-Ready SQL in an Afternoon - Creating and Removing a Database

Higher Ed
In this video, you will learn how to create and remove a database. This clip is from the chapter "Fundamentals and Setup" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover fundamentals and work on setting up...
Instructional Video7:46
Curated Video

Arduino for Beginners - 2022 Complete Course - Use a Switch Structure to Handle IR Commands

Higher Ed
This video explains using a switch structure to handle IR commands. This clip is from the chapter "IR Remote Controller- Make Your Projects More Interactive" of the series "Arduino for Beginners - 2022 Complete Course".This section...
Instructional Video8:31
Curated Video

Selenium WebDriver Advanced - Industry Standard Framework - Problems of a No Framework Test Case

Higher Ed
This video explains the problems of a no framework test case. This clip is from the chapter "Reasons Why Framework Is Needed" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn the...
Instructional Video6:07
Curated Video

Machine Learning Random Forest with Python from Scratch - Better Coding Practice, Completing the Game

Higher Ed
In this lecture, we will complete the game we left in the previous lesson. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section focuses on the...
Instructional Video5:54
Curated Video

Google Sheets Fundamentals - Sorting Data

Pre-K - Higher Ed
Sorting • Doing a Sort • Reverse Sorting • Sorting a Specific Range
Instructional Video9:00
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Why Python and Jupyter Notebook: Why Python

Higher Ed
In this video, we will understand the need of Python. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Instructional Video3:19
Curated Video

REST APIs with Flask and Python - Writing Your First Python App

Higher Ed
This video explains how to write your first Python app. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your Python...
Instructional Video7:19
Curated Video

Arduino for Beginners - 2022 Complete Course - Activity 05 - Solution

Higher Ed
This video explains activity 05 - solution. This clip is from the chapter "Practice More with Arduino Pins" of the series "Arduino for Beginners - 2022 Complete Course".This section explains more about Arduino pins.
Instructional Video4:40
Curated Video

Figma for UIUX Master Web Design in Figma - How to Rearrange the Hero Area

Higher Ed
This video explains how to rearrange the hero area. This clip is from the chapter "Responsive Design: From Desktop to Mobile" of the series "Figma for UI/UX: Master Web Design in Figma".This section focuses on responsive design: from...
Instructional Video11:42
Curated Video

Python In Practice - 15 Projects to Master Python - Creating Radio Button Widgets

Higher Ed
This video explains creating radio button widgets. This clip is from the chapter "Advanced Level: Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level concepts that is...
Instructional Video2:47
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - @property decorator

Higher Ed
In this video, you will learn to use the @property decorator. This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on object-oriented...