Best of AzureOctober 2022

  1. 1
    Article
    Avatar of pointerPointer·4y

    mikeroyal/Self-Hosting-Guide: Self-Hosting Guide. Learn all about locally hosting(on premises & private web servers) and managing software applications by yourself or your organization.

    Most self-hosted software can be installed using Docker, a packaging system which allows software to bundle their configuration and dependencies. Shipwright is a WebUI to generate templates for Yacht, Portainer, Docker-Compose, and Unraid. Dozzle is a small lightweight application with a web based interface to monitor Docker logs. Diun is a tool that receive notifications when a Docker image is updated.

  2. 2
    Article
    Avatar of gcgitconnected·4y

    System Design Interviews: NoSQL Databases and When to Use Them.

    NoSQL databases are high-performance, scalable, and flexible, which make them great for mobile, web, and gaming applications. They have flexible schemas that enable faster and more iterative development. In-memory databases can persist data on disks by storing each operation in a log or by taking snapshots.

  3. 3
    Article
    Avatar of circleCircleCI·4y

    What is container orchestration?

    Docker Swarm offers decentralized access, making it easy for distributed teams to work on and manage the environment effectively. Mesos Apache Mesos works between the application layer and the OS, making deploying and managing applications in large-clustered environments more straightforward and efficient.

  4. 4
    Article
    Avatar of spaceliftSpacelift·4y

    8 Popular Terraform Alternatives You Should Know

    Hashicorp’s Terraform has been a major IaC tool, and I have covered a lot of content about Terraform on this blog. We will explore a few Terraform alternatives with respect to the above pointers.