Hi, what do you want to do?
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Combine Different Conditional Statements
In this video, the author demonstrates how to combine different conditional statements.
r/>
This clip is from the chapter "Python Basics- Level 3" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In...
r/>
This clip is from the chapter "Python Basics- Level 3" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In...
Curated Video
Improve Your Vocabulary - Stop Saying "Yes"
Improve your vocabulary and stop saying "Yes".
Curated Video
Improve Your Vocabulary - Stop Saying "You're Cute"
Improve Your Vocabulary - Stop Saying "You're Cute". Are you misusing the word cute? Many non natives are. Let's broaden our vocabulary and use words better suited to our intention. Improving your vocabulary can help you to...
Curated Video
Web Security: Common Vulnerabilities And Their Mitigation - Anatomy of a SQLi attack - unsanitized input and server errors
SQL Injection: Anatomy of a SQLi attack - unsanitized input and server errors
r/>
This clip is from the chapter "SQL Injection" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, we will...
r/>
This clip is from the chapter "SQL Injection" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, we will...
Curated Video
Job-Ready SQL in an Afternoon - String Replacements
In this video, we will cover string replacements.
<
br/>
This clip is from the chapter "Dates, Times, and Manipulating Data" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover dates, times, and manipulating...
<
br/>
This clip is from the chapter "Dates, Times, and Manipulating Data" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover dates, times, and manipulating...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Creating a Counting (Enumeration) Variable
Creating an enumeration or counting variable is common with survey data!
<
br/>
This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section...
<
br/>
This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section...
Curated Video
Intro To Python Programming - Ternary Operator
The ternary operator is an abbreviated way of expressing a conditional-- Using it makes you look like a sophisitcated Python programmer. You'll learn the ternary operator in this segment.
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing Return Response of Product Lambda Microservice and Manage Switch Code
This video helps in developing return response of product Lambda microservice and managing switch code.
<
br/>
This clip is from the chapter "Developing Product Lambda Microservices CRUD Functions with AWS SDK" of the series "AWS...
<
br/>
This clip is from the chapter "Developing Product Lambda Microservices CRUD Functions with AWS SDK" of the series "AWS...
Curated Video
PEP8 Guidelines Python Clean Coding - Code Layout
This video explains the major rules to align your code and how you will create your first project.
<
br/>
This clip is from the chapter "PEP 8 Code Layout" of the series "PEP8 Guidelines: Python Clean Coding".This section explains...
<
br/>
This clip is from the chapter "PEP 8 Code Layout" of the series "PEP8 Guidelines: Python Clean Coding".This section explains...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Joining Conditions Using OR Keyword
In this video, we will join two conditions using the OR keyword and execute.
<
br/>
This clip is from the chapter "Decision Control" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section is about...
<
br/>
This clip is from the chapter "Decision Control" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section is about...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Joining Conditions Using AND Keyword
In this video, we will join two conditions using the AND keyword and execute.
<
br/>
This clip is from the chapter "Decision Control" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section is about...
<
br/>
This clip is from the chapter "Decision Control" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section is about...
Curated Video
PEP8 Guidelines Python Clean Coding - Taking Inputs from the User
This video explains how to take inputs from the user.<br<br/>/>
This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This section focuses on various basic Python concepts.
This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This section focuses on various basic Python concepts.
Psychology Unlocked
Paltering: The Art of Lying Truthfully - Rogers et al. (2016)
Everybody lies. However there are different types of lying. This video explores research on "paltering" - lying by telling the truth. This intriguing form of lying can be perceived as the most unethical, and can lead to significant...
Curated Video
Introduction to ASP.NET MVC 6 (Video 14)
A lot has changed in the world of ASP.NET 5 and MVC 6, but a lot is still the same. All of the major frameworks (Web API, forms, and MVC) have been rolled out under the umbrella of a single unified programming model. There's a...
Curated Video
Next.js from Development to Deployment - Persist Logged In User
This video explains how to persist logged in user.
r/>
This clip is from the chapter "Authentication, JWT, and HttpOnly Cookies" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section...
r/>
This clip is from the chapter "Authentication, JWT, and HttpOnly Cookies" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section...
Curated Video
TypeScript for Beginners - If-Else Ladder
This video demonstrates how to use the if-else ladder.
r/>
This clip is from the chapter "Flow Control Statements" of the series "TypeScript for Beginners".This section introduces you to flow control statements and explains how...
r/>
This clip is from the chapter "Flow Control Statements" of the series "TypeScript for Beginners".This section introduces you to flow control statements and explains how...
Curated Video
The Full Stack Web Development - Geolocation - Project on Geolocation
HTML5 Programming: Geolocation - Project on Geolocation
r/>
This clip is from the chapter "HTML5 Programming" of the series "The Full Stack Web Development".In this section, we look into little more advanced HTML5. We will be...
r/>
This clip is from the chapter "HTML5 Programming" of the series "The Full Stack Web Development".In this section, we look into little more advanced HTML5. We will be...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - Introduction to Nested If Else
In this video, we will learn about nested if else.
r/>
This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals with Java - if...
r/>
This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals with Java - if...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 23 - Java Conditionals and If Statement – Introduction
This video talks about Java conditionals and if statement – introduction.
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - Separating Out Models and Add References
In this video, we'll be separating out models and add references.
r/>
This clip is from the chapter "Setting Up a Project - Bulky Book" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, we'll be...
r/>
This clip is from the chapter "Setting Up a Project - Bulky Book" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, we'll be...
Brian McLogan
Master Writing the compound inequality from a graph of the solution
Master Writing the compound inequality from a graph of the solution
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark Streaming Cluster Restart
In this session, you will learn Spark streaming cluster restart.
r/>
This clip is from the chapter "Spark Streaming" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".The section primarily focuses on Spark...
r/>
This clip is from the chapter "Spark Streaming" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".The section primarily focuses on Spark...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark DF (Group By)
In this lesson, you will learn about grouping in a single column.
r/>
This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark DataFrames in...
r/>
This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark DataFrames in...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark DF (DF to RDD)
In this video, you will learn about the process of converting DF to RDD.
r/>
This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark...
r/>
This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark...