Instructional Video3:14
Curated Video

Learning LESS (Video 2)

Higher Ed
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you...
Instructional Video8:17
Curated Video

Develop a computer program to solve a problem using a sequence of instructions : If statements

Higher Ed
From the section: A Full Python Refresher. This section is about Python Refresher and includes lectures on Variables in Python, Methods, List, tuple and sets.<b<br/>r/>

A Full Python Refresher: If statements
Instructional Video6:09
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Python Basics: Tuples and Dictionaries

Higher Ed
From the section: Python Crash Course [Optional]. In this section, we’ll continue diving into Python data structures with tuples and dictionaries, functions, Boolean Operations and Loops, and libraries like Pandas, MatPlotLib and...
Instructional Video13:55
Programming Electronics Academy

Details of Using Arduino Libraries: Arduino Course 6.4

Higher Ed
A walk through of using a code library with Arduino.
Instructional Video16:52
Packt

Practice Exercises with XPath and Cascading Style Sheets (CSS) with Regular Expressions

Higher Ed
This video contains practice exercises with XPath and CSS with regular expressions.
<
br/>
This clip is from the chapter "Locator Techniques and Tools used to Identify Objects" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video11:49
Packt

How to Identify Siblings and Traverse Back to Parent Nodes with XPATH?

Higher Ed
This video explains how to identify siblings and traverse back to parent nodes with XPATH.
<
br/>
This clip is from the chapter "Fifteen Popular Interview Questions on Selenium Basics" of the series "Selenium WebDriver with Java -...
Instructional Video6:03
Curated Video

Complete Java SE 8 Developer Bootcamp - String Objects

Higher Ed
The author details the structure of string object provided by Java SE API.
r/>
This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings and pass...
Instructional Video7:52
Curated Video

Complete Java SE 8 Developer Bootcamp - Primitive Data Types

Higher Ed
The author dives into syntax and usage of primitive data types.
r/>
This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief overview on...
Instructional Video7:57
Curated Video

Complete Java SE 8 Developer Bootcamp - Scope-Part 2

Higher Ed
More demonstrations on how to recognize the scope of a variable.
r/>
This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to use...
Instructional Video10:00
Curated Video

Complete Java SE 8 Developer Bootcamp - Static Variables

Higher Ed
The author introduces the syntax for assigning variables to a class and how to use them.
r/>
This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this...
Instructional Video8:44
Curated Video

Complete Java SE 8 Developer Bootcamp - Editions and Versions

Higher Ed
Evaluate different versions and traditions of JDK available to us.
r/>
This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an overview of...
Instructional Video2:17
Curated Video

Complete Java SE 8 Developer Bootcamp - Creating Exceptions

Higher Ed
Learn how to create and throw custom exceptions in your applications.<br/<br/>>

This clip is from the chapter "Exception Handling" of the series "Complete Java SE 8 Developer Bootcamp".null
Instructional Video6:49
Packt

Examples on Handling Pop-ups with Modified WebDriver Uniform Resource Locator (URL)

Higher Ed
This video presents examples on handling pop- ups with the modified WebDriver URL.
<
br/>
This clip is from the chapter "File Uploading (AUTO IT) and Downloading with Selenium" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video16:02
Packt

Observer Pattern

Higher Ed
JavaScript Patterns: Observer Pattern
<
br/>
This clip is from the chapter "JavaScript Patterns" of the series "Modern JavaScript from the Beginning".In this section, you will learn what JavaScript patterns are, and the various...
Instructional Video2:18
IDG TECHtalk

Smart Go: Introduction to the Go language

Higher Ed
The Go language, created by folks at Google, has been with us for a decade and is the basis for many important enterprise projects such as Docker and Kubernetes. Watch a simple Go program in action to get an idea of what it's like to...
Instructional Video4:56
Curated Video

Complete Java SE 8 Developer Bootcamp - Passing By Value: Objects

Higher Ed
We look into further details of passing arguments, with objects, including Strings.
r/>
This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings...
Instructional Video5:28
Curated Video

Complete Java SE 8 Developer Bootcamp - Operators: Part 2

Higher Ed
More info on post/pre-increment operator and a discussion on the ternary operator.
r/>
This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about...
Instructional Video11:18
Curated Video

Complete Java SE 8 Developer Bootcamp - Operators: Part 1

Higher Ed
Learn the different operators available to Java, and just as important as per the order of precedence.
r/>
This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we...
Instructional Video6:18
Curated Video

Complete Java SE 8 Developer Bootcamp - Conditionals-Swtich

Higher Ed
A switch is another syntax available when defining conditionals.
r/>
This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about conditionals,...
Instructional Video7:56
Curated Video

Complete Java SE 8 Developer Bootcamp - Conditionals-If / Else If / Else

Higher Ed
Learn more about conditionals that allow us to write blocks of code that are executed if a certain state is true or false
r/>
This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In...
Instructional Video3:38
Curated Video

Complete Java SE 8 Developer Bootcamp - Java Memory Leaks

Higher Ed
The author demonstrates the mismanagement of garbage collection, unintentionally causing issues.
r/>
This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In...
Instructional Video13:01
Curated Video

Complete Java SE 8 Developer Bootcamp - Your First Java Program - Part 1 (Code)

Higher Ed
Learn about classes, methods, parameters/arguments, return types, and modifiers.
r/>
This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an...
Instructional Video4:37
Curated Video

Complete Java SE 8 Developer Bootcamp - Unchecked (Runtime) vs. Checked Exceptions

Higher Ed
The compiler will enforce developers to write code that handles certain types of exceptions. These are known as "checked" exceptions. Others, which are not enforced, are known as "unchecked" or "runtime" exceptions.
r/>
This...
Instructional Video3:34
Curated Video

Complete Java SE 8 Developer Bootcamp - Sets

Higher Ed
Learn to handle sets collection for fast searching as it organizes data for the purpose.
r/>
This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to...