Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - S3 Advanced Features
Can you do more than store files in S3 buckets? You definitely can, and this video explores some of the more advanced features of S3.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Storage Services
Amazon Web Services (AWS) offers many storage functions. Many cloud services provide storage alone, but AWS offers advanced storage services and many compute services. This video introduces the array of storage services offered.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Services, Part 1
In this first part of two videos, you will begin exploring the Amazon Web Services (AWS) offerings. We can explore everything AWS offers by browsing through the services list in the AWS console.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - IAM…What?
In this video, we will understand the Identity and Access Management (IAM) service used to secure access to AWS services, manage the root account, create users, group permissions, roles, and more.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - AWS Databases
In this video, you will learn to create a database on AWS and put our data in the cloud. We will understand databases and types. We will briefly explore DynamoDB and other database server examples (MySQL, Aurora, and others).
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Master the Knowledge Areas
The first step in passing the AWS CSA-A exam is knowing the knowledge areas front to back.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Secure Design Scenario
Now that you know the best practices for secure design, let's see how we can apply them to Widget Makers' needs in this video.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Secure Design
As you know, availability and performance are important, but it's also important to ensure security of the implemented solution. In this video, you will explore the AWS best practices for secure design.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Database Security
When implementing databases, it is important to consider security. Databases store data and data may be sensitive at varying levels. In this video, database security is explored.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Scalability Solutions
How do you grow a database when it's not keeping up with the workload. AWS offers different scalability solutions, and they are presented in this video to assist the architect in selecting the best option.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Web Application Firewall (WAF)
When implementing Web applications, it is important to ensure proper security. Sometimes you need to allow or disallow access based on source IP addresses or the request type. The AWS Web Application Firewall (WAF) is your solution.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - API Gateway
An Application Programming Interface (API) is a wrapper for code that allows for easy access to and execution of it. The AWS API Gateway is a service that allows you to have APIs in the cloud. Learn more in this video.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Amazon STS
The Amazon Security Token Service (STS) allows for secure communications and access between AWS services, such as between an EC2 instance and S3. You will learn about this service in this video.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - IAM Roles
When you want an application or CLI interface to access AWS and its services, you can use IAM roles. This video explores the process used to create and manage roles in AWS.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Principle of Least Privilege
One of the biggest and most common mistakes made in security management is granting too many permissions to a user. The principle of least privilege can assist in preventing this and it is covered in this video.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Data Security Control
This topic will address data access and governance, recovery, retention, classification, and encryption key management concepts.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Shared Responsibility Models
The final topic of this chapter is the shared responsibility model. AWS does not have full responsibility for the security of your cloud deployment. However, neither do you. Instead, a shared responsibility model is used, and it is...
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 - 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 - 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 - Login
In this video, we will implement the user login functionality using Passport.js authentication.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Password Hashing with Bcrypt
In this video, we will explore how to securely hash and store user passwords using Bcrypt.