Instructional Video1:09
Curated Video

The Modern JavaScript Bootcamp (2019) - Section Intro: JavaScript Objects

Higher Ed
In this section, you’re going to learn about objects in JavaScript. Objects allow us to store related information in a single place. This is useful when dealing with something like a user, a book, or a car. We can store all the...
Instructional Video8:40
Curated Video

Learn Go in 3 Hours - Package and Imports

Higher Ed
Go uses packages to organize source code and import statements to declare access to code in other packages.

• This video covers how packages and import statements work and gives a quick walkthrough of the standard...
Instructional Video3:39
Brainwaves Video Anthology

Amy Nawrocki - 'Japanese Lady on a Lacquered Stand'

Higher Ed
Amy Nawrocki is a poet who teaches English and Creative Writing at the University of Bridgeport. I graduated with a B.A. from Sarah Lawrence College, and I earned my M.F.A. from the University of Arkansas. She lives now in Hamden,...
Instructional Video6:07
Curated Video

Learn and Master C Programming - How to declare and use string arrays

Higher Ed
The author introduces you to arrays of strings in C/C++.
r/>
This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work with strings and string...
Instructional Video2:09
Curated Video

Learn and Master C Programming - Pointer Arithmetic: Working with Character Pointers (Strings)

Higher Ed
Learn how we can use pointer arithmetic with strings as well.
r/>
This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the course, we look into what...
Instructional Video14:05
Curated Video

C++ Developer - Project - MadLibs Clone

Higher Ed
This video presents a project called "MadLibs Clone".<br/<br/>>

This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Instructional Video3:08
IDG TECHtalk

Variable formatting with the fmt package | Smart Go

Higher Ed
Learn how to use Go's fmt library to control the formatting of variables, both when just printing to the console and when rendering new strings from other variables within a program.
Instructional Video13:51
Packt

CompTIA Network+ Certification N10-007: The Total Course - Certificates and Trust

Higher Ed
This video explains the various certificates and how they are used to establish trust. This clip is from the chapter "Securing Transmission Control Protocol/Internet Protocol (TCP/IP)" of the series "CompTIA Network+ Certification...
Instructional Video3:35
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 10 - Java Arrays - Using Person Objects and String Elements with Exercises

Higher Ed
In this session, we will learn about Java arrays - using person objects and string elements with exercises.
r/>
This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java...
Instructional Video4:02
Curated Video

Learn and Master C Programming - Pointers and Strings: Remove Vowels Example

Higher Ed
We will look at how we can use pointers to manipulate strings by implementing a function that removes all vowels from a given string.
r/>
This clip is from the chapter "Pointers" of the series "Learn and Master C Programming...
Instructional Video6:35
IDG TECHtalk

How to use string type | Smart Go

Higher Ed
Learn about the details of the string type in Go -- how data are stored in them, how they can be represented as bytes or characters, and how the "rune" type in Go is used with strings.
Instructional Video9:39
Curated Video

Core Java Programming Course- Arrays in Java

Higher Ed
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.
Instructional Video13:07
Packt

Reverse Strings

Higher Ed
This video provides an introduction to reverse strings.
<
br/>
This clip is from the chapter "Question 10: Reverse Strings" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept...
Instructional Video4:58
Curated Video

Excel VBA Programming The Complete Guide - The String Data Type

Higher Ed
A string is a collection of characters --- in layman's terms, it's just text. In this lesson, we take a look at VBA's support for two types of strings -- variable-length and fixed-length -- as well as the advantages of both.
r/> ...
Instructional Video6:52
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Total Marks by Male and Female Student

Higher Ed
In this session, we will work on the second step of the mini project, which is to show the total marks achieved by female and male students.
r/>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master...
Instructional Video4:04
Curated Video

Comprehensive Android Developer Bootcamp - Pre-setting Arrays' Length

Higher Ed
Java Data Structures:Pre-setting Arrays' Length
r/>
This clip is from the chapter "Java Data Structures" of the series "The Comprehensive Android Developer Bootcamp".In this section you will cover the Java Data Structures. You...
Instructional Video6:56
Curated Video

Complete Java SE 8 Developer Bootcamp - Immutable Strings

Higher Ed
Here you'll learn why Strings are immutable and how we handle this restriction in our programs.
r/>
This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to...
Instructional Video6:22
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - JavaScript Data types

Higher Ed
JavaScript Crash Course: JavaScript Data types
r/>
This clip is from the chapter "JavaScript Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about JavaScript, Variables in...
Instructional Video9:21
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Comparison Operators

Higher Ed
Comparison operators tell your program what to do based on certain conditions. For example: if you are hungry, eat food. Programs and Python work the exact same way.
r/>
This clip is from the chapter "Intermediate Python" of...
Instructional Video12:56
Curated Video

The Full Stack Web Development - Working With Sets & Sorted Sets

Higher Ed
Redis - The Cache Database: Working With Sets & Sorted Sets
r/>
This clip is from the chapter "Redis - The Cache Database" of the series "The Full Stack Web Development".In this section, we look into Redis – part of other...
Instructional Video14:14
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Reading from and writing to files

Higher Ed
Detailed look at string concatenation, indexing and slicing<br/<br/>>

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.
Instructional Video9:54
Curated Video

C++ Standard Template Library in Practice - Utilities - Regex

Higher Ed
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...
Instructional Video3:01
Curated Video

C++ 20 (2a) New Features - Returning Value of the Spaceship Operator

Higher Ed
What are the types returned by the spaceship operator? What members do they have? How can they be converted to each other?

• Discuss all types returned by the spaceship ope
rator
• Discuss the comparison ag
ainst zero
...
Instructional Video4:14
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Map interfaces and implementations - HashMap, LinkedHashMap and TreeMap

Higher Ed
Collections: Map interfaces and implementations - HashMap, LinkedHashMap and TreeMap
r/>
This clip is from the chapter "Collections" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section,...