Theres a bit of everything – from screensavers, system monitors and even games.

Enjoy.

  • AnonymousLlama@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 year ago

    Along with what the other old mates have said. Using containers is super handy in web development. You can use Docker Desktop (windows, mac, linux etc) and set up containers, one for PHP, another for postgres (database) and have them all interconnect.

    The benefit I’ve found is that once someone has set up a docker file (the thing that says how it all builds and interconnects) you can launch it with a single click.

    The Kbin project itself has a docker setup to get up and running, handling most of the connection between the database and Symfony (the framework of the website)