Curated Video
Mastering Swift 2 Programming (Video 54)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Brainwaves Video Anthology
Aurora V. Archer Teaching in the Global Pandemic - Mexico
Aurora Verona Archer is an English teacher at the School of Languages and the Language Center at the Universidad Veracruzana, Xalapa, Veracruz, Mexico. She received her PhD from the University of Southampton, UK.
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 1: Object Relational Impedence Mismatch
Introduction to JPA in 10 Steps: Step 1: Object Relational Impedence Mismatch This clip is from the chapter "Introduction to JPA in 10 Steps" of the series "Master Java Web Services and REST API with Spring Boot".In this section, you...
Organizational Communication Channel
Loosely and Tightly Coupled Systems from Karl Weick
Weick explains that organizations can either be loosely or tightly coupled and that many organizations would benefit from looser coupling and distributed decision-making to become more adaptable to changes.
Brainwaves Video Anthology
Ashley Rimmer - Teaching Students How to Think
Ashley Rimmer is entering her 5th year of teaching and "Novemberized" learning some in her classroom last year. She is excited to learn new ways to empower students. She is a National Board Certified English teacher. Last year, she was...
Curated Video
Creational Design Patterns in Modern C++ - Basic Example - demonstrates how to implement the prototype pattern
This video demonstrates how to implement the prototype pattern with a basic example. • Run the app through Visual Studio • Run the app through PowerShell • Run the app through File Explorer This clip is from the chapter "Prototype" of...
Curated Video
Creational Design Patterns in Modern C++ - Pros and Cons - highlights the pros and cons of the singleton design patterns
This video highlights the pros and cons of the singleton design patterns. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger classes,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - Our First Java Class with Eclipse
In this video, we will learn about our first Java class with Eclipse. This clip is from the chapter "Introduction to Eclipse - First Java Project" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Curated Video
Finding the Word Count in a PowerPoint Presentation
In this video, the speaker demonstrates how to find the word count in a PowerPoint presentation, a feature not readily available in PowerPoint itself. By navigating through the file menu and properties section, the speaker reveals a...
Curated Video
A2 English Listening Practice - High School
This video serves as English listening comprehension practice for lower-level students. In this video, a native English speaker talks slowly and clearly about the topic of high school. The subtitles are included at the bottom of the...
NASA
Houston We Have a Podcast: Teacher on Board
Ricky Arnold, NASA Astronaut, talks about his time as an educator, his first flight on the Space Shuttle, and his plans to teach from space during his first long-duration flight on the International Space Station starting on March 21,...
Curated Video
Core Java Programming Course- Classes and Object - Exercise 2
This video presents an exercise on classes and objects. This clip is from the chapter "Object-Oriented Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section focuses on the different...
Curated Video
Complete Java SE 8 Developer Bootcamp - Interfaces: Part 2
Examples of using interfaces for polymorphism and demonstrations of new interface features that were added to Java SE 8. This clip is from the chapter "Abstract Classes and Interfaces" of the series "Complete Java SE 8 Developer...
Curated Video
Creational Design Patterns in Modern C++ - Game Implementation - Part III
This video is the third part of the six-part video that demonstrates how to add the GameManager, which creates the instances of the vehicle subclasses. This clip is from the chapter "Prototype" of the series "Creational Design Patterns...
Curated Video
Creational Design Patterns in Modern C++ - Application Framework - Implementation
This video highlights the issues with the design and demonstrates how to implement the application framework without the pattern. • Introduce std::pair and std::tuple • Create fake data for “phone book” • Show how to use the std::sort...
Curated Video
Band 9 Sample Answers about High School for IELTS Speaking - IELTS Energy Podcast 1154
Do you remember high school? Even if you don't, you might have to talk about it on your IELTS Speaking test! Listen to our strategies and sample answers for tough to remember IELTS topics.
Curated Video
C++ Developer - Dynamic Memory - Part 2
This is the second part of a two-part video that explains dynamic memory. This clip is from the chapter "Pointers" of the series "The Complete C++ Developer Course".This section discusses pointers in C++.
Zach Star
The Math Needed for Computer Science
Computer science majors have to learn a different kind of math compared to MOST other majors (with the exception of math majors, plus computer and software engineers). This kind of math is important especially for those looking to go...
Curated Video
Learning PHP 7 (Video 9)
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
Tarver Academy
Learning never exhausts the mind by Leonardo da Vinci
In This Episode, Tyler Teaches Us About Learning never exhausts the mind by Leonardo da Vinci
Packt
What are Java Collections?
This video explains Java Collections. This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Curated Video
Comprehensive Android Developer Bootcamp - Overriding Super Class Methods
Java Inheritance:Overriding Super Class Methods This clip is from the chapter "Java Inheritance" of the series "The Comprehensive Android Developer Bootcamp".This section introduces Java Inheritance and how to create its structure. You...