Best of AWSAugust 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    Full Docker Course [FREE]

    The course is a mix of animated theoretic explanations and hands-on demo’s to follow along. You will have a deep understanding of the concepts and a great overall big picture of how Docker is used in the whole software development process. It's a handy way to quickly look something up or refresh your knowledge at work.

  2. 2
    Article
    Avatar of devtoDEV·4y

    Bye Bye Heroku

    Heroku is a cloud programming platform designed to help build and deploy online applications. Founded in 2007, it is now one of the largest PaaS platforms in existence. Starting November 28, 2022, we plan to stop offering free product plans and start shutting down free dynos and data services.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Learn Serverless AWS by Building 7 Projects

    The Time-To-Live (TTL) tells dynamo that once the time reaches this date, delete the record from Dynamo. For the front end you can write a simple web app with two sections: create new reminder, and list my reminders. This can be in React, Vue, Angular, or even raw HTML, CSS and JavaScript.

  4. 4
    Article
    Avatar of awstipAWS Tip·4y

    Cloud Certifications!

    The most reliable sources are the sharks in Cloud Service Provider’s market namely: AWS, GOOGLE CLOUD PLATFORM, AZURE etc. There is unquestionably a dearth of qualified cloud experts. 84% of hiring managers say cloud certifications make a candidate more attractive.

  5. 5
    Article
    Avatar of communityCommunity Picks·4y

    Create a CI/CD Pipeline with GitHub Actions and AWS

    GitHub Actions are a continuous integration and continuous delivery platform that allows developers to automate builds, testing and deployments through the creation of "workflows" For public repositories, GitHub Actions is completely free! This guide will be scratching the surface of what GitHub Actions can really provide, and I highly suggest checking the documentation out. Adding the.git/workflows folder and YAML File Workflows are stored in a. Git folder in your repository.

  6. 6
    Article
    Avatar of hashnodeHashnode·4y

    Terraform Basics

    Terraform is an infrastructure management tool developed by HashiCorp. It lets you provision and maintain cloud resources like Servers, Networking, Storage etc. It is a tool/command line program we run to define and make changes to our infrastructure. We can think terraform as Setting up blank canvas, but we still need other tools to Not its not lets understand this.

  7. 7
    Article
    Avatar of tcTechCrunch·4y

    8 uncommon keyboards to spice up your typing – TechCrunch

    Keychron Q2 is a relatively high-touch option for anyone who wants to customize The Q5. Fully assembled, the Q5 costs about $195 plus shipping for the version with a knob in the top right corner and $10 less without the knob.

  8. 8
    Article
    Avatar of quastorQuastor Daily·4y

    The Engineering Behind Instagram's Recommendations

    Instagram's Suggested Posts feature is an example of an Information Retrieval system. The first step is to search for posts that a user may like from accounts the user isn’t following. This results in you finding more content you like, following more accounts and spending more time on Instagram.

  9. 9
    Article
    Avatar of awstipAWS Tip·4y

    Docker Containers! Oh my!!

    This weeks project focuses on creating Docker images and containers. We are going to create our own image using Nginx and then add a file that will tell us the date our container was deployed. We will then deploy the container to run on port 8080.

  10. 10
    Article
    Avatar of awstipAWS Tip·4y

    Beginner’s Guide to Cloud Computing 101 — AWS Cloud Practitioner Study Guide

    The series is great for someone who wants a simple straightforward study guide to supplement their learning. Cloud Computing Definition: On-demand delivery of IT resources through a cloud services platform via. Pricing: Cost of services vary region to region.

  11. 11
    Article
    Avatar of awstipAWS Tip·4y

    Single-page Application for only 1$ on AWS — S3 & Cloudfront

    The goal of this article is to create a static site that is cheap and efficient. We will use four tools from AWS: S3 where the static website files will be uploaded to We are at the last step for our infrastructure, we must go to the hosted zone created previously and create two new records in this way.

  12. 12
    Article
    Avatar of permitioPermit.io·4y

    The four mistakes you make building permissions

    Developers often overuse JWTs, sometimes going as far as storing all the routes that a user should access within them. Mixing the authentication and authorization layers messes up our code. The best way to avoid this is to have the JWT only include the claims and scopes for the user's identity and their relationship within the organization and keep all other authorization-related information.

  13. 13
    Article
    Avatar of theregisterThe Register·4y

    Googler: I was forced out after opposing Israel cloud deal

    I was forced out after opposing Google and Amazon's $1.2 billion cloud contract with Israel's government and military. The massive supply deal, dubbed Project Nimbus, will provide cloud and AI services to Israeli government organizations using local AWS datacenters.

  14. 14
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Improve AWS Performance Without Spending More Money

    AWS has a concept of an EC2 Compute Unit (ECU) which is their way of abstracting away having to think about the servers your application is running on. The idea is that AWS provides you with a baseline CPU utilisation beyond which you pay for the CPU time you consume.

  15. 15
    Article
    Avatar of semaphoreSemaphore·4y

    A Developer’s Guide to Terraform

    Terraform is a platform-agnostic tool that defines infrastructure in human-readable code. Terraform code describes the end state of the infrastructure after creation or change, not the instructions for making the change. The provider turns the declarative code into imperative instructions.

  16. 16
    Article
    Avatar of octopusdeployOctopusDeploy·4y

    Using Docker as a package manager

    Linux users have long enjoyed the ability to install tools from extensive and well maintained package repositories. An increasing number of cloud-based tools, such as platform-specific tools, can only be reliably installed across multiple operating systems and Linux distributions via a direct binary download.