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 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 Video15:44
Curated Video

Supercharge Scala Future | FP-Tower - Error Handling with IO

Higher Ed
This video talks about error handling with IO. This clip is from the chapter "Build Your Own IO" of the series "Supercharge Scala Future | FP-Tower".This section focuses on building your own IO (Input/Output).
Instructional Video3:14
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Exercise 10-2

Higher Ed
In this exercise video, we will practice recording and writing macros in real-world project scenarios. Through this exercise, we will reinforce the ability to automate repetitive tasks and streamline project management workflows...
Instructional Video11:34
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Call and Response Example for OpenAI Implementation and Customizations

Higher Ed
In this video, we will provide a call and response example for OpenAI implementation and customizations, demonstrating how to optimize and personalize your chatbot's responses.
Instructional Video6:54
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Robust Error Handling and Logic Completion to OpenAI API

Higher Ed
In this video, we will teach you how to implement robust error handling and logic completion for your OpenAI API, ensuring that your application can handle unexpected user input and provide accurate responses.
Instructional Video4:06
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Async Await Fetch OpenAI and ChatGPT Data Response Pattern

Higher Ed
In this video, you will see how async/await and fetch can be used to fetch data from the OpenAI API and display the responses in a ChatGPT application. You will also learn about data response patterns and how they can be used to...
Instructional Video5:53
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - onSubmit Functionality for OpenAI API Connection with ChatGPT

Higher Ed
In this video, you will learn how to add onSubmit functionality for OpenAI API connection with ChatGPT, enabling your application to query the OpenAI API and display responses based on user input.
Instructional Video5:12
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Cleaning Up the Index File for ChatGPT OpenAI API

Higher Ed
In this video, we will clean up the index file for our ChatGPT OpenAI API by removing redundant code and adding comments to make it easier to understand.
Instructional Video7:08
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Overview of Next.js Key Index and Starter Coding Files for the ChatGPT OpenAI

Higher Ed
In this video, we will provide an overview of the key index and starter coding files for the ChatGPT OpenAI application built with Next.js.
Instructional Video5:25
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Error Metric Computation

Higher Ed
In this video, we will look at some of the metrics used to measure a recommender system's quality.
Instructional Video6:49
Curated Video

Fundamentals of Secure Software - Application Security Terms and Definitions

Higher Ed
In this video, we will cover the initial terms and definitions related to application security.
Instructional Video2:33
Curated Video

A Detailed Guide to the OWASP Top 10 - API8:2023 Security Misconfiguration

Higher Ed
In this video, explore Security Misconfiguration risks in APIs, highlighting common misconfigurations and how to secure API settings.
Instructional Video4:14
Curated Video

A Detailed Guide to the OWASP Top 10 - #4 Insecure Design Prevention

Higher Ed
This video explains how to prevent insecure design when developing software.
Instructional Video4:15
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Launch Methods

Higher Ed
Several launch methods are available for the use of autoscaling. This video explores the various methods available to you so that you can select the right method for your design.
Instructional Video5:35
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - How to Install AutoCAD 2D on Your PC

Higher Ed
In this video, we will walk you through the process of installing AutoCAD 2D on your PC. You will learn step-by-step instructions on how to install the software, set up the required configurations, and activate your license. We will also...
Instructional Video2:59
Curated Video

Web Hacker's Toolbox - Tools Used by Successful Hackers - Google Hacking: Finding Internal Server Errors

Higher Ed
This video talks about how to find internal server errors using Google Hacking. This clip is from the chapter "Web Application Security Testing with Google Hacking" of the series "Web Hacker's Toolbox - Tools Used by Successful...
Instructional Video9:17
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Display

Higher Ed
In this video, you will learn how to display notifications in our Twitter Clone app.
Instructional Video11:30
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Fetch

Higher Ed
In this video, we will be discussing how to fetch notifications for a user in our Twitter Clone app's backend.
Instructional Video13:07
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Sender

Higher Ed
In this video, you will learn how to set up notification sending in our app. We will create a NotificationSender class that takes in a user and a notification message, then sends the notification to the appropriate user.
Instructional Video11:33
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SearchViewCell

Higher Ed
In this video, you will learn how to create a custom view cell that displays the results of a search in a list format.
Instructional Video10:04
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like and Unlike Tweet UI

Higher Ed
In this video, we will be implementing the functionality to like and unlike tweets in the UI of our Twitter Clone app.
Instructional Video13:02
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Follow and Unfollow Server-Side

Higher Ed
In this video, you will learn about the process of following and unfollowing users on the server-side of our application.
Instructional Video16:12
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - FeedViewModel

Higher Ed
In this video, we will cover the implementation of the FeedViewModel, which will handle the logic and data for displaying tweets in the Twitter Clone app.