Best of AWSSeptember 2023

  1. 1
    Article
    Avatar of medium_jsMedium·3y

    Serverless Bun vs Node: Benchmarking on AWS Lambda

    Serverless Bun vs Node: Benchmarking on AWS Lambda. Bun promises a whole host of benefits, mostly around performance and developer experience, while boasting strong interoperability standards. Bun claims it can process logic at 3-4x the speed of NodeJS.

  2. 2
    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.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    Best practices I wish we knew when integrating Stripe webhooks

    Stripe webhooks are a well-tested, highly resilient, and easy to scale. Stripe is limiting us to verify the signature of the webhook within 5 minutes to avoid replay attacks. If Stripe bombards us with events, how do we scale our processing speed without losing data?

  4. 4
    Article
    Avatar of hackernoonHacker Noon·3y

    A Guide to Building Observability for Microservices

    Explore tools like Prometheus, Grafana, and Helm to set up a robust observability stack. Learn how to monitor Kubernetes-based microservices effectively, plus, get a glimpse of the essential metrics to track for optimal performance.

  5. 5
    Article
    Avatar of devtoDEV·3y

    How I Passed both AWS Professional Exams in 6 Months & Tips on how you can TOO!!!

    How I Passed both AWS Professional Exams in 6 months & Tips on how you can TOO!!! - DEV Community Good day fellow Bloggers! I hope everyone is doing well & are meeting all of your 2023 Goals so far this year.

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

    AWS DevOps: Continuous Docker Deployment to AWS Fargate from GitHub using Terraform

    AWS DevOps: Continuous Docker Deployment to AWS Fargate from GitHub using Terraform. This DevOps pipeline will allow developers to push code changes to a GitHub repository and have them automatically deployed to anAWF cluster. The provided Terraform code leverages these services to create an automated deployment pipeline for your application.

  7. 7
    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.

  8. 8
    Article
    Avatar of hackernoonHacker Noon·3y

    Building a CI/CD Pipeline with AWS, K8S, Docker, Ansible, Git, Github, Apache Maven, and Jenkins

    Building a CI/CD Pipeline with AWS, K8S, Docker, Ansible, Git, Github, and Jenkins with Zufar Sunagatov. By the end of this tutorial, you will get a ready to use modernCI/CD pipeline which is applicable to any projects on Github.

  9. 9
    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.

  10. 10
    Article
    Avatar of codemotionCodemotion·3y

    10 Useful and Affordable IT Certifications Under $200

    This article provides a comprehensive guide to various IT certifications available, including Linux Professional Institute certifications, FreeCoderCamp certifications, Google Associate Android Developer certification, PCEP - Certified Entry-Level Python Programmer certification, Kubernetes and Cloud Native Essentials certification, JavaScript certification, EITCA AI certificates, AWS certifications, and Microsoft Azure Fundamentals certification.

  11. 11
    Article
    Avatar of communityCommunity Picks·3y

    Grokking Scalability in System Design: How I Learned the Techniques, Principles, and Best Practices

    We’ll delve into four key areas of scalability to ensure you stand out from the competition and secure that dream job. Scalability Techniques: Become well-versed in the techniques that make a system scalable, such as caching, load balancing, sharding, partitioning, data replication and message queues.

  12. 12
    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.

  13. 13
    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.