Best of AWSDecember 2023

  1. 1
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    Building a Seamless CI/CD Pipeline with Jenkins, Slack, and GitHub on AWS

    This article provides a guide on creating a robust CI/CD pipeline on AWS using Jenkins, Slack, and GitHub. It emphasizes the importance of automation, collaboration, and scalability with AWS services.

  2. 2
    Article
    Avatar of devtoDEV·2y

    Story of a Failed React Project

    A personal story of a failed React project that highlights the importance of best practices, proper use of Git, testing, and adopting TypeScript early on.

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

    Deploying a Node Express API on AWS Lambda

    This post provides a step-by-step guide on deploying a Node Express API on AWS Lambda. It covers setting up the Express app, installing necessary plugins, modifying the app for Lambda compatibility, packaging the app, creating a Lambda function, setting up a test event, and obtaining the function URL. Deploying a Node Express server on AWS Lambda allows for scalable and cost-effective serverless applications.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    How to Scale an App to 10 Million Users on AWS

    Learn how two software engineers scaled their app to 10 million users on AWS, starting with a minimum viable product and gradually increasing server capacity, utilizing services like AWS Amplify, AWS Lambda, ElasticCache, Amazon S3, CloudFront, and DynamoDB. They also implemented autoscaling and utilized a microservices architecture for high availability and scalability.

  5. 5
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    Scaling Cache for Efficient Data Management

    Caching plays an important role in optimizing data retrieval processes, improving response times. This article explores common caching strategies, the limitations of lazy population, and solutions for achieving cache scalability.

  6. 6
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    AWS Certified Cloud Practitioner Study Course – Pass the Exam With This Free 14-Hour Course

    Learn about the AWS Certified Cloud Practitioner exam and how to prepare for it with a free 14-hour course by Andrew Brown. The course covers cloud computing concepts, AWS core services, and various AWS services. It is ideal for those new to cloud, as well as executives, managers, and sales personnel looking to gain strategic information about cloud adoption or migration. The AWS Certified Cloud Practitioner provides fundamental knowledge for a career in cloud development.

  7. 7
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    CI/CD with Elastic Beanstalk, CodePipeline, & ECR

    Learn how to implement CI/CD with Elastic Beanstalk, CodePipeline, and ECR. This tutorial covers creating an Elastic Beanstalk environment, preparing the application for the Docker platform, and setting up CodePipeline.

  8. 8
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    Different Ways to Host APIs in AWS

    This article discusses different ways to host APIs in AWS, including using Amazon API Gateway, AWS Lambda with API Gateway, Elastic Beanstalk, Amazon EC2 Instances, AWS Fargate, and Amazon Lightsail. Each approach offers unique benefits and caters to specific needs and preferences.

  9. 9
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    Python scripting: Extracting file information using Python3

    This post demonstrates how to extract file information using Python3 scripting. It covers the prerequisites for using Python3 scripting and the process of connecting a code repository to an IDE environment.

  10. 10
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    Host a Dynamic Web App on AWS with Docker, Amazon ECR, and Amazon ECS

    Learn how to host a dynamic web app on AWS with Docker, Amazon ECR, and Amazon ECS using a three-tier AWS network VPC.

  11. 11
    Article
    Avatar of awscommunityAWS Community·2y

    Start Chatting and Coding with Amazon Q in Visual Studio Code

    Learn how to start coding with Amazon Q in Visual Studio Code for a game-changing dev experience in the cloud. Get real-time feedback, suggestions, and assistance with optimizing and improving your AWS-related code.

  12. 12
    Article
    Avatar of medium_jsMedium·2y

    DevOps (Lab-8)- Deploying an application to Kubernetes

    Learn about Kubernetes, its key aspects, and how to install and deploy applications using Kubernetes and Jenkins.

  13. 13
    Article
    Avatar of hnHacker News·2y

    isadorasophia/murder: Murder is a pixel art ECS game engine.

    Murder Engine is a pixel art ECS game engine built on top of MonoGame. It is still in development, with frequent changes and breaking updates. To start building with Murder Engine, check out the game jam project or the Hello World project. You can reference Murder Engine in your project through a git submodule.

  14. 14
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    Building a Serverless Image Processing Application with AWS Lambda

    Learn how to build a serverless image processing application with AWS Lambda. Understand the key features of Lambda and explore its use cases. Follow a step-by-step guide to set up S3 buckets, IAM roles, and create the Lambda function. Test the application by uploading an image and monitor its execution using AWS CloudWatch.