Best of InfrastructureJuly 2023

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP68: Top architectural styles

    New Relic APM 360 goes beyond incident response and unlocks daily performance, security, and development insights for all engineers in one unified view. Firewall explained to Kids… and Adults A firewall is a network security system that controls and filters network traffic, acting as a watchman between a private network and the public Internet.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Microservices VS Monoliths

    Microservices VS Monoliths. Microservices need no introduction and…. Microservices are a de facto solution for a web application which enables organizations to get most benefits of the cloud. The answer is not a perfect black and white scenario and its not a one-size-fits all solution.

  3. 3
    Article
    Avatar of devtoDEV·3y

    All your ssh and database servers accessible directly from your Browser

    New Border0 client portal allows 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. We offer both a card and a list view and the choice between dark or light mode. The search box at the top of the screen supports fuzzy search capabilities.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    Million.js v2.5.1

    Million.js v2.5.1 brings a ton of new features and bug fixes. Make sure to upgrade your Million.js version to latest: Let's dig straight into it: Virtualization.js virtualizing in React.js. You can check out the virtualizing guide here to get started.

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

    Rethink the Way You Share Data Between Microservices with Change-Data-Capture

    Re -Think the Way You Share Microservices Data. Use Change Data Capture to replicate the data for microservice architecture. Re-think the way You Share Data Between Microservices with Change-Data-Capture Organizing and sharing your data across microservices. Use the replication system when the services will be sharing the data.

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

    Essential Tools for a Smooth Landing into the World of DevOps

    DevOps has emerged as a crucial methodology for bridging the gap between development and operations teams. DevOps emphasizes collaboration, automation, and continuous integration and delivery (CI/CD) Tools include Jenkins, Ansible, Docker, Kubernetes, Terraform, AWS CloudWatch, Prometheus, Jira, and more.

  7. 7
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Deploy a Next.js App with Custom Domain on AWS Using SST

    "Serverless" refers to a cloud computing model where developers can build and deploy applications without the need to manage servers. In a serverless architecture, the cloud provider handles server provisioning, scaling, and maintenance. The Serverless Stack Toolkit (SST) is a framework for building serverless applications. We'll deploy a Next.

  8. 8
    Article
    Avatar of spaceliftSpacelift·3y

    Pulumi vs. Terraform : Key Differences and Comparison

    Terraform and Pulumi are both software tools that automate the management of cloud computing infrastructure using code and templates. Pulumi is an IaC tool that uses a declarative format to deploy infrastructure. Terraform is cloud-agnostic and allows automating infrastructure stacks from multiple cloud service providers simultaneously.

  9. 9
    Article
    Avatar of communityCommunity Picks·3y

    Flightcontrol — AWS Without Pain

    You get the same or better DX than Vercel/Heroku all without any devops work. You can sleep well at night without worrying about a flaw in your CDK or Terraform config. You can scale to IPO and beyond because there's no Flightcontrol infrastructure getting in your way.

  10. 10
    Article
    Avatar of typescripttvTypeScript.TV·3y

    Create a TypeScript test matrix using GitHub Actions

    GitHub workflows provide an excellent platform for setting up a continuous integration pipeline. Within a workflow, you can define one or more jobs. This approach enables you to test your TypeScript code across different operating systems or configurations, such as different versions of Node.js.

  11. 11
    Article
    Avatar of winglangWing·3y

    Announcing Wing Cloud

    Wing Cloud is a unified programming and operational experience that works across all cloud providers and services. It is a new kind of abstract cloud. It doesn’t involve data centers, machines, or provisioning engines. It’s a layer that enables builders to harness this general-purpose computing platform.

  12. 12
    Article
    Avatar of spaceliftSpacelift·3y

    CircleCI vs. Jenkins – CI/CD Tools Comparison

    CircleCI vs. Jenkins is an open-source automation server that is used for the continuous integration and continuous delivery of software. It automates various tasks such as building, testing, and deploying applications. Jenkins has a distributed architecture, making it easy to distribute workloads across multiple machines, speeding up the execution of jobs.