Englishing
ESL - Dialogue Writing (A step-by-step guideline)
Writing dialogue is hard work. However, there is a step-by-step guideline that you need to follow. In this video lesson, Mr. P. will teach you the rules you need to follow in order to write a good dialogue, and he will provide examples...
Curated Video
The Full Stack Web Development - Objects and Classes
Backend Programming with PHP: Objects and Classes This clip is from the chapter "Backend Programming with PHP" of the series "The Full Stack Web Development".Here, we talk about all the basics of PHP and move on to OOP, integrate MySQL,...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Writing a New Git Object with a git hash-object
This video illustrates how to write a new Git object with a git hash-object. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how...
All Ears English
Top 3 Christmas 80’s Movies - All Ears English Podcast
Find out the best Christmas movies, in English, from the 1980’s. You have to watch these!
IDG TECHtalk
Using f-strings in Python to format output
The f-string feature in Python lets you format output in strings by using convenient text templates. This walkthrough shows you the basics of how to use f-string formatting in your code.
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project handoff: Bringing it together
Project execution and completion for quote finder using the implemented hash table class This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Tarver Academy
Olan Rogers "Victory Pending" Quote
In This Episode, Tyler Teaches Us About Olan Rogers' "Victory Pending" Quote
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - JavaScript Data types
JavaScript Crash Course: JavaScript Data types 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 JavaScript,...
Curated Video
Django3- Variables, Strings, Int, and Print
In this video, we will look at variables, strings, int, and print. This clip is from the chapter "Python Refresher" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will take a quick Python...
Curated Video
Dive Into Ansible - From Beginner to Expert in Ansible - Introduction to Data YAML Ain't Markup Language (YAML)
This video focuses on YAML, a playbook language and explains how the language can be used effectively. This clip is from the chapter "Ansible Playbooks Introduction" of the series "Dive Into Ansible - From Beginner to Expert in...
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
Beginning Python (Video 13)
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 in a...
Packt
Callback Chaining
Asynchronous Node.js (Weather App): Callback Chaining This clip is from the chapter "Asynchronous Node.js (Weather App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Demonstration - Run Templates with PS
In this video, we will cover demonstration - run templates with PS. This clip is from the chapter "Azure Administration" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces PowerShell and its module...
Oxford Comma
5 Easy Ways Quotes Can Help You Write Better Papers Faster
Many academic assignments require quotes. But, if you're not careful, quotes can actually make your writing look rushed, sloppy, or uniformed. Thankfully, it's not hard to properly implement quotes into a paper, and doing so will help...
Packt
Create a fake REST API Using JSON Server
Microposts Project - CRUD Front End (Webpack & Babel): Create a fake REST API Using JSON Server This clip is from the chapter "Microposts Project - CRUD Front End (Webpack & Babel)" of the series "Modern JavaScript from the Beginning".In...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Template Strings
JavaScript Crash Course: Template Strings 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 JavaScript, Data...
Curated Video
Python 3 for Beginners: Booleans and Boolean Logic
In this video, viewers will learn all about Booleans and Boolean logic. The video explains that Booleans can only have two possible values- true or false- and how to assign them to variables. The operators used for comparing numeric...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - PHP Code Injection
This video shows you how to use PHP code to perform system hacking. This clip is from the chapter "System Hacking and Exploitation" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn...
Curated Video
The Full Stack Web Development - Getting Started With MongoDB
MongoDB - Learning NoSQL Database Design: Getting Started With MongoDB This clip is from the chapter "MongoDB - Learning NoSQL Database Design" of the series "The Full Stack Web Development".Here, we look into MongoDB which is a no SQL...
Packt
Heroku Deployment
Sending Emails (Task App): Heroku Deployment 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 about sending emails.
Curated Video
Modern HTML and CSS from the Beginning (Including Sass) - Grid Template Areas
CSS Grid: Grid Template Areas This clip is from the chapter "CSS Grid" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In this Section, we’ll learn about CSS Grid.
Curated Video
Data Science and Machine Learning with R - Basic Types
This video explains basic types in R. This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video explains data types and...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Special methods and what they are
Working with strings and variables to handle text 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.