Hi, what do you want to do?
Curated Video
Core Java Programming Course- Super Class Constructor
This video explains the super class constructor.
r/>
This clip is from the chapter "Inheritance and Abstraction" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains inheritance and...
r/>
This clip is from the chapter "Inheritance and Abstraction" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains inheritance and...
Schooling Online
English Essentials - Next Level Knowledge - Breaking Down Questions and Formulating Arguments (Stage 6, Years/Grades 11-12)
Continue conquering comparative essays in this lesson as we break down a theme-based question. Not only will we show you how to break the question down, but we’ll also show you how to formulate a strong thesis (argument). Enjoy our easy...
Curated Video
Bash Shell Scripting - Passing Arguments
This video helps you understand how to parse arguments.
r/>
This clip is from the chapter "Getting Started - The Basics" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section...
r/>
This clip is from the chapter "Getting Started - The Basics" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section...
Curated Video
Complete Java SE 8 Developer Bootcamp - Initializing Data
The author introduces the "constructor" as a means to initialize the state of an object.
r/>
This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented...
r/>
This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented...
Curated Video
Excel VBA Programming The Complete Guide - Excel Worksheet Functions
Many of Excel's popular worksheet functions are available for use in the Visual Basic Editor. In this lesson, we implement the popular VLOOKUP function using code.
r/>
This clip is from the chapter "Functions" of the series...
r/>
This clip is from the chapter "Functions" of the series...
Curated Video
Bash Shell Scripting- Complete printf command
This video explains in detail how to write and used the printf command.
r/>
This clip is from the chapter "Complete printf command" of the series "Complete Bash Shell Scripting".This section explains how to write and used the...
r/>
This clip is from the chapter "Complete printf command" of the series "Complete Bash Shell Scripting".This section explains how to write and used the...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project: Job Scheduler using Binary Search Trees - Introduction
Go through implementation steps from concluded project<br/<br/>>
This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Curated Video
Bash Shell Scripting- How to handle the command line arguments
This video shows how to handle the command line arguments.
r/>
This clip is from the chapter "Conditional Statements - simple if, if-else, if elif elif else" of the series "Complete Bash Shell Scripting".This section covers the...
r/>
This clip is from the chapter "Conditional Statements - simple if, if-else, if elif elif else" of the series "Complete Bash Shell Scripting".This section covers the...
Packt
Reusing Functions with Variable Data
This video explains how to reuse functions with variable data.
<
br/>
This clip is from the chapter "Cucumber Behavior Driven Data – Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
<
br/>
This clip is from the chapter "Cucumber Behavior Driven Data – Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Curated Video
Complete Java SE 8 Developer Bootcamp - Varargs
Varargs allows methods to take zero or more objects.
r/>
This clip is from the chapter "Arrays" of the series "Complete Java SE 8 Developer Bootcamp".In this section, author details benefits of using various types of arrays to...
r/>
This clip is from the chapter "Arrays" of the series "Complete Java SE 8 Developer Bootcamp".In this section, author details benefits of using various types of arrays to...
Curated Video
The Modern JavaScript Bootcamp (2019) - Methods
In this video, you’re going to learn about methods. A method is nothing more than an object property with a value set to a function.
r/>
This clip is from the chapter "JavaScript Objects" of the series "The Modern JavaScript...
r/>
This clip is from the chapter "JavaScript Objects" of the series "The Modern JavaScript...
Curated Video
Excel VBA Programming The Complete Guide - Methods without Arguments
In this lesson, we'll explore three methods:
• The Workbooks.Add method to create a new Wor
kbook
• The Workbook.Save method to save a single
Workbook.
• The Range.Clear method to clear a range of values, styli
ng...
• The Workbooks.Add method to create a new Wor
kbook
• The Workbook.Save method to save a single
Workbook.
• The Range.Clear method to clear a range of values, styli
ng...
Curated Video
Excel VBA Programming The Complete Guide - Methods with Multiple Arguments
Some object methods can accept multiple arguments. In this lesson, we continue exploring the Workbooks.Open method and two of its parameters -- FileName and ReadOnly. Arguments can be fed in sequentially or with named parameters --...
Curated Video
Learning R for Data Visualization (Video 12)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Curated Video
Python for Network Forensics 2.3: Querying the Registry
In this video, we will become familiar with the Windows registry and how the key:value data store maintains OS configuration data. • Learn how to interact with the registry using regedit • Use Python to interact with the registry by...
Curated Video
Bash Shell Scripting- Installing multiple packages with for loop and command line arguments
This video shows how to install multiple packages with for loop and command line arguments.
r/>
This clip is from the chapter "Loops and Loop control statements - Part 1" of the series "Complete Bash Shell Scripting".This...
r/>
This clip is from the chapter "Loops and Loop control statements - Part 1" of the series "Complete Bash Shell Scripting".This...
Curated Video
Multi-Paradigm Programming with Modern C++ - Manipulating Data
Real-world programs manipulate data in numerous ways. You will need filtering, conversions, transformations, and so on. There is always a temptation to write a loop, but STL algorithms are preferable.
• How many ways are there...
• How many ways are there...
Curated Video
Creational Design Patterns in Modern C++ - std::shared_ptr
This video demonstrates how to use the factory method as functions and focuses on the std::shared_ptr function.
r/>
This clip is from the chapter "Factory Method" of the series "Creational Design Patterns in Modern C++".This...
r/>
This clip is from the chapter "Factory Method" of the series "Creational Design Patterns in Modern C++".This...
Curated Video
Data Science and Machine Learning with R - The Pipe Operator
This video explains pipe operator.
r/>
This clip is from the chapter "Data Manipulation in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section focuses on data manipulation...
r/>
This clip is from the chapter "Data Manipulation in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section focuses on data manipulation...
IDG TECHtalk
Tidy eval in R: A simple example
Do you want to use ggplot2, dplyr, or other tidyverse functions in your own functions? This easy example shows how.
Curated Video
REST APIs with Flask and Python - Solution to Coding Exercise: Functions
This video provides the solution to the "Functions" Python coding exercise.
r/>
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...
r/>
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...
Curated Video
Web Development with Node.JS and MongoDB (Video 29)
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
Packt
Sending Welcome and Cancelation Emails
Sending Emails (Task App): Sending Welcome and Cancelation Emails
<
br/>
This clip is from the chapter "Sending Emails (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn...
<
br/>
This clip is from the chapter "Sending Emails (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn...