Instructional Video6:30
Curated Video

Vue.js 3 and Firebase for Beginners - Views and Routes

Higher Ed
In this video, the author provides insights into the views and routes folders, along with their specific locations within the code structure. This information will help you navigate the code structure effectively and streamline your...
Instructional Video14:32
Curated Video

Linux Crash Course for Beginners - 2023 - Linux File Editor

Higher Ed
In this video, we will cover the Linux file editor. You will learn about vi editor.
Instructional Video13:24
Curated Video

Linux Crash Course for Beginners - 2023 - Filters / Text Processing Commands

Higher Ed
In this video, you will learn a few filters / text processing commands such as cut, sort, grep, awk, uniq, and wc.
Instructional Video15:25
Curated Video

Fundamentals of Neural Networks - Lab 1 - RNN in Text Classification

Higher Ed
This video demonstrates how to design a recurrent neural network or RNN. This clip is from the chapter "Recurrent Neural Networks" of the series "Fundamentals in Neural Networks".This section explains NLP, we will start with recurrent...
Instructional Video9:12
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - onPress Events with React Native without Using ChatGPT

Higher Ed
In this video, we will explore how to create onPress events in React Native without relying on ChatGPT. We will walk through the process of adding functionality to a button that triggers a specific action when pressed. This tutorial will...
Instructional Video12:09
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Code Along at a Fast Pace to the Article Component in React Native

Higher Ed
This video is a fast-paced code-along session where you will learn how to build an articles component for your React Native application using ChatGPT analysis. By the end of this video, you will have a functional articles component that...
Instructional Video11:12
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Backchecking ChatGPT Code Creation and Fine-Tuning React Native

Higher Ed
In this video, you will learn how to backcheck the code generated by ChatGPT for your React Native project and fine-tune it to fit your specific requirements. You will learn how to leverage ChatGPT to generate code for different...
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 Video5:37
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - React Native Basic Hello World for Absolute Beginners - ChatGPT Project

Higher Ed
This video is a beginner's tutorial for creating a React Native "Hello World" application with the ChatGPT project, covering the basics of setting up a project, creating a component, and rendering it in the simulator or on a device. By...
Instructional Video6:10
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Marketing Dashboard Part 2

Higher Ed
This is a continuation of the previous lesson on creating a dashboard, including the marketing information from campaigns collected in part 1.
Instructional Video11:04
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Designing Callout Numbers and Tables

Higher Ed
This video will look at using numbers and tables in tabular form. We will look at the options of Tableau to classify data into tables or lists of values, similar to a spreadsheet.
Instructional Video9:58
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Exercise 3-3

Higher Ed
In this exercise, we will load the customer excel file into the tableau, recreate this dashboard with a desktop browser, and fix its size.
Instructional Video9:56
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Selecting a Chart Type Part 1

Higher Ed
In this video, you will learn to choose the correct chart type to visualize our data efficiently and correctly.
Instructional Video7:52
Instructional Video5:06
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Exploring New Java API - Files - readString and writeString Methods

Higher Ed
In this video, let's look at a few files-related methods that were introduced in JDK 11.
Instructional Video4:44
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - Understanding Java New Features - an Overview

Higher Ed
In this video, let's look at the important Java features that were introduced across different Java releases.
Instructional Video3:35
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 10 - Java Arrays - Using Person Objects and String Elements with Exercises

Higher Ed
In this video, you will learn about Java arrays—using person objects and string elements with exercises.
Instructional Video8:38
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - String Class - Introduction and Exercise - Print Each Word and Char On

Higher Ed
In this video, you will learn about the string class with an exercise—print each word and char on.
Instructional Video10:35
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Styling the Index App EJS and CSS

Higher Ed
This video explains styling the index app EJS and CSS. This clip is from the chapter "EJS Templating Engines with Express" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This section focuses on EJS...
Instructional Video5:15
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - CSS Homepage Styling for EJS with Express

Higher Ed
This video explains how to do CSS homepage styling for EJS with Express. This clip is from the chapter "EJS Templating Engines with Express" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This...
Instructional Video11:11
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - CSS Styling with Templating Engines

Higher Ed
This video demonstrates how to do CSS styling with templating engines. This clip is from the chapter "EJS Templating Engines with Express" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This...
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:05
Curated Video

Chatbots Development with Amazon Lex - Responses with Boto

Higher Ed
After creating a query with Boto and obtaining responses from the chatbot, we will look at the responses obtained with Boto.
Instructional Video8:24
Curated Video

Chatbots Development with Amazon Lex - Integration with Boto

Higher Ed
In this lesson, we will discuss deploying our chatbot using code. We will not use a built-in application such as Twilio; instead, we will use a Python library, Boto.