Best of Cloud NativeMay 2024

  1. 1
    Article
    Avatar of dotnet.NET Blog·2y

    General Availability of .NET Aspire: Simplifying .NET Cloud-Native Development

    General Availability of .NET Aspire, a stack that simplifies .NET cloud-native development. It brings together tools, templates, and NuGet packages to help build distributed applications in .NET more easily. It includes features like App Host project, Aspire Dashboard, and Aspire Components for resiliency and observability.

  2. 2
    Article
    Avatar of devtoDEV·2y

    The Log Is The Database

    The log is an important component in cloud-native databases as it serves as a safety measure to avoid data loss in case of failures. It allows for efficient data processing and recovery. In YugabyteDB, data is stored in LSM Trees and distributed across the network.

  3. 3
    Article
    Avatar of dotnet.NET Blog·2y

    .NET Announcements & Updates from Microsoft Build 2024

    Microsoft Build 2024 announced new features and tools to make .NET development faster and easier. The updates include improvements in AI development with .NET, new features in .NET 9 for cloud-native development, enhancements in web development with ASP.NET Core and Blazor, and improvements in multi-platform development with .NET MAUI.

  4. 4
    Article
    Avatar of lobstersLobsters·2y

    So we built a Reverse Tunnel in Go over HTTP/3 and QUIC

    Flipt has built Reverst, a reverse tunnel implementation in Go over HTTP/3 and QUIC. The blog post explains the motivation behind Reverst, its inner workings, and why HTTP/3 and QUIC were chosen as the underlying protocols.

  5. 5
    Article
    Avatar of vsVisual Studio Blog·2y

    Developing cloud native apps with Aspire

    Introducing .NET Aspire, a comprehensive stack for building and managing cloud-native apps with simplified development experience. Features include seamless app configuration, one-click deployment, and service discovery capabilities.

  6. 6
    Article
    Avatar of hnHacker News·2y

    ScottArbeit/Grace: Grace Version Control System

    Grace is a new, modern, cloud-native version control system. It is easy to use, understand, and consistently fast. Grace can handle large repositories and large file sizes. It offers gestures and events like checkpoint, commit, promote, and save for version control. Grace simplifies the commitment process and reduces merge conflicts, making version control more enjoyable for developers.

  7. 7
    Article
    Avatar of devblogsDevBlogs·2y

    Package Management & improved .NET Aspire support come to C# Dev Kit

    Announcement of the May release of C# Dev Kit, introducing package management for NuGet packages in Visual Studio Code and the ability to run/debug .NET Aspire applications. It also includes a new command to see the active document in Solution Explorer.

  8. 8
    Article
    Avatar of communityCommunity Picks·2y

    Apache APISIX Playground

    Apache APISIX is a high-performance cloud native API gateway. The post walks you through configuring Apache APISIX, installing it through Docker, creating routes, configuring load balancing, adding authentication, and setting up rate limits.