Best of InfrastructureJune 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    DevOps is Bullshit

    DevOps started as a well-intentioned set of practices and culture, it has devolved into an unholy beast of division and tunnel vision. The problem is most engineers don’t want to do operations work, they want to build the product. The knowledge silos are a feature, not a bug.

  2. 2
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    All your servers accessible directly and securely from your Browser

    All your servers are accessible directly and securely from your Browser. Border0 client portal is a beautiful and efficient web interface that allows your users to quickly and easily discover all servers they have access to. The dashboard features app cards for each service, with easily distinguishable icons and details.

  3. 3
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Scaling Microservices: A Comprehensive Guide

    Scaling Microservices: A Comprehensive Guide How to tackle challenges in scaling microservices. Scaling microservices can pose significant challenges and tools you can use to prevent them. Service discovery, load balancing and inter-service communication are the 3 main aspects you need to consider.

  4. 4
    Article
    Avatar of infoworldInfoWorld·3y

    Rust language gets new governance

    The Rust Leadership Council will assume responsibility for top-level governance concerns. The change follows some disgruntlement in the Rust community over the project’s leadership and governance. There has been some community dissatisfaction with Rust project leadership lately, with one result being a fork of the language.

  5. 5
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Event-Driven Application with Spring Boot and Apache Kafka

    The system reacts based on the event instead of the regular making request and waiting for a response sequence. This allows systems to communicate with one another asynchronously and reliably. Even when the system is down it’s still able to process the request when it comes back online.

  6. 6
    Article
    Avatar of colkgirlCode Like A Girl·3y

    Ports and adapters in Python-Domain Driven Design patterns

    Ports and Adapters in Python-Domain Driven Design patterns are an architectural pattern for building loosely coupled and maintainable applications. The application core consists of the business logic, which can be tested independently of the infrastructure. The adapters provide the interfaces to connect the core with the external world.