Curated Video
DevOps and CICD Easily Explained
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...
Curated Video
Learn JavaScript from Scratch JavaScript for Everyone - Summary - Final Project
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.
Curated Video
Learn JavaScript from Scratch JavaScript for Everyone - String Methods
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...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Applying HTML Tags - Coding Challenge
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.
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Using Hover Anchor in Pseudo-class
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...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - JavaScript Document Object Model (DOM) Introduction
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...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Introduction to Front-end Web Design and Development
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...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Creating Websites Using Modern HTML and HTML5 Coding
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...
Curated Video
Mastering Fine-tuning for NLP Applications
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...
Curated Video
I WONDER - Who Invented JAVA?
This video is answering the question of who invented JAVA.
Curated Video
I WONDER - What Systems Use JAVA?
This video is answering the question of what systems use JAVA.
Curated Video
I WONDER - What Is An Algorithm?
This video is answering the question of what is an algorithm.
Curated Video
I WONDER - What Industries Can AI Help?
This video is answering the question of what industries can AI help.
Curated Video
I WONDER - How Was JAVA Named?
This video is answering the question of how was JAVA named.
Curated Video
I WONDER - How Popular Is JAVA?
This video is answering the question of how popular is JAVA.
Curated Video
I WONDER - How Is AI Evolving?
This video is answering the question of how is AI evolving.
Curated Video
I WONDER - How Can AI Be Used?
This video is answering the question of how can AI be used.
Curated Video
Secure coding control
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...
APMonitor
Find Equation Roots with Excel
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.
APMonitor
Solve Linear Equations with Python
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
Curated Video
Predictive Analytics with TensorFlow 1.4: Vectors, Matrices, and Graphs
We will discuss vectors, metrics, and tensors, which are some fundamental topics for learning predictive analytics. • Understand vectors and matrices • Find transpose of matrix