Curated Video
Data Science Model Deployments and Cloud Computing on GCP - APIs
This video explains an Application Programming Interface, which is a declaration of how an application can communicate with another application, library, or framework. This clip is from the chapter "Client / Server Communications" of the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - HTTP Methods
This video explains HTTP methods, where predefined verbs are used to describe the interaction that the client wishes to engage in with the server, often called a request. The most common HTTP methods are GET, POST, PUT, and DELETE. This...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Using Latest Java Version with Latest Eclipse
In this video, we will get Eclipse 2021 IDE to work with JDK 16.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Troubleshooting Eclipse - Configuring Java JDK
This video gives an overview of the entire section.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Building REST API to Update a Course – PUT
In this video, we will build REST API to update a course.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - Building REST API to Create a New Course – POST
In this video, we will build REST API to create a new course.
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - EJS State Management and Updates with Express Routing and Locals
This video explains the EJS state management and updates with Express routing and locals. This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express Framework...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Sign Up and Database Completion with Hashing and Salt
In this video, we will work on sign up and database completion with Hashing and Salt. This clip is from the chapter "Authenticating Username and Password with Express and Passport" of the series "Express Framework Fundamentals - Secure...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Logout Functionality for Users and Live Interaction
In this video, we will use the logout functionality for users and live interaction. This clip is from the chapter "Authenticating Username and Password with Express and Passport" of the series "Express Framework Fundamentals - Secure...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Templating Engines with EJS of Login with Express Authentication
This video explains templating engines with EJS of login with Express authentication. This clip is from the chapter "Authenticating Username and Password with Express and Passport" of the series "Express Framework Fundamentals - Secure...
Curated Video
A Detailed Guide to the OWASP Top 10 - API5:2023 Broken Function Level Authorization
In this session, we will analyze Broken Function Level Authorization, understanding its impact on API security and methods to prevent it.
Curated Video
A Detailed Guide to the OWASP Top 10 - API Endpoints
In this video, we will learn about API endpoints, their role in API architecture, and how they interact with web applications.
Curated Video
A Detailed Guide to the OWASP Top 10 - #1 Broken Access Control
This video explains A01:2021 - broken access control, which is the most significant security risk-facing application.
Curated Video
The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Social Media Ethics - Part 2
This video further continues to talk about social media ethics when it comes to social media sites like Facebook. This clip is from the chapter "Social Media Security and Email Security" of the series "The Absolute Beginners Guide to...
Curated Video
The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Social Media Ethics
In this video, you will learn about social media ethics. This clip is from the chapter "Social Media Security and Email Security" of the series "The Absolute Beginners Guide to Cybersecurity 2023 - Part 4".This section focuses on social...
Curated Video
The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Creating New Accounts and Logging In (DO NOT DO THIS)
In this video, you will learn to create a new account and log in to Reddit. This clip is from the chapter "Internet and Browsing Security" of the series "The Absolute Beginners Guide to Cybersecurity 2023 - Part 4".This section delves...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - S3 Terminology
Like any technology, S3 has unique terminology associated with it. If you hope to understand and implement S3 well, you must understand this terminology, and this video will provide you with definitions of key S3 terms.
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 - 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 - 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 and Unlike Tweet Server-Side
In this video, we will focus on implementing the functionality of liking and unliking a tweet on the server-side.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - ImagePicker
In this video, we will be implementing an ImagePicker in our iOS Twitter Clone app, which will allow the user to select an image from their device's photo library or take a picture using their camera.
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 - FeedView
In this video, we will explore how to design and implement a FeedView in a mobile app.