Hi, what do you want to do?
Curated Video
Beginning Python (Video 14)
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running...
Curated Video
Complete Java SE 8 Developer Bootcamp - Section Overview "Strings"
Overview of the string object.<br/<br/>>
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 by value features of Java.
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 by value features of Java.
Curated Video
AZ-204 Developing for Microsoft Azure Exam Prep - Reading and Writing to Redis in .NET
This video demonstrates how to read and write to Redis in .NET.
r/>
This clip is from the chapter "Caching and Content Delivery Networks (CDN)" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section...
r/>
This clip is from the chapter "Caching and Content Delivery Networks (CDN)" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section...
Curated Video
Excel VBA Programming The Complete Guide - The Split Function
The Split function splits a string based on the occurrence of a specific character (called a delimiter) and returns the results in an array. In this lesson, we split a cell's value by the presence of slashes and paste the results in...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 08 - Exploring New Java API - List Set and Map - copyOf Methods
Let's look at some newly introduced APIs.<br/<br/>>
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 section focuses on the new updates added.
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 section focuses on the new updates added.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - String Concatenation and Join, Replace Methods
In this video, we will learn about - string concatenation and join, replace methods.
r/>
This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
r/>
This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - String class - Exercise Solution and Some More Important Methods
In this video, we will learn about string class - exercise solution and some more important methods.
r/>
This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this...
r/>
This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this...
Curated Video
Python for Data Analysis: Step-By-Step with Projects - Overview of Data Types, Numeric, Define Variables
This video is an overview of data types, numeric, define variables.
r/>
This clip is from the chapter "Python Crash Course" of the series "Python for Data Analysis: Step-By-Step with Projects".This section gives you a crash...
r/>
This clip is from the chapter "Python Crash Course" of the series "Python for Data Analysis: Step-By-Step with Projects".This section gives you a crash...
Curated Video
Python 3 for Beginners:Introduction to Variables and Strings
Welcome to this video where we will explore the basics of variables and strings in Python. We will learn how to assign values to variables, choose meaningful variable names, and manipulate strings using indices. We will also cover the...
Curated Video
Python 3 for Beginners: Numeric Operations and Math Calculations
In this Python programming lesson, we learn about numbers and how they are used in Python. The lesson covers integers and floating-point numbers, their data types, and how to perform numerical operations such as addition, subtraction,...
Packt
Resource Updating Endpoints: Part I
REST APIs and Mongoose (Task App): Resource Updating Endpoints: Part I
<
br/>
This clip is from the chapter "REST APIs and Mongoose (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you...
<
br/>
This clip is from the chapter "REST APIs and Mongoose (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you...
Curated Video
TypeScript for Beginners - Array Interfaces
This video demonstrates how to work with array interfaces.<br/<br/>>
This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces and explains how to use them.
This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces and explains how to use them.
Curated Video
Comprehensive Android Developer Bootcamp - Booleans
Deep Dive into Java Programming Language:Booleans
r/>
This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section introduces you to the...
r/>
This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section introduces you to the...
Curated Video
Comprehensive Android Developer Bootcamp - Navigate to Another Activity
Understanding Android Activities and Life Cycles:Navigate to Another Activity
r/>
This clip is from the chapter "Understanding Android Activities and Life Cycles" of the series "The Comprehensive Android Developer...
r/>
This clip is from the chapter "Understanding Android Activities and Life Cycles" of the series "The Comprehensive Android Developer...
Rachel's English
IMPOSSIBLE! [or NOT?] – Learn English Conversation in 4 Hours Part 16
If you want to know how to learn English conversation, improve your English comprehension, think in English, speak faster and stop translating in your head this video is just for you! English conversation practice is the best way to move...
Curated Video
Understanding Units of Data Measurement
This video tutorial provides a comprehensive explanation of the different measurements of data used in GCSE Computer Science courses in the UK, covering units like bits, nibbles, bytes, kilobytes, and beyond. It also highlights the...
Curated Video
Python 3 for Beginners: String Concatenation and String Repetition in Python
In this helpful tutorial video, you'll learn all about string concatenation, the process of combining two or more strings into one. From using the plus sign to concatenate strings, to repeating a string multiple times, this video covers...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Inheritance, subclasses and complete example class
A look at how to format print statements and use special characters within strings
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is...
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is...
Curated Video
Multi-Paradigm Programming with Modern C++ - General Guidelines
Some guidelines cannot be enforced efficiently. They are still important, especially the guidelines concerning Philosophy, Architectural Ideas, and Non-Rules and myths.
• Express ideas directly in code, because compilers don’t...
• Express ideas directly in code, because compilers don’t...
Curated Video
Complete Modern C++ - Raw String Literals (C++11)
This video introduces the C++11 raw string literals and explains their purpose and usage.
r/>
This clip is from the chapter "File Input and Output" of the series "Complete Modern C++".This section explains about functions in...
r/>
This clip is from the chapter "File Input and Output" of the series "Complete Modern C++".This section explains about functions in...
Curated Video
C++ Standard Template Library in Practice - Sorting and Gathering - std::find_first_of, std::adjacent_find
The listener is new to algorithms and does not know about the misc finding algorithms.
• Introduce the listener to the std::find_first_of, std::adjacent_find algo
rithm
• Show how it works and explain the different...
• Introduce the listener to the std::find_first_of, std::adjacent_find algo
rithm
• Show how it works and explain the different...
All Ears English
Strings, Systems, and Society - All Ears English Podcast 1728
It's about who you know, not what you know. Today learn a super common expression that means that someone helps you get an opportunity in English
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - String class - Introduction and Exercise - Print Each Word and Char On
In this video, we will learn about string class - introduction and exercise - print each word and char on.
r/>
This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In...
r/>
This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Template Strings
JavaScript Crash Course: Template Strings
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...
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...