Best of AWS S3September 2023

  1. 1
    Article
    Avatar of awstipAWS Tip·3y

    Microservices design

    The application is deployed in Amazon ECS as a single service that’s scalable and highly available. As the app has grown, we’ve noticed that content delivery becomes a bottleneck during normal operations. To deal with these issues, we decided to split the app into three microservices: Course Catalog, Content Delivery and Progress Tracking.

  2. 2
    Article
    Avatar of medium_jsMedium·3y

    How I replaced Google with ChatGPT

    Elliot Graebert replaced Google with ChatGPT Incorporating AI into his daily engineering workflows. The idea is to start with simple daily use cases and move into more complexity.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Choose a Deployment Strategy for Your Next.js Application

    This article will discuss different deployment strategies and practices for Next.js applications. We will explore each strategy's strengths, including static hosting, serverless functions, containerisation, and traditional server deployment. We will also be touching on essential practices to optimise the deployment process and enhance the performance and reliability of your Next.JS application.

  4. 4
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    AWS Lambda Best Practices: Design and Writing Code

    AWS Lambda Best Practices: Design and Writing Code is written by Lalit Narnaulia and Growtika on Unsplash Design. Use Amazon S3, Amazon DynamoDB, and Amazon ElastiCache for storing state information. Use AWS Secrets Manager to store confidential configurations such as credentials and passwords.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Terraform Certified Associate (003) – How to Study for the Exam

    In this guide, I've compiled my live study notes that I've used for prepping to sit the Terraform Certified Associate Exam. Here's what I'll cover: Preparation Materials How to Use This Guide Understand Infrastructure as Code (IaC) concepts Understand the purpose of Terraform.