Instructional Video8:14
Curated Video

Building Microservices API in Go - JWT Tokens

Higher Ed
In this video, we will introduce JWT tokens and discuss how to store claims inside the token. We will also cover the concept of token validity and discuss best practices for managing JWT tokens in our application. This clip is from the...
Instructional Video11:13
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - FlatList in React Native and Displaying Data

Higher Ed
This video helps you in using FlatList in React Native to display data in your application's user interface. You will learn how to fetch and parse data from APIs or databases, as well as how to render the data in a scrollable list using...
Instructional Video3:46
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Connection Database to the ChatGPT Project-Made App

Higher Ed
In this video, you will learn how to connect a database to your ChatGPT project-made app, covering the key steps to integrating your database with your application's user interface. The tutorial will also cover some common issues and...
Instructional Video4:43
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Customize React-Native Database for ChatGPT Project

Higher Ed
This video helps in understanding how to build a custom database for your React Native project with ChatGPT.
Instructional Video7:30
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Connecting to Data Sources

Higher Ed
After learning how to prepare and structure datasets for Tableau, we will connect the tool to different types of data sources to create visualizations on the platform.
Instructional Video7:13
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 12 - Java Dates - Exploring LocalDate - Creation and Methods to Play with D

Higher Ed
In this video, you will learn about Java dates and explore LocalDate—creation and methods to play with D.
Instructional Video8:00
Curated Video

Robots at Home: The Future of Domestic Automation

6th - Higher Ed
Explore the rapid evolution of robots from mere concepts to essential household companions that handle chores, assist with homework, and even cook meals. Discover how advancements in robotics are integrating intelligent, humanoid...
Instructional Video7:43
Curated Video

Harnessing Brain Power: Enhancing Agility and Memory

6th - Higher Ed
Dive into the fascinating world of brain agility and memory enhancement. Learn how repetitive activities like juggling can physically alter the brain, increasing gray matter in key areas. This video highlights the science behind brain...
Instructional Video7:32
Curated Video

Mastering Memory: Techniques to Boost Your Brainpower

6th - Higher Ed
Unlock the secrets to enhancing your memory through proven techniques and understanding how the brain processes information. This video dives into practical methods for improving memory, from leveraging mind maps and associating learning...
Instructional Video7:27
Instructional Video4:45
Instructional Video3:53
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up Auth0 with Express and Passport

Higher Ed
This video helps you with setting up Auth0 with Express and Passport. This clip is from the chapter "Auth0" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This section focuses on Auth0 in detail.
Instructional Video4:10
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Facebook Developers Platform and API Creation

Higher Ed
This video talks about the Facebook Developers platform and API creation. This clip is from the chapter "Facebook Authentication and Passport Login" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and...
Instructional Video14:43
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Code Along to the Google Strategy Authentication from Passport with SQLite3

Higher Ed
This video is a demonstration, and you will code along with the instructor to create Google Strategy Authentication from Passport with SQLite3. This clip is from the chapter "Google Authentication with Express and Passport" of the series...
Instructional Video7:15
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Database Schema for SQLite3

Higher Ed
This video explains the database schema for SQLite3. This clip is from the chapter "Database Creation with SQLite3" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This section focuses on database...
Instructional Video6:58
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Deadlines and Constraints

Higher Ed
In this video, learn to use deadlines and constraints in Project 2021, and add constraints to tasks, such as Start No Earlier Than (SNET), Finish No Later Than (FNLT), Must Start On (MSO), and Must Finish On (MFO), and use the task...
Instructional Video7:38
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Link Tasks and Add Dependencies

Higher Ed
In this video, we will learn to link tasks, add dependencies in Project 2021, and create Finish-to-Start, Start-to-Start, Finish-to-Finish, and Start-to-Finish dependencies between tasks, as well as use the task inspector to view and...
Instructional Video3:49
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Switch Views

Higher Ed
This video explains switching between different views in Project 2021, such as the Gantt Chart view, Task Usage view, and Resource Sheet view. Explore how to customize views, save custom views, and quickly switch between views. This clip...
Instructional Video8:18
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Work with the Project Ribbon and Commands

Higher Ed
This video illustrates the Project 2021 ribbon and its commands. Learn to use the ribbon to access commands and customize it to suit your needs. Learn how to work with contextual tabs that appear when specific objects are selected. This...
Instructional Video2:41
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Exercise 05-1

Higher Ed
In the exercise demonstration, we will create task dependencies based on information from a spreadsheet, practice adding lag and lead times, and use filters to show all milestone tasks. This clip is from the chapter "Dependencies and...
Instructional Video2:48
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Switch Between Tables

Higher Ed
This video covers switching between different tables in Project 2021, such as the Task table, Resource table, and Assignment table. Learn to customize tables, save custom tables, and switch between different tables quickly. This clip is...
Instructional Video2:38
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Exception Handling

Higher Ed
Here, we will look at exceptions or conditions that may arise during the execution of a Java program and understand the error or exception handling codes.
Instructional Video8:09
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Inheritance

Higher Ed
In this video, we will look at inheritance in Java, where we have a superclass and a derived class, which inherits the attributes from the parent class.
Instructional Video4:36
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Stringbuilder

Higher Ed
Here, we will look at the StringBuilder, which creates a mutable or modifiable succession of characters in the strings class.