Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Tip 18: How to Motivate the Team to Reach for the Stars
Tip 18: How to Motivate the Team to Reach for the Stars
Curated Video
Confronting Cellulite and Stretch Marks: Scientific Advances and Treatments
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...
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 5 - GitHub Integration
We will check and execute our ATM simulation program and learn to upload the program on GitHub.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Complete File Structure Review of the OpenAI ChatGPT
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Following
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.
Curated Video
The Art of Doing - Web Development for Beginners - JavaScript Data Types
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...
Curated Video
Behavioral Design Patterns in C++ - Slide Deck - IV
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...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Deploying Dockers with GitHub Actions
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...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Developing GitHub Actions Workflow for Infra Deployment – Part 2
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...
Curated Video
Learning GitHub Actions for DevOps CI/CD - GitHub_Artifacts
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...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Default GitHub Variables
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...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Environment Variables
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...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Running the Workflow and Reading the Logs
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Assignment Deployment
In this video, you will learn to create basket icons, implement them individually, and test them for functionality.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Development Branch on Git and GitHub
Here, you will learn how to develop and deploy the project branch on Git and GitHub.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Deployment
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Snapshots / 258
A DataSnapshot contains data from a Database location. Any time you read data from the database, you receive the data as a data snapshot.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Fetching Documents- II / 256
We can use the on() method to retrieve data. This method takes the event type as "value" and retrieves the snapshot of the data.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Solved: Netlify Errors / 147
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.
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Momentum
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...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Graphics Cards and Connections
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...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Impact Printers
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Introduction to Schema Registry
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...
Curated Video
The Complete Vue.js Course for Beginners - Complete Form Validation
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...