Instructional Video7:17
Curated Video

Confronting Cellulite and Stretch Marks: Scientific Advances and Treatments

6th - Higher Ed
Discover the latest scientific innovations aimed at combating common skin concerns: cellulite and stretch marks. This video explains why these skin conditions predominantly affect women and introduces cutting-edge treatments like...
Instructional Video3:24
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 5 - GitHub Integration

Higher Ed
We will check and execute our ATM simulation program and learn to upload the program on GitHub.
Instructional Video3:36
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Complete File Structure Review of the OpenAI ChatGPT

Higher Ed
In this video, we will do a complete file structure review of the OpenAI ChatGPT project and discuss the purpose of each file and directory.
Instructional Video14:03
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Following

Higher Ed
In this video, you will learn how to implement the "Follow" feature in our Twitter Clone app by creating the necessary API endpoints and integrating them into our frontend.
Instructional Video14:10
Curated Video

The Art of Doing - Web Development for Beginners - JavaScript Data Types

Higher Ed
In this video, we will dive into different data types in JavaScript, including strings, numbers, Booleans, objects, and undefined. You will learn how to work with these data types and understand their properties and methods. This clip is...
Instructional Video7:48
Curated Video

Behavioral Design Patterns in C++ - Slide Deck - IV

Higher Ed
In this video, we will see how only a particular slide should be displayed in the output, which is recently added or modified. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section...
Instructional Video7:22
Curated Video

Learning GitHub Actions for DevOps CI/CD - Deploying Dockers with GitHub Actions

Higher Ed
Learn how to deploy Docker containers using GitHub Actions in this video tutorial. This clip is from the chapter "Building, Pushing, and Deploying Docker Containers" of the series "Learning GitHub Actions for DevOps CI/CD".This section...
Instructional Video7:15
Curated Video

Learning GitHub Actions for DevOps CI/CD - Developing GitHub Actions Workflow for Infra Deployment – Part 2

Higher Ed
This is the second of the two-part video where you will update/enhance the code file, then push it to the repository and test it right away. This clip is from the chapter "GitHub Actions for Infrastructure Deployment" of the series...
Instructional Video3:36
Curated Video

Learning GitHub Actions for DevOps CI/CD - GitHub_Artifacts

Higher Ed
This video explains in-depth about GitHub_Artifacts. This clip is from the chapter "GitHub Actions: Exploring the Features" of the series "Learning GitHub Actions for DevOps CI/CD".This section focuses on exploring the features of GitHub...
Instructional Video3:57
Curated Video

Learning GitHub Actions for DevOps CI/CD - Default GitHub Variables

Higher Ed
This video explains the default GitHub variables and its use cases. This clip is from the chapter "GitHub Actions: Exploring the Features" of the series "Learning GitHub Actions for DevOps CI/CD".This section focuses on exploring the...
Instructional Video9:47
Curated Video

Learning GitHub Actions for DevOps CI/CD - Environment Variables

Higher Ed
This video explains environment variables in detail. Here, you will look at different ways of creating variables and using their values inside our workflows. This clip is from the chapter "GitHub Actions: Exploring the Features" of the...
Instructional Video9:25
Curated Video

Learning GitHub Actions for DevOps CI/CD - Running the Workflow and Reading the Logs

Higher Ed
This video helps you with running the workflow and reading the logs. This clip is from the chapter "Introduction to the GitHub Action Workflows" of the series "Learning GitHub Actions for DevOps CI/CD".This section provides an...
Instructional Video4:05
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Assignment Deployment

Higher Ed
In this video, you will learn to create basket icons, implement them individually, and test them for functionality.
Instructional Video10:05
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Development Branch on Git and GitHub

Higher Ed
Here, you will learn how to develop and deploy the project branch on Git and GitHub.
Instructional Video5:55
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Deployment

Higher Ed
In this video, you will learn how to deploy our project on an online server. The first method involves pushing our project from the local system to a GitHub repository to Netlify or any other server we choose. The second way is to push...
Instructional Video6:02
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Snapshots / 258

Higher Ed
A DataSnapshot contains data from a Database location. Any time you read data from the database, you receive the data as a data snapshot.
Instructional Video4:27
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Fetching Documents- II / 256

Higher Ed
We can use the on() method to retrieve data. This method takes the event type as "value" and retrieves the snapshot of the data.
Instructional Video3:16
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Solved: Netlify Errors / 147

Higher Ed
In this lesson, you will learn to deploy Netlify, which helps accelerate the time to deploy website and app integrations and APIs on one powerful serverless platform.
Instructional Video6:13
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Momentum

Higher Ed
In this video, you will learn about momentum. This clip is from the chapter "In-Depth: Gradient Descent" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this optional section, we will dive deeper into...
Instructional Video12:52
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Graphics Cards and Connections

Higher Ed
Monitors don't create the images they display; that's the graphics card's job. Graphics cards come with different features and capabilities that a good tech understands very well. This clip is from the chapter "Book Chapter 17 - Display...
Instructional Video3:54
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Impact Printers

Higher Ed
Impact (or dot matrix) printers use a mechanical print head with print wires that strike a ribbon to print on paper. Impact printers are still around, and techs need to know how they work for maintenance and service. Mike describes the...
Instructional Video4:57
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Introduction to Schema Registry

Higher Ed
In this video, you will be introduced to Schema Registry and how the Producer and Consumer interacts with Schema Registry. This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data...
Instructional Video4:38
Curated Video

The Complete Vue.js Course for Beginners - Complete Form Validation

Higher Ed
In this video, we will discuss form validations and how to remove an error if it occurs. This clip is from the chapter "Form and Validation" of the series "The Complete Vue.js Course for Beginners".In this section, we will look at forms...