Best of DockerJanuary 2022

  1. 1
    Article
    Avatar of gcgitconnected·4y

    How I scrape lots of sites with one python script

    Mykhailo Kushnir has created a python script that can scrape 90% of websites for free. He uses a dockerized version of Selenium and chromedriver for stability. The script can be used to scrape good-old quotes.toscrape.com. The result is stored in a CSV file.

  2. 2
    Article
    Avatar of towardsdevTowards Dev·4y

    Dockerize your API’s: FastAPI — Part1

    Gagandeep prasad explains how to Dockerize your API’s: FastAPI — Part1. In this simple blog we will create an → basic API && Dockerize it. We will be using docker-compose (reason: it looks cool😎)

  3. 3
    Article
    Avatar of towardsdevTowards Dev·4y

    Docker inside Docker

    Docker is a tool that helps you launch a new operating system in less than a second. Can we launch a container inside a container? Or more simply, can we launch Docker inside Docker? The answer is ‘Yes’ How can we do it, let’s see.

  4. 4
    Article
    Avatar of devgeniusDev Genius·4y

    Simple SMS Api and Collector using FastAPI, Spring Boot, Kafka and MongoDB

    Simple SMS Api and Collector using FastAPI, Spring Boot, Kafka and MongoDB. Engleang Sam: This is just the proof of concept for developing various complex integration systems which you can implement in any programming language via the support of Apache Kafka. The important parts of the SMS system are CP, MT , MO and can be DN.