Instructional Video9:26
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - REST APIs

Higher Ed
This video explains REST API, which is a collection of six architectural constraints. In common language between developers, REST APIs point to a collection of HTTP methods that are resource-based. This clip is from the chapter "Client /...
Instructional Video5:38
Curated Video

Vue.js 3 and Firebase for Beginners - Retrieving Admin Users

Higher Ed
This video explains how to retrieve admin users from our database and to check whether the admin property is set to True. As we will be retrieving users, we can create a reference to the database collection inside the Firebase file. This...
Instructional Video7:38
Curated Video

Vue.js 3 and Firebase for Beginners - Adding Users

Higher Ed
This video explains how to add new users to the website who can access the entire website. We need to set up a way to allow only authorized admin users into the admin section. We will do this using custom claims. This clip is from the...
Instructional Video8:15
Curated Video

Vue.js 3 and Firebase for Beginners - Creating Orders

Higher Ed
This video explains the code to create a new order, which follows a similar pattern to creating a new pizza. This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This section...
Instructional Video7:31
Curated Video

Vue.js 3 and Firebase for Beginners - Adding Pizzas to the Database

Higher Ed
This video explains how to work with the database to add pizzas using dbPizzaRef and dbOrderRef. This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This section explains the...
Instructional Video7:31
Curated Video

Vue.js 3 and Firebase for Beginners - Firebase Setup

Higher Ed
This video explains the setup of Firebase and how to set up the project on the application. This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This section explains the...
Instructional Video6:36
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - List Interface - Methods to Add, Remove, and Change Elements and Lists

Higher Ed
In this video, you will learn about the list interface and methods to add, remove, and change elements and lists.
Instructional Video3:17
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 01 - Java Collections - Section Overview with Need for Collections

Higher Ed
In this video, you will learn about Java collections with a section overview with the need for collections.
Instructional Video4:37
Instructional Video2:46
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Java Wrapper Classes - an Introduction - Why and What?

Higher Ed
In this video, you will learn about Java wrapper classes—an introduction—why and what.
Instructional Video17:20
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 5

Higher Ed
In the final lesson on the payroll system, we will focus on grouping our employees' class based on the department they work in and make changes to our classes to display the results.
Instructional Video6:40
Curated Video

Deep Learning - Crash Course 2023 - Python Basics - Containers in Python

Higher Ed
In this video, you will learn about tuples, sets, and dictionaries. This clip is from the chapter "Python Crash Course on Basics" of the series "Deep Learning - Crash Course 2023".In this section, we will work on our foundation of Python...
Instructional Video5:27
Curated Video

A Detailed Guide to the OWASP Top 10 - API3:2023 Broken Object Property Level Authorization

Higher Ed
In this session, we will uncover the dangers of Broken Object Property Level Authorization and learn effective prevention techniques.
Instructional Video3:25
Curated Video

A Detailed Guide to the OWASP Top 10 - API Endpoints

Higher Ed
In this video, we will learn about API endpoints, their role in API architecture, and how they interact with web applications.
Instructional Video3:38
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - What is AWS?

Higher Ed
In this lecture, you will learn the basics about Amazon Web Services, what it includes and offers, and how to become a professional AWS user.
Instructional Video5:47
Curated Video

The Art of Doing - Web Development for Beginners - Collectors Project Preview

Higher Ed
In this video, we will get a sneak peek at our next project, the "Collectors" web page, where we will showcase our collection of Pokémon. This clip is from the chapter "Advanced HTML Tags" of the series "The Art of Doing - Web...
Instructional Video22:02
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Cookies for State Management

Higher Ed
In this video, you will learn, with code examples from a running project, to demonstrate how cookies are used for state management. This clip is from the chapter "State Management in ASP.NET Core" of the series "ASP.NET 6.0 - Build...
Instructional Video10:34
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - 3D Foliage Particle Setup

Higher Ed
In this lesson, we will find out how to set up a particle system for the other variances in our foliage collections. We will make use of particles to place each collection created onto a preview plane to ensure that the density of our...
Instructional Video10:03
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - Setting Up Grass Foliage Particles

Higher Ed
In this lesson, we will set up our particle system to be used for placing foliage within a terrain. We will make use of our created 3D foliage and start adjusting parameters for placing density in each of our collections individually....
Instructional Video11:12
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - Organizing the Project

Higher Ed
In this lesson, you will learn how to fix issues with the overall sorting of a foliage pack in Blender. We will take our time to rename and pack our plants in different collections to have better control over what we have created. This...
Instructional Video10:33
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - Using Particles to Populate 3D Flowers with Petals

Higher Ed
In this lesson, we will be using another one of Blender's functionalities, the particle system. We will use it to decorate the stem full of flowers. This clip is from the chapter "Using Blender Particle Emitter to Create Foliage" of the...
Instructional Video16:06
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Create Blog Post / 167

Higher Ed
After creating the conditional authorization in the previous lesson, we will now create a blog post in the WriteNode application.
Instructional Video14:09
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Adding and Deleting Documents / 257

Higher Ed
The simplest way to delete data is to call removeValue() on a reference to the location of that data. We can also delete data by specifying null as the value.