Best of ContainersDecember 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 medium_jsMedium·3y

    Docklight: a GUI that visualizes your Docker container metrics

    Docklight is a GUI that visualizes your Docker container metrics. It is an open-source tool that communicates directly with your Docker Daemon. Docklight runs on the localhost of your machine, and once clicked on, our metric pages immediately pull streams of information from your Daemon and display them in clean, beautiful, readable charts.

  3. 3
    Article
    Avatar of infoqInfoQ·3y

    Google Releases Open-Source Vulnerability Scanning Tool

    Google releases OSV-Scanner, an open-source front-end interface to the Open Source Vulnerability (OSV) database. Vulnerabilities are reported either in tabular format or, optionally, in the JSON-based OSV format. The format is designed to enforce version specification that aligns with the naming and schemes.

  4. 4
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP35: What is Kubernetes

    The diagram compares monolithic and microservice architecture in the ideal world. GRPC is an open-source remote procedure call framework created by Google in 2016. In a monolithic architecture, all the components are deployed in one single instance. The data tables relating to each component are usually deployed in the same database.

  5. 5
    Article
    Avatar of itnextITNEXT·3y

    Unlock the Secret Powers of Docker

    These guides will provide you with the knowledge and tools you need to stay several steps ahead in the world of containerization. From reverse engineering Docker images to emulating Raspberry Pi clusters to deception tactics to trap hackers. These guides will teach you how to create a scalable, binary-compatible cluster using QEMU, Docker, Docker Compose.

  6. 6
    Article
    Avatar of awstipAWS Tip·3y

    Dockerizing your Django Web Application

    Docker allows a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and ship it all out as one package. This makes it easier to develop, test, and deploy applications, because you can be sure that your application will work in any environment that has Docker installed.

  7. 7
    Article
    Avatar of newstackThe New Stack·3y

    Yes, WebAssembly Can Replace Kubernetes

    WebAssembly, or Wasm, was shown to be a very practical way to run code on a web browser. It has worked so well that the World Wide Web Consortium named it a web standard in 2019. Other languages Wasm can accommodate include Rust, Go,.NET, C++, Python, Java and PHP.

  8. 8
    Article
    Avatar of devblogsDevBlogs·3y

    Build Your Own Podcast App with .NET 7, Blazor, and .NET MAUI

    Build Your Own Podcast App with.NET 7, Blazor, and.NET MAUI The.NET Podcast app was first introduced at.NET Conf 2021 and recently updated to highlight new features in.NET7 at the.NETconf 2022 keynote. The app is ready to use sample application that showcases.NET, ASP.

  9. 9
    Article
    Avatar of dzDZone·3y

    Dockerizing a MERN Stack Web Application

    The MERN stack is a JavaScript stack that is designed to make the development process smoother. MERN includes four open-source components: MongoDB, Express, React, and Node.js. The stack is becoming increasingly popular and could be a powerful stack to figure in. Join the DZone community and get the full member experience.