Best of InfrastructureDecember 2022

  1. 1
    Article
    Avatar of spaceliftSpacelift·3y

    The Most Comprehensive List of DevOps Tools for 2023

    The Most Comprehensive List of DevOps Tools for 2023 gathers some of the most useful and commonly used DevOps tools and technologies. Git Git is the most commonly used distributed version control system and is the clear winner in this space. GitHub GitHub is the default and most broadly used code repository management system.

  2. 2
    Article
    Avatar of faunaFauna·3y

    Side-by-side comparison of serverless databases

    Serverless databases make it easy to build and scale your application because they abstract away the underlying infrastructure and automatically scale to meet the need of your application. With MongoDB, you don’t have to manage any infrastructure by yourself. This article compares commonly used serverless databases so you can make an informed decision.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    DevRel as a Service

    By 2030 no engineers will be left, tech will just be all devrels devrelling their $19 ebooks and $10 Substacks and $4.99 Super Follows to each other. To scale DevRel, DevRel should turn from an Ownership role (the buck stops here) to an Enablement role.

  4. 4
    Article
    Avatar of dzDZone·3y

    DevOps vs. SRE vs. Platform Engineer vs. Cloud Eng

    The practice of DevOps evolved in the 2000s to address the need to increase release velocity and reduce product time to market. The DevOps answer was to break down silos and encourage greater collaboration facilitated by tooling, cultural change, and shared metrics. The one thing that DevOps was not was a role specification.

  5. 5
    Article
    Avatar of octopusdeployOctopusDeploy·3y

    What is GitOps?

    GitOps is a relatively new addition to the growing list of "Ops" paradigms taking shape in our industry. It all started with DevOps, and while the term DevOps has been around for some years now, it seems we still can't agree whether it's a process, mindset, job title, set of tools.

  6. 6
    Article
    Avatar of vercelVercel·3y

    Building a powerful notification system for Vercel with Knock – Vercel

    Building a powerful notification system for Vercel with Knock with Knock Friday, December 16th 2022 Engineering Friday. We're excited to release our new notification system as a public beta. In this blog post, we'll dive into how we leveraged Knock to create a notification system that enables you to configure your notifications to increase the signal.

  7. 7
    Article
    Avatar of anavidAnalytics Vidhya·3y

    Introduction to Apache Kafka: Fundamentals and Working -

    Kafka is a distributed, real-time streaming platform for large-scale data processing. It uses Kafka for many things, such as computing the cab fare in real time depending on the demand, destination, and availability of cabs. Kafka is an evolution of pub-sub messaging where messages are stored and transformed as they occur.

  8. 8
    Article
    Avatar of rhdevRed Hat Developer·3y

    GitOps Cookbook: Kubernetes automation in practice

    GitOps is a methodology and practice that uses Git repositories as a single source of truth to deliver infrastructure as code. It takes the pillars and approaches from DevOps culture and provides a framework to start realizing the results. GitOps expands upon existing processes from application development to deployment, app lifecycle management, and infrastructure configuration.

  9. 9
    Article
    Avatar of glcGolang News·3y

    A Golang-based open-source network monitoring tool

    GoReplay is an open-source network monitoring tool which can record your live traffic and use it for shadowing, load testing, monitoring and detailed analysis. As your application grows, the effort required to test it also grows exponentially. This eliminates the risks of putting a third party component in the critical path.