Hi, what do you want to do?
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to Version Control
This video introduces you to version control, which is a technology that supports versioning of in-progress software. It is more advanced than just saving files. Version control gives developers flexibility to safely experiment and...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Database
This video explains a database that holds onto data for a web application long-term. The browser can only hold onto information for a limited time. The data in databases is persistent. The data does not go away if the database or...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Server
This video explains the server that handles data exchanges between clients and databases. Users have the client on their device, so there are many clients. Those clients talk to the same server per application.
<
br/>
This clip is...
<
br/>
This clip is...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Client
This video explains the client, which is a login that makes a webpage smart. It handles user interactions and flow of data between the user and server. The client is what turns a webpage into a web application.
<
br/>
This clip is...
<
br/>
This clip is...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Frontend
This video explains the frontend, which is everything we can see on the webpage, which is a combination of layout and the style of all the elements on the screen. The
<
br/>
This clip is from the chapter "The Basics of Full-Stack...
<
br/>
This clip is from the chapter "The Basics of Full-Stack...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction-Full Stack
This video introduces you to the course and what full stack is and what purpose it serves.
<
br/>
This clip is from the chapter "The Basics of Full-Stack Web Applications" of the series "Web Development Concepts for Everyone".This...
<
br/>
This clip is from the chapter "The Basics of Full-Stack Web Applications" of the series "Web Development Concepts for Everyone".This...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Course Tools
In this video, you will be introduced to the essential tools needed for this course.
<
br/>
This clip is from the chapter "Introduction" of the series "Web Development Concepts for Everyone".This section is an introductory section...
<
br/>
This clip is from the chapter "Introduction" of the series "Web Development Concepts for Everyone".This section is an introductory section...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Course Note
This video explains the course outcomes and what to expect out of the course.
<
br/>
This clip is from the chapter "Introduction" of the series "Web Development Concepts for Everyone".This section is an introductory section to the...
<
br/>
This clip is from the chapter "Introduction" of the series "Web Development Concepts for Everyone".This section is an introductory section to the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction-Web Development Concepts For Everyone
This video introduces you to both the course and the instructor, as well as the target audience.
<
br/>
This clip is from the chapter "Introduction" of the series "Web Development Concepts for Everyone".This section is an...
<
br/>
This clip is from the chapter "Introduction" of the series "Web Development Concepts for Everyone".This section is an...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - The Quote Model
This video demonstrates how to use a quotable API. We will use Google to locate the Luke Peavey Quotable and obtain random quotes. We will use the JSON decoder and develop the Quote Model.
<
br/>
This clip is from the chapter "Emoji...
<
br/>
This clip is from the chapter "Emoji...
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 - Switch Statement
This video explains the Switch statement.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Basic Operators and If Statements
This video explains basic operators and If statements.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Classes and Structs
This video talks about the classes and structs.
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 - Variables and Types
This video explains the variables and types in Swift programming.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Display
In this video, you will learn how to display notifications in our Twitter Clone app.
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 - Notification Functions
In this video, we will be creating notification functions for our full-stack Twitter Clone app. These functions will allow us to send notifications to users when certain events occur, such as when someone follows them or likes their tweet.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Sender
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Creating Accounts
In this video, we will be covering the process of creating user accounts for our application.
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 - SearchViewCell
In this video, you will learn how to create a custom view cell that displays the results of a search in a list format.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SearchBar
In this video, you will learn how to implement a search bar in our Twitter Clone app using SwiftUI. We will create a custom search bar view and add it to our navigation bar.