Instructional Video5:25
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Next.Js Basics for Absolute Beginners

Higher Ed
In this video, you will learn some basics of the Next.js code to build our application using the codes we will require to run the app. You will learn to deploy the Next.js boilerplate and how to deploy the app. This clip is from the...
Instructional Video7:36
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Styling Our First Button

Higher Ed
In this video, we will add some styling to our button using Tailwind classes. This clip is from the chapter "Extra: (Optional) - React Crash Course" of the series "ChatGPT Voice-Powered Chatbot Build with React and FastAPI".In this...
Instructional Video4:14
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - What Just Happened

Higher Ed
In this video, we will take a closer look at what happened in the previous video, including how to render the component and add it to the DOM. This clip is from the chapter "Extra: (Optional) - React Crash Course" of the series "ChatGPT...
Instructional Video3:56
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Your First Component

Higher Ed
In this video, we will dive into creating our first component and explore its structure and purpose. This clip is from the chapter "Extra: (Optional) - React Crash Course" of the series "ChatGPT Voice-Powered Chatbot Build with React and...
Instructional Video3:43
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - What We Are Building - Extra: (Optional) - React Crash Course

Higher Ed
In this video, we will take a quick look at what we will be building in this React crash course. This clip is from the chapter "Extra: (Optional) - React Crash Course" of the series "ChatGPT Voice-Powered Chatbot Build with React and...
Instructional Video6:12
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Tech Stack - Frontend

Higher Ed
In this video, we will cover the frontend tech stack and tools that we will be using for the project. You will learn about React and how to set up a frontend interface. We will discuss how we will integrate the backend server into the...
Instructional Video8:44
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Adding Audio Recording Functionality

Higher Ed
In this video, we will add the functionality to record audio in our application. We will explore the necessary code and structure to achieve this feature. This clip is from the chapter "Frontend - React Web Application" of the series...
Instructional Video3:32
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Controller Recorder Container

Higher Ed
In this video, we will create the Controller Recorder Container and discuss the code that goes into it. We will also see how to use this container component for our application. This clip is from the chapter "Frontend - React Web...
Instructional Video9:43
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Title Component - Part I (Reset Function)

Higher Ed
In this video, we will build the first part of the Title component that includes the reset function. We will cover the implementation of the reset function in detail. This clip is from the chapter "Frontend - React Web Application" of...
Instructional Video8:00
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Structuring Controller Component

Higher Ed
In this video, we will start building the Controller component of our React web application. We will look into the necessary steps and code structuring required for this component. This clip is from the chapter "Frontend - React Web...
Instructional Video15:42
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Adding BetButton Functionality

Higher Ed
In this video, we will add functionality to our BetButton component using the useState and useEffect hooks. This clip is from the chapter "Extra: (Optional) - React Crash Course" of the series "ChatGPT Voice-Powered Chatbot Build with...
Instructional Video10:07
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - BetBox Structuring

Higher Ed
In this video, we will structure our BetBox component hierarchy to manage our components efficiently. This clip is from the chapter "Extra: (Optional) - React Crash Course" of the series "ChatGPT Voice-Powered Chatbot Build with React...
Instructional Video5:07
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Monitor State and Handle Side Effects with useEffect

Higher Ed
In this video, we will explore how to monitor state changes in our component and handle side effects with the useEffect hook. This clip is from the chapter "Extra: (Optional) - React Crash Course" of the series "ChatGPT Voice-Powered...
Instructional Video13:09
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Running a Parent Function From a Child (Passing Props)

Higher Ed
In this video, you will learn how to pass props between components and run a parent function from a child component. This clip is from the chapter "Extra: (Optional) - React Crash Course" of the series "ChatGPT Voice-Powered Chatbot...
Instructional Video11:01
Curated Video

Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Styling Our Contact Us Form with Bootstrap - Part 2

Higher Ed
In this video, continue styling the Contact Us form with Bootstrap, adding additional elements and enhancing the overall appearance. This clip is from the chapter "Designing NavBar, About us, Contact us with Routing" of the series "Mega...
Instructional Video5:45
Curated Video

Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Single Page Behavior on Menu Items Click with NavLink

Higher Ed
In this video, discover how to configure the NavLink component to achieve a single-page behavior when clicking on menu items, providing a smooth user experience. This clip is from the chapter "Designing NavBar, About us, Contact us with...
Instructional Video7:27
Curated Video

Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Adding Routing for All the Components

Higher Ed
This video demonstrates how to set up routing for all the components, allowing seamless navigation between different sections of your website. This clip is from the chapter "Designing NavBar, About us, Contact us with Routing" of the...
Instructional Video4:56
Curated Video

Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Creating About and Contact Pages

Higher Ed
This video guides you through the process of creating the About and Contact pages, essential components for providing information about your website and enabling visitors to get in touch. This clip is from the chapter "Designing NavBar,...
Instructional Video4:02
Curated Video

Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Creating First React Component the NavBar

Higher Ed
In this video, learn how to create your first React component, the NavBar, which will serve as the navigation menu for your website. This clip is from the chapter "Designing NavBar, About us, Contact us with Routing" of the series "Mega...
Instructional Video4:13
Curated Video

Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Integrating Bootstrap5, Google Fonts, and FontAwesome

Higher Ed
This video shows you how to integrate Bootstrap5, Google Fonts, and FontAwesome into your React project for enhanced styling and icon support. This clip is from the chapter "Introduction and Setup" of the series "Mega Web Development...
Instructional Video7:27
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Mock the Database for Unit Tests

Higher Ed
In this video, we will explore the concept of mocking the database in unit tests. You will learn to create mock implementations of our database dependencies to isolate our tests from the actual database operations. This clip is from the...
Instructional Video8:19
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - A Fast and Easy Todo App 1

Higher Ed
In this video, we will explore building our very own Todo app using Angular and Ionic. We will follow along as we set up the project and create the foundation for managing and displaying todo items. This clip is from the chapter "Our...
Instructional Video13:01
Curated Video

Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Implement Restricted Routes Based on User Session with Context API and Redux

Higher Ed
This video guides you through the implementation of restricted routes based on user sessions using the Context API and Redux, ensuring proper authorization for accessing specific pages or components. This clip is from the chapter "User...
Instructional Video8:48
Curated Video

Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Props Versus Context API

Higher Ed
In this video, you will discover the differences between using props and the Context API for passing data between components, and when to choose one over the other. This clip is from the chapter "User Session, Dynamic Menu, Redux,...