Best of ArchitectureMay 2022

  1. 1
    Article
    Avatar of containiqContainIQ·4y

    Microservices Architecture | Ultimate Guide & Tutorial

    Microservices architecture is a software architecture pattern where each task performed by an application is handled by an independent application called a service. This service often manages its own database, and communicates to other services through events, messages, or a REST API. Microservices ease the task of building software, especially at scale.

  2. 2
    Article
    Avatar of quastorQuastor Daily·4y

    The Architecture of Databases

    Quastor is a free Software Engineering newsletter that sends out summaries of technical blog posts, deep dives on interesting tech and FAANG interview questions and solutions. Today we’ll be talking about the Architecture of Databases. The various components: Transport System, Query Processor, Execution Engine, and the Storage Engine. How these components interact with each other.

  3. 3
    Article
    Avatar of newstackThe New Stack·4y

    A New Architecture for APIs

    Anant Jhingran Anant is the founder and CEO of StepZen. StepZen is a startup with a new approach for simplifying the way developers access the data they need to power digital experiences. Anant: There are two tricks that databases have done well, that will revolutionize how APIs are built and managed.

  4. 4
    Article
    Avatar of dzDZone·4y

    Creating Microservices in Nest.js

    NestJS is an opinionated framework for developing server-side Node.js applications, including microservices. In this tutorial, we’ll show how to use some of their other helpful microservice libraries to develop and operate a TCP-based microservice. We’re going to modify the boilerplate application from an HTTP-based REST API to a more raw request format. Since our microservices respond to TCP requests instead of HTTP, we will need to change the annotations on our controller methods.

  5. 5
    Article
    Avatar of phProduct Hunt·4y

    Tao of Node - A book about REST APIs and architecture with Nodejs

    Tao of Node bywas hunted byin Software Engineering Books. Made by. Featured on May 31st, 2022 .is not rated yet 0 . This is Tao of Node's first launch. Tao of. Node is a book that will be published in May 2022. For more information, visit the website.

  6. 6
    Article
    Avatar of changelogChangelog·4y

    evrone/go-clean-template: Clean Architecture template for Golang services

    Go-clean-template is created & supported by Evrone. The template shows 2 servers: Gin (RabbitMQ as transport) and REST http (Gin framework) The config structure is in the config.go . The env-required: true tag obliges you to specify a value (either in yaml, or in environment variables)

  7. 7
    Article
    Avatar of hashnodeHashnode·4y

    The Radiating Circles of DX Architecture

    Most companies will ship the developer experience of their org charts. But org charts are rarely designed with the user in mind. What does it take to design a complete+cohesive journey? This is an emerging field I've been calling DX Architecture. My favorite mental model for it looks like "Radiating Circles":