Best of InfrastructureJuly 2022

  1. 1
    Article
    Avatar of geekcultureGeek Culture·4y

    Trends in Software Development 2022

    Andrzej Frydryszak has compiled a list of the most significant points he heard at software development conferences this year. Kubernetes (K8S) don’t seem as if it’s are going to join the two in the valley of sorrow.

  2. 2
    Article
    Avatar of phProduct Hunt·4y

    PocketBase - Open Source realtime backend in 1 file

    PocketBase is an open source Go backend that has embedded realtime database, files and users management, admin UI and REST-ish API, all compiled in 1 portable executable. You could think of it as a lightweight alternative to Firebase or Supabase. For more information on PocketBase click here.

  3. 3
    Article
    Avatar of devgeniusDev Genius·4y

    A glimpse of System Design and Architecture

    Refresher project aims to create a complete guide in every aspect of those technologies to serve as a guide or a template for jumpstarting similar projects. The project is a Django backend using PostgresSQL database with asynchronous task scheduler — celery — using a Redis broker. The speedtester app mainly runs internet speedtests every specific interval using celery workers and stores the download , upload speeds and URL of each test to the Postgres database.

  4. 4
    Article
    Avatar of communityCommunity Picks·4y

    What is Developer Experience (DevEx, DX)?

    A well-designed developer portal simplifies multiple different processes into simple self-service clicks. DevOps maturity model is meant to describe and relay an organization’s standing in their DevOps journey. As DevOps is a continuous process, organizations have to make sure they’re consistently keeping up with DevOps processes and goal markers.

  5. 5
    Article
    Avatar of dzDZone·4y

    Get Started With Kafka and Docker in 20 Minutes

    Kafka runs on the platform of your choice, such as Kubernetes or ECS, as a cluster of one or more Kafka nodes. A Kafka cluster will be initialized with zero or more topics, which you can think of as message channels or queues. Create the Dockerfile alongside the other three files that were just created and add the following: Dockerfile. Save and close. Subsequent commands will be run in this folder.

  6. 6
    Article
    Avatar of awstipAWS Tip·4y

    This Code Works! — Getting your Linux Development Terminal Ready with AWS CLI

    IaC and CLI are the two sides of the same Cloud Coin when it comes to infrastructure resource management. Together they are the real Power Duo!