Curated Video
Building Microservices API in Go - JWT Tokens
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...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - FlatList in React Native and Displaying Data
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...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Connection Database to the ChatGPT Project-Made App
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...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Customize React-Native Database for ChatGPT Project
This video helps in understanding how to build a custom database for your React Native project with ChatGPT.
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Connecting to Data Sources
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 12 - Java Dates - Exploring LocalDate - Creation and Methods to Play with D
In this video, you will learn about Java dates and explore LocalDate—creation and methods to play with D.
Curated Video
Robots at Home: The Future of Domestic Automation
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...
Curated Video
Harnessing Brain Power: Enhancing Agility and Memory
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...
Curated Video
Mastering Memory: Techniques to Boost Your Brainpower
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Understanding Spring Boot Magic - Autoconfiguration
In this video, let's look at Spring Boot autoconfiguration.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Understanding REST API – 10,000 Feet Overview
In this video, we will understand the fundamentals of REST API.
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up Auth0 with Express and Passport
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.
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Facebook Developers Platform and API Creation
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...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Code Along to the Google Strategy Authentication from Passport with SQLite3
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...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Database Schema for SQLite3
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Deadlines and Constraints
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Link Tasks and Add Dependencies
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Switch Views
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Work with the Project Ribbon and Commands
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Exercise 05-1
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Switch Between Tables
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...
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Exception Handling
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Inheritance
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Stringbuilder
Here, we will look at the StringBuilder, which creates a mutable or modifiable succession of characters in the strings class.