Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Command line/Terminal basics
An introductory look at collections in Python This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Curated Video
CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - About Us Section-Markup
Project 1 - Grand Hotel (Based on Flexbox): About Us Section-Markup This clip is from the chapter "Project 1 - Grand Hotel (Based on Flexbox)" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".This section includes a...
Curated Video
CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Pseudo Elements
CSS Basics: Pseudo Elements This clip is from the chapter "CSS Basics" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".This section is about CSS Basics.
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Styling of Navigation "Project - Build a Twitter Clone (News Feed Page)"
Project - Build a Twitter Clone (News Feed Page): Styling of Navigation This clip is from the chapter "Project - Build a Twitter Clone (News Feed Page)" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Measurement units - Part 1
CSS Crash Course: Measurement units - Part 1 This clip is from the chapter "CSS Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section gives an overview of CSS.
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - DOM Navigation
DOM Crash Course: DOM Navigation This clip is from the chapter "DOM Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about DOM, DOM styles and classes, events etc
Curated Video
Complete Java SE 8 Developer Bootcamp - Collections
Learn the basic syntax for using a collection. This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to collections, list, sets, queues, deques and maps: - types of...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Float Elements
In this video, we'll cover CSS float elements. 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
Sport Store (Use multiplication to solve word problems involving groups.)
A sports store received a shipment of 6 boxes of T-shirts, each box contains 8 T-shirts . How many T-shirts did they get in total?
Curated Video
Learning CSS (Video 5)
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they work on...
Curated Video
Core Java Programming Course- Arrays in Java
This video explains the different arrays in Java. This clip is from the chapter "Arrays" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains arrays in Java.
Curated Video
Core Java Programming Course- Hash Set
This video explains the Hash set. This clip is from the chapter "Sets and Maps" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various sets and maps available in Java.
Packt
Validating if User Interface (UI) Elements Are Disabled or Enabled with Attributes
This video explains how to validate if the UI elements are disabled or enabled with attributes. This clip is from the chapter "Selenium WebDriver: Techniques to Automate Web Elements" of the series "Selenium WebDriver with Java - Basics...
Packt
Linked List Complexities
This video focuses on complexities of linked lists. This clip is from the chapter "Data Structures – Linked Lists" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to linked lists in...
Curated Video
C++ Standard Template Library in Practice - Swapping
The listener is new to algorithms and does not know about the swapping algorithms. • Introduce the listener to the std::swap algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...
Curated Video
C++ Standard Template Library in Practice - Stacks and Queues
The user is unfamiliar with the deque container, the adapter containers that wrap it, wishes to know more about them, and when to use them. • Begin by introducing the user to the deque container, discussing how it works • Then break down...