Best of AWSNovember 2021

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Infrastructure as Code

    In this article you will learn all about Infrastructure as Code. The concepts will apply to other programming languages and cloud providers. You can watch the video on the freeCodeCamp.org YouTube channel (1-hour watch).Let’s start by talking about what infrastructure as code is. To put it simply, it is setting up your infrastructure ascode.

  2. 2
    Article
    Avatar of devtoDEV·4y

    Everything about super tokens - an open source alternative to Auth0, Firebase Auth, and AWS Cognito.

    SuperTokens is an open-source "user auth" quick to implement & easy to customize. It uses Cookies that contain an access token that expires and must be refreshed with a refresh token. It enables you to keep your users logged in for a time long in the most secure way possible.

  3. 3
    Article
    Avatar of itnextITNEXT·4y

    Infrastructure as Code: the next big shift is here

    Infrastructure as Code (IaC) is a common pattern where virtualized infrastructure and auxiliary services can be managed using configuration expressed in almost any language. Virtualization, containerisation and containers orchestration made Infrastructure as Code what it is today. Next came the agile revolution and with it the beginning of the DevOps culture.