Instructional Video13:49
Curated Video

DevOps and CICD Easily Explained

Higher Ed
DevOps is an agile development practice and mindset that uses agile principles (collaboration, communication, utilizing the right tools) to streamline software building, testing, and release. CI/CD is a DevOps tactic, which makes use of...
Instructional Video1:06
Curated Video

Learn JavaScript from Scratch JavaScript for Everyone - Summary - Final Project

Higher Ed
This video gives a summary of the last 2 sections. This clip is from the chapter "Final Project" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".In this section, you'll get the brief of your final JavaScript project.
Instructional Video7:50
Curated Video

Learn JavaScript from Scratch JavaScript for Everyone - String Methods

Higher Ed
In this video, you'll learn how to work with string methods. This clip is from the chapter "Coding with JavaScript" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".In this section, you'll get started with coding in...
Instructional Video5:28
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Applying HTML Tags - Coding Challenge

Higher Ed
This video shows how to apply HTML tags. This clip is from the chapter "Creating Web Pages with HTML5" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section demonstrates how to create web pages with HTML5.
Instructional Video3:55
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Using Hover Anchor in Pseudo-class

Higher Ed
This video provides a challenge to use hover anchor in pseudo-class. This clip is from the chapter "Cascading Style Sheets (CSS) Challenges" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you...
Instructional Video3:19
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - JavaScript Document Object Model (DOM) Introduction

Higher Ed
This video provides an introduction to the JavaScript Document Object Model (DOM). This clip is from the chapter "JavaScript Document Object Model (DOM)" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section...
Instructional Video2:09
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Introduction to Front-end Web Design and Development

Higher Ed
This video introduces you to front-end web design and development. This clip is from the chapter "Introduction to Getting Started with Web Design" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section provides...
Instructional Video2:08
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Creating Websites Using Modern HTML and HTML5 Coding

Higher Ed
This video explains how to create websites using modern HTML and HTML5 coding. This clip is from the chapter "Creating Web Pages with HTML5" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section demonstrates how...
Instructional Video1:55
Curated Video

Mastering Fine-tuning for NLP Applications

12th - Higher Ed
In this lesson, you will learn about the powerful technique of fine-tuning pre-trained models for specific natural language processing (NLP) applications. You will cover key concepts and the necessary steps required to successfully...
Instructional Video0:54
Curated Video

I WONDER - Who Invented JAVA?

Pre-K - 5th
This video is answering the question of who invented JAVA.
Instructional Video0:46
Curated Video

I WONDER - What Systems Use JAVA?

Pre-K - 5th
This video is answering the question of what systems use JAVA.
Instructional Video0:52
Curated Video

I WONDER - What Is An Algorithm?

Pre-K - 5th
This video is answering the question of what is an algorithm.
Instructional Video1:16
Curated Video

I WONDER - What Is AI?

Pre-K - 5th
This video is answering the question of what is AI.
Instructional Video1:25
Curated Video

I WONDER - What Is A URL?

Pre-K - 5th
This video is answering the question of what is a URL.
Instructional Video1:37
Curated Video

I WONDER - What Industries Can AI Help?

Pre-K - 5th
This video is answering the question of what industries can AI help.
Instructional Video0:50
Curated Video

I WONDER - What Does AI Do?

Pre-K - 5th
This video is answering the question of what does AI do.
Instructional Video0:39
Curated Video

I WONDER - How Was JAVA Named?

Pre-K - 5th
This video is answering the question of how was JAVA named.
Instructional Video0:48
Curated Video

I WONDER - How Popular Is JAVA?

Pre-K - 5th
This video is answering the question of how popular is JAVA.
Instructional Video0:56
Curated Video

I WONDER - How Is AI Evolving?

Pre-K - 5th
This video is answering the question of how is AI evolving.
Instructional Video0:54
Curated Video

I WONDER - How Can AI Be Used?

Pre-K - 5th
This video is answering the question of how can AI be used.
Instructional Video1:17
Curated Video

Secure coding control

Higher Ed
In this video, we will be discussing the importance of secure coding control. With the increasing number of cyber attacks and data breaches, it is crucial for developers to implement secure coding practices to protect sensitive...
Instructional Video19:28
APMonitor

Find Equation Roots with Excel

10th - Higher Ed
Two examples show how to (1) find the roots of a cubic equation and (2) find the roots of the Redlich Kwong equation of state that relates pressure and temperature to molar volume for read gasses.
Instructional Video7:46
APMonitor

Solve Linear Equations with Python

10th - Higher Ed
Linear equations such as A*x=b are solved with NumPy in Python. This tutorial demonstrates how to create a matrix (A) and vector (b) as NumPy arrays and solve the set of equations with linalg.solve
Instructional Video5:10
Curated Video

Predictive Analytics with TensorFlow 1.4: Vectors, Matrices, and Graphs

Higher Ed
We will discuss vectors, metrics, and tensors, which are some fundamental topics for learning predictive analytics. • Understand vectors and matrices • Find transpose of matrix