Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Refreshable ScrollView
In this video, we will be implementing a "Refreshable ScrollView" in our SwiftUI app, which will allow us to refresh the content of our view by pulling down on the scroll view.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - User Model
In this video, we will demonstrate how to build a user model for our application.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Upload Profile Image
In this video, we will cover how to upload a profile image for the user using SwiftUI and Node.js.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Routers
In this video, we will create the notification routers for our Twitter Clone app. By the end of this video, we will have fully functional notification routes in our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tweet Image Check
In this video, you will learn how to implement server-side validation to check whether uploaded images for tweets are in the correct format using the Jimp package in Node.js.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - toJSON
In this video, you will learn how to use the toJSON method in Mongoose to manipulate the user object before sending it as a JSON response.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Express Server and Nodemon
n this video, we will show you how to use Express.js to build a powerful and scalable server for your web applications.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - MessagesView
In this video, we will show you how to design and implement a custom MessagesView.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Running the API
This video demonstrates how to run an API required for frontend of the app development.
Curated Video
The Art of Doing - Web Development for Beginners - Guess My Number Project
In this video, we will code the "Guess My Number" project together, following the project requirements discussed in the previous video. We will implement the game logic step by step, utilizing functions to structure our code and make the...
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
The Art of Doing - Web Development for Beginners - JavaScript Data Types
In this video, we will dive into different data types in JavaScript, including strings, numbers, Booleans, objects, and undefined. You will learn how to work with these data types and understand their properties and methods. This clip is...
Curated Video
Unpacking the Seasons: How Earth's Tilt Influences Weather Patterns
Explore the fascinating science behind the changing seasons and their impact on weather patterns globally. From the equinoxes that balance day and night to the solstices that mark the extremes of sunlight, learn how Earth's tilt and...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Logical Operators
This video explains logical operators. This clip is from the chapter "Operators, Loops, and Statements" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains operators, loops, and...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Optional Chaining Operators
This video explains chaining operators. This clip is from the chapter "Operators, Loops, and Statements" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains operators, loops, and...
Curated Video
Behavioral Design Patterns in C++ - Methods for States - II
This video demonstrates the implementation of method for states in code. This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Curated Video
SQL Server Course for Beginners with 100+ examples - Back Up a Database in SQL
Learn how to back up a database in SQL. We will back up the database in a local directory with the extension .bak. This clip is from the chapter "Advanced SQL" of the series "SQL Server Course for Beginners with 100+ Examples".null
Curated Video
SQL Server Course for Beginners with 100+ examples - SELECT TOP Clause in SQL
Learn how to implement the SELECT TOP statement in SQL. We will work with the SELECT TOP PERCENT statement as well. This clip is from the chapter "Advanced SQL" of the series "SQL Server Course for Beginners with 100+ Examples".null
Curated Video
SQL Server Course for Beginners with 100+ examples - AVG() Function
Learn how to implement the AVG() function in SQL. We will find the average of column values. This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section...
Curated Video
SQL Server Course for Beginners with 100+ examples - OR Operator
Learn how to work with the OR operator in SQL to display records only if one condition is TRUE. The OR operator should separate these two conditions. This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for...
Curated Video
SQL Server Course for Beginners with 100+ examples - WHERE Clause in SQL
Learn how to work with the WHERE clause in SQL. WHERE clause filters records based on condition(s). This clip is from the chapter "Select Records in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section...
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Mediator
This video demonstrates the basic implementation of the Mediator pattern. This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Momentum
In this video, you will learn about momentum. This clip is from the chapter "In-Depth: Gradient Descent" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this optional section, we will dive deeper into...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Categorical Cross Entropy
In this video, you will learn about categorical cross entropy, which is used in multiclass classification. This clip is from the chapter "In-Depth: Loss Functions" of the series "Deep Learning - Artificial Neural Networks with...