Instructional Video2:54
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Prompt Formats and Output Options

Higher Ed
This video explores different prompt formats and output options for working with ChatGPT. You will learn about the benefits and limitations of different prompt formats and approaches for selecting the right format for a particular task....
Instructional Video7:25
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - The Art of Follow-Up Prompts

Higher Ed
This video focuses on the art of follow-up prompts, designed to elicit additional information or clarification from ChatGPT. You will learn about the benefits of using follow-up prompts and strategies for creating effective follow-up...
Instructional Video3:46
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Tips for Success - Getting the Most Out of ChatGPT

Higher Ed
This video provides practical tips and advice on how to make the most of ChatGPT. Topics covered include how to phrase questions effectively, use context to improve answers and navigate ChatGPT's features and settings. This clip is from...
Instructional Video12:06
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Using External Tables

Higher Ed
In this practice video, you will apply your knowledge by creating external tables using the ORACLE_LOADER and ORACLE_DATAPUMP access drivers. Through hands-on exercises, you will gain practical experience in utilizing External Tables to...
Instructional Video12:21
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Template Structure (Optional) / 302

Higher Ed
This video explains the HTML template for the project. This clip is from the chapter "Project: notNotion" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the project on notNotion.
Instructional Video14:30
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Template Structure (Optional) / 271

Higher Ed
This video explains the HTML template for the project. This clip is from the chapter "Project: Bookmark Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a new project on...
Instructional Video9:56
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Webpack Boilerplate Code / 163

Higher Ed
This video explains the boilerplate code to be used from basic. This clip is from the chapter "Webpack" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains webpack, which is an...
Instructional Video17:45
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Fetch News Data / 245

Higher Ed
This video explains how to fetch news data for the project. This clip is from the chapter "Project: News Portal" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains how to create a...
Instructional Video14:48
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Working with News API / 244

Higher Ed
This video explains how to work with news APIs. This clip is from the chapter "Project: News Portal" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains how to create a custom news portal.
Instructional Video24:24
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Template Structure (Optional) / 243

Higher Ed
This video explains the CSS template for the project. This clip is from the chapter "Project: News Portal" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains how to create a custom...
Instructional Video12:57
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Template Structure (Optional) / 242

Higher Ed
This video explains the HTML template for the project. This clip is from the chapter "Project: News Portal" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains how to create a custom...
Instructional Video18:19
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Template Structure (Optional) / 282

Higher Ed
This video explains the HTML template for the project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a web-based Kanban...
Instructional Video11:34
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Classes / 118

Higher Ed
This video explains the class keyword, which is used to create a blueprint in OOP. This clip is from the chapter "Object-Oriented Programming" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video16:52
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Template Structure (Optional) / 231

Higher Ed
This video explains the HTML template for the project. This clip is from the chapter "Project: Budget Tracker" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a new project in which...
Instructional Video12:35
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Introduction to CSS

Higher Ed
This video introduces you to Cascading Style Sheets. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS...
Instructional Video10:33
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - HTML Semantics I

Higher Ed
This video explains HTML semantics and their importance. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS...
Instructional Video5:32
Curated Video

Constructing a Heliodome in Switzerland

6th - Higher Ed
This video presents the story of building a Heliodome in Switzerland for Herbert and Gabriella Lotscher, focusing on the use of local materials and the benefits of the design. Building Tomorrow episode 7, part 7
Instructional Video2:42
Curated Video

Design Microservices Architecture with Patterns and Principles - Cassandra NoSQL Database - Peer-to-Peer Distributed Wide Column Database

Higher Ed
The video introduces Cassandra, a popular NoSQL database known for its ability to handle massive amounts of data across distributed clusters, the features of Cassandra, peer-to-peer architecture and wide column data model, a suitable...
Instructional Video2:31
Curated Video

Design Microservices Architecture with Patterns and Principles - Graph: QLA Query Language for APIs

Higher Ed
In this video, we will explore a query language for APIs, and its benefits for microservices architectures. We will understand how GraphQL allows clients to precisely request the data they need and eliminates the problem of over-fetching...
Instructional Video2:40
Curated Video

Design Microservices Architecture with Patterns and Principles - When to Use Relational Databases

Higher Ed
The video focuses on when to use relational databases in microservices architecture and discusses the strengths and advantages of relational databases, such as data integrity, ACID compliance, and complex querying capabilities. This clip...
Instructional Video2:54
Curated Video

Design Microservices Architecture with Patterns and Principles - Design and Evaluate: Microservices Architecture with GraphQL API Design

Higher Ed
In this video, you will learn to design microservices architecture using GraphQL API design principles. We will understand the schema design, data fetching strategies, and architectural considerations when implementing GraphQL in a...
Instructional Video3:38
Curated Video

Design Microservices Architecture with Patterns and Principles - Fetching Data with REST and GraphQL

Higher Ed
In this video, we will examine the process of fetching data using both RESTful and GraphQL APIs. We will understand how REST follows a resource-based approach, while GraphQL offers flexible and fine-grained querying capabilities. This...
Instructional Video11:46
Curated Video

Foetal Sac Surgery Before the Baby is Even Born

9th - Higher Ed
What do we do if the foetal sac tears during pregnancy? Doctors can do surgery on a foetus before it’s born. That’s amazing. But, to do this, they need to pierce the sac that holds the amniotic fluid around the foetus. Patching up this...
Instructional Video3:52
Curated Video

Turning Old Coal Mines into Eco-Construction Incubators

6th - Higher Ed
Base 11/19, the last mine shaft in Loos-en-Gohelle, was transformed into an eco-construction milestone in the early 2000s. The CD2E organization, based at this site, supports over 600 eco-enterprises in the Nord-Pas-de-Calais region,...