Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Calculate Test Score Average
It is time to put all the knowledge we gained from the previous lessons into creating a program that tests the scoring average.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Arrays
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - String Methods
In this video, we will learn about the two methods of assigning a string variable in Java programming.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Char Data Type
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Environment Setup & First Run
This video illustrates how to install the Java development kit, configure it on our machine, and run the Java program for the first time.
Curated Video
Deep Learning - Crash Course 2023 - NumPy Part 3
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...
Curated Video
Deep Learning - Crash Course 2023 - NumPy Part 2
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...
Curated Video
Deep Learning - Crash Course 2023 - MP Neuron Class
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....
Curated Video
Deep Learning - Crash Course 2023 - NumPy Part 1
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...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Create Context Menu to Copy to Clipboard
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...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Beyond the Basics - ForEach and ScrollView
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Loops
This video talks about loops.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Functions
This video explains the functions.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Fetch
In this video, we will be discussing how to fetch notifications for a user in our Twitter Clone app's backend.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - User Search Filter
This video helps implement the user search filter in the app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like and Unlike Tweet UI
In this video, we will be implementing the functionality to like and unlike tweets in the UI of our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like Tweet
This video is all about implementing a "like" functionality in our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Following
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tokens
In this video, we will dive deeper into JWTs and learn how to use them for secure user authentication and authorization.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Populating the UI with Note Model
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.
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Software RAID in Storage Spaces
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...
Curated Video
The Art of Doing - Web Development for Beginners - For and While Loops
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Integrating Serilog for Web API Logging
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...