Search Results

Results for "AWS framework"

67 articles found

Encryption key management AWS
1 min read

AWS KMS: Managing Encryption Keys

Key Management Service lets you create and manage encryption keys. I use it to encrypt S3 buckets, EBS volumes, and RDS databases. KMS integrates with many…

Web Components logo with custom elements JavaScript
1 min read

Introduction to Web Components

Before React and Vue, there was a native browser standard for reusable components: Web Components. They consist of three main technologies: Custom Elements…

Web development with Flask framework Web Development
1 min read

Building Web Apps with Flask

Flask is a micro web framework for Python. It is lightweight and easy to get started with, making it perfect for beginners who want to build web applicatio…