Instructional Video6:09
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Calculate Test Score Average

Higher Ed
It is time to put all the knowledge we gained from the previous lessons into creating a program that tests the scoring average.
Instructional Video7:29
Curated Video

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

Higher Ed
In this video, we will learn about Java arrays, which store multiple values in a single variable instead of creating separate variables for each value.
Instructional Video9:03
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - String Methods

Higher Ed
In this video, we will learn about the two methods of assigning a string variable in Java programming.
Instructional Video4:21
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Char Data Type

Higher Ed
In this video, we will understand the char datatype and briefly look at the string datatype. We will define several char variables in upper and lower case and numbers and integers.
Instructional Video9:34
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Environment Setup & First Run

Higher Ed
This video illustrates how to install the Java development kit, configure it on our machine, and run the Java program for the first time.
Instructional Video7:16
Curated Video

Deep Learning - Crash Course 2023 - NumPy Part 3

Higher Ed
In this video, you will learn about slicing and modifying the arrays. This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning - Crash Course 2023".In this section, we will have a quick...
Instructional Video12:24
Curated Video

Deep Learning - Crash Course 2023 - NumPy Part 2

Higher Ed
In this video, you will learn what is broadcasting in NumPy. This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning - Crash Course 2023".In this section, we will have a quick refresher on...
Instructional Video4:20
Curated Video

Deep Learning - Crash Course 2023 - MP Neuron Class

Higher Ed
In this video, we will walk through the process of creating our own MP Neuron class in Python from scratch. By the end of this section, you will have a solid understanding of how to implement this fundamental concept in deep learning....
Instructional Video8:24
Curated Video

Deep Learning - Crash Course 2023 - NumPy Part 1

Higher Ed
In this video, you will learn about arrays in NumPy. This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning - Crash Course 2023".In this section, we will have a quick refresher on different...
Instructional Video5:30
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Create Context Menu to Copy to Clipboard

Higher Ed
Here, we will understand how to create image constants and a context menu. We will access the images we have chosen for the app, create a grid, and iterate through the images. This clip is from the chapter "Emoji App" of the series...
Instructional Video6:51
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Beyond the Basics - ForEach and ScrollView

Higher Ed
We will create a new Xcode project and app named “Beyond the Basicsâ€. We will choose the iPhone and learn about “ForEach†and “ScrollViewâ€. This clip is from the chapter "Beyond the Basics" of the series "SwiftUI iOS 16 Crash...
Instructional Video5:50
Curated Video

Fundamentals of Secure Software - CSP Demo

Higher Ed
This is a demo video of CSP in action.
Instructional Video10:14
Instructional Video20:01
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 Video9:19
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - User Search Filter

Higher Ed
This video helps implement the user search filter in the app.
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 Video8:23
Curated Video

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

Higher Ed
This video is all about implementing a "like" functionality in our Twitter Clone app.
Instructional Video14:03
Curated Video

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

Higher Ed
In this video, you will learn how to implement the "Follow" feature in our Twitter Clone app by creating the necessary API endpoints and integrating them into our frontend.
Instructional Video7:49
Curated Video

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

Higher Ed
In this video, we will dive deeper into JWTs and learn how to use them for secure user authentication and authorization.
Instructional Video8:36
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Populating the UI with Note Model

Higher Ed
In this video, we will explore how to populate a user interface with data from a Note model and offer tips for designing an intuitive and user-friendly UI that maximizes the value of this data.
Instructional Video9:25
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Software RAID in Storage Spaces

Higher Ed
Microsoft's Storage Spaces feature provides a superb tool to configure many different RAID configurations on any Windows system. A good tech knows which types of RAID it supports and how to set them up. This clip is from the chapter...
Instructional Video15:34
Curated Video

The Art of Doing - Web Development for Beginners - For and While Loops

Higher Ed
In this video, you will learn how to use for loops and while loops in JavaScript for different scenarios. We will explore the syntax, usage, and differences between for loops and for-of loops, as well as understand how while loops can be...
Instructional Video9:40
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Integrating Serilog for Web API Logging

Higher Ed
This video explains the steps for integrating Serilog for Web API logging. This clip is from the chapter "Coding Project Part 1: Build a Web API" of the series "ASP.NET 6.0 - Build Hands-On Web Projects".This section explains how to...