Best of InfrastructureSeptember 2022

  1. 1
    Article
    Avatar of asayerasayer·4y

    Four top Front End Monitoring Tools for your Website

    Front-end or front-end application monitoring includes the process and tools for tracking and managing an application’s presentation layer. It also helps fix websites, native apps, and web apps by discarding potentially harmful errors. For example, NGINX Amplify, a SaaS-based monitoring tool, monitors performance.

  2. 2
    Article
    Avatar of gcgitconnected·4y

    7 Best Tools for Monitoring Node.js Servers.

    There are several tools available for monitoring servers, but few are designed specifically for Node.js. In this post, we will discover the 7 best of them. PM2 PM2 is a potent instrument to run Node applications, but it is also very good at maintaining and monitoring standalone applications in production servers.

  3. 3
    Article
    Avatar of developercomDeveloper.com·4y

    Deployment Patterns in Microservices Architecture

    Serverless environments make it much easier to deploy microservices because they allow you to focus on building your application functionality instead of worrying about the underlying infrastructure. Serverless architectures have several benefits, including improved scalability and flexibility, reduced pricing, and increased developer productivity.

  4. 4
    Article
    Avatar of appsignalAppSignal·4y

    Minimize Heap Allocations in Node.js

    The Heap Memory allocation is only possible with primitive variables. Memory stored in the heap will live on unless it is explicitly deleted or deallocated. The heap is a large chunk of contiguous memory blocks and is expected to remain so even after allocation and deallocation. If a sufficient chunk is not found, the program will request an increase in heap space.

  5. 5
    Article
    Avatar of spaceliftSpacelift·4y

    5 Most Useful CI/CD Tools for DevOps (Popular Options List)

    Azure DevOps by Microsoft is an all-in-one CI/CD platform that features entire software delivery in one place. Azure Test Plans offer a great set of If the compilation steps are required, they are specified as well. A successfully built image can therefore be run on any machine that hosts a Docker engine. The Docker engine also takes care of the resource management for each container.

  6. 6
    Article
    Avatar of phProduct Hunt·4y

    Lemon 2.0 - Alternative UI for AWS

    Lemon is super easy to use: just connect your AWS account and import your git repository. Lemon automatically configures infrastructure to run your apps. Lemon is a UI for AWS that makes sense.

  7. 7
    Article
    Avatar of logrocketLogRocket·4y

    Building Rust microservices with Apache Kafka

    Kafka-based microservices built with Rust usually have one or more producers and consumers. In this article, you’ll learn how to build a microservice using Rust with Kafka. The producer is connected to your local server at localhost:9092. The consumer we created above reads events published to the topic- Name topic and prints the event’s message to the console. It works in more detail. The consumer is created.

  8. 8
    Article
    Avatar of lnLaravel News·4y

    From idea, to blog, to live without leaving your IDE

    Statamic is a fantastic content management package you can add to your Laravel applications. In this tutorial, I will show you how to start with a new Statamic website and take this from an idea for a blog to deploying this as a static site to Digital Ocean using infrastructure as code.

  9. 9
    Article
    Avatar of communityCommunity Picks·4y

    Akka is moving away from Open Source

    Lightbend is changing Akka’s licensing to ‘Business Source License (BSL)’ This is not an Open Source, or a Free Software license. This is a proprietary license. It restricts free usage to non-commercial purposes only, otherwise for any production use you’ll need to have LightBend developed most of Akka.