Best of DockerDecember 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    The complete guide to System Design in 2022

    System Design is the process of defining the architecture, interfaces, and data for a system that satisfies specific requirements. System design meets the needs of your business or organization through coherent and efficient systems. The complete guide to System Design Interview in 2022 is available.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    CI/CD Tutorial For Developers

    Continuous integration (CI) and continuous delivery (CD) helps IT organizations streamline their development process by automating manual tasks related to code deployment. Continuous delivery automates the release process and ensures that code is always in a releasable state. CI/CD can also be as simple as moving away from software delivery practices to cloud-native ones.

  3. 3
    Article
    Avatar of devtoDEV·3y

    DevOps Trends for Developers in 2023

    The year 2022 saw a huge momentum in the topics such as AI/ML, automation, security, etc. DevOps practices are constantly evolving, and it is our job to keep an eye on what to focus on in the coming year. Let us see those trends and how they will impact developers and organizations.

  4. 4
    Article
    Avatar of hnHacker News·3y

    Building A Virtual Machine inside ChatGPT

    A new ChatGPT assistant made by OpenAI can be built inside a virtual machine. The virtual machine is locked inside the root directory of a Linux machine. We can chat with this Assistant chatbot, locked in the alt-internet attached to avirtual machine.

  5. 5
    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.

  6. 6
    Article
    Avatar of dzDZone·3y

    Docker Best Practices

    This is not only a theoretical exercise, but you will learn how to apply the best practices to your Docker files. It is just like writing code: you may know the syntax, but that does not mean you can write clean and good code in that specific programming language. The same applies to Dockerfiles.

  7. 7
    Article
    Avatar of notedNoted·3y

    Memos - A Twitter Like Notes App You can Self Host

    Memos is an open-source, self-hosted memo hub with knowledge management and socialization. It gives you the feeling of a social hub while you can make it as private or public as you want. It loads fast and just works as intended. Hashtags let you better organize your Memos notes into categories.

  8. 8
    Article
    Avatar of devtoDEV·3y

    Understanding Docker: part 37 – Content Trust

    The book will be released in a paperbook on Amazon, like Understanding Kubernetes in a visual way. If you like theses sketchnotes, you can follow me and tell me what do you think. If you are interested, I published all the sketchnote on Docker (and new ones!) to make a book.

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

    Top Linux resources of 2022

    Red Hat Developer is taking a look back at the most intriguing and popular content for the technologies that matter most to our readers. We'll start off with a roundup of the best Red Hat Enterprise Linux content of 2022, highlighting some of the most popular stories about Red Hat's flagship Linux distribution..NET can now control Podman.

  10. 10
    Article
    Avatar of towardsdevTowards Dev·3y

    FastAPI Production hints

    FastAPI Production hints FastAPI is a modern, fast (high-performance) web framework for building APIs with Python. In the last 3 years, it has been very popular among back-end developers that are using Python. It is asynchronous and fast because of mainly uses Startlette.

  11. 11
    Article
    Avatar of phProduct Hunt·3y

    Tunll - Tunnels from public internet to localhost for all developers

    With Tunll you can easily serve local TCP and HTTP(S) apps and web services on the public internet. Share in-progress work, build webhooks, tunnel into Docker and Kubernetes containers, access IoT devices in the field.

  12. 12
    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.

  13. 13
    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.

  14. 14
    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.

  15. 15
    Article
    Avatar of pointerPointer·3y

    HydrasDB/hydra: The open source Snowflake alternative. OLAP Postgres

    Hydra is an open source data warehouse built on Postgres. Hydra serves analytical reporting with parallelized query execution and vectorization on columnar storage. Hydra Docker image is a drop-in replacement for postgres Docker image. You can also try out Hydra locally using docker-compose.

  16. 16
    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.

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

    8 GitHub Actions for Setting Up Your CI/CD Pipelines

    You can trigger actions to run on-demand workflows by your events in a GitHub repository. These eight GitHub actions can make an impact on organizations getting started with their CI/CD pipelines. Foresight’s Workflow Kit Action Action tracks and monitors the resource metrics of your GitHub Action workflow runs.

  18. 18
    Article
    Avatar of awstipAWS Tip·3y

    Run Nginx in a Docker Container using pre-generated SSL certificate from LetsEncrypt

    Run Nginx in a Docker Container using pre-generated SSL certificate from LetsEncrypt. Make sure you replace references to “yourdomain.com’s” with the name of the actual domain for your server.

  19. 19
    Article
    Avatar of laravelLaravel·3y

    Laravel Loves PHP 8.2

    Laravel Loves PHP 8.2, bringing with it features such as read-only classes, DNF types, and much more. You should update your dependencies to use the latest versions of the framework as well as the latest version of all first-party packages such as Cashier, Passport, Scout, etc.

  20. 20
    Article
    Avatar of systemweaknessSystem Weakness·3y

    Let’s Learn SQL - Learning Web-Sec - Day 1

    Let’s Learn SQL - Learning Web-Sec - Day 1 Getting Hands Dirty With SQL Caspar Camille Rubin on Unsplash Keep reading and I promise to teach you hours of what I learnt today in just a few minutes. Feel free to comment below about things that need a better explanation or if there's any type or mistake.

  21. 21
    Article
    Avatar of jetbrainsJetBrains·3y

    GoLand Turns 5 and Releases v2022.3!

    GoLand turns 5 and releases v2022.3. GoLand 2022.3 is our third and biggest update of the year, but it's also GoLand's 5th anniversary. We invite you to have fun today and celebrate it with us!