Architect Blog

  • Exciting news! Architect.io has closed a $5M seed round

    I’m thrilled to be able to share that our team here at Architect.io has closed $5M in seed round funding, led by Next Coast Ventures and including Abstraction Capital, Spike Ventures, angel investors…

    David Thor - 2022-02-16

  • Feature Spotlight: Validating component schemas in your IDE

    We're excited today to announce improvements in our tooling for validating Component files, which includes JSON Schema Store support as well as a new validate command for the CLI ! JSON Schema Store…

    Brahm Lower - 2021-09-02

  • Create and Manage an AWS ECS Cluster with Terraform

    AWS ECS with Fargate is a serverless computing platform that makes running containerized services on AWS easier than ever before. Before Fargate, users who would like to deploy services to an AWS ECS…

    Ryan Cahill - 2021-03-30

  • Get Started with the Terraform Kubernetes provider

    Kubernetes is a powerful yet complicated container orchestration system. It can be used to run resilient workloads on virtually any cloud platform, including AWS, GCS, Azure, DigitalOcean, and more…

    Ryan Cahill - 2021-02-17

  • What the Heck is Event-Driven Architecture?

    Applications have quickly become complex webs of interconnected microservices. Failures in the API calls between microservices grow more common and far more dastardly – wreaking havoc throughout…

    David Thor - 2021-02-09

  • Get Started with Kafka and Docker in 20 Minutes

    Apache Kafka is a high-throughput, high-availability, and scalable solution chosen by the world's top companies for uses such as event streaming, stream processing, log aggregation, and more. Kafka…

    Ryan Cahill - 2021-01-26

  • Implement RabbitMQ on Docker in 20 Minutes

    Here at Architect, it's no secret that we love portable microservices. And what better way to make your services portable than by decoupling their interactions? Today we talk about decoupling your…

    Dan Barrett - 2021-01-19

  • Deploy your Django app with Docker

    Django is an excellent Python Web framework, but it can be tricky to deploy to the cloud. If you’re building in Python, you want the confidence that what you develop and deploy locally will translate…

    TJ Higgins - 2021-01-14

  • A Developer’s Guide to GitOps

    One of a modern DevOps team’s driving objectives is to help developers deploy features as quickly and safely as possible. This means creating tools and processes that do everything from provisioning…

    David Thor - 2021-01-11

  • Why distributed apps need dependency management

    Distributed cloud applications (aka microservices) have introduced an enormous amount of complexity into the design and operation of cloud software. What used to manifest itself as complexity hidden…

    David Thor - 2020-09-16
© 2022 Architect.io