Best of Docker ComposeMay 2023

  1. 1
    Article
    Avatar of livecycleLivecycle·3y

    Building a Slack clone Including Preview Environments, Using Next.js and Supabase

    Building a Slack clone Including Preview Environments, Using Next.js and Supabase, using next.js. We’ll also set up preview environments for every commit in every branch, complete with all the running services. Preevy will build and deploy our app using a cloud provider, in this case cheap AWS Lightsail VMs.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Use NestJS, MongoDB and Docker to Create an URL Shortener

    Use NestJS, MongoDB and Docker to create a simple URL shortener API with NestJS and MongoDB. The source code is published on GitHub and can be used freely. Also, Docker Swarm setup May 8, 2023· 12 min read Paul Knulst in Programming.

  3. 3
    Article
    Avatar of amplicationAmplication·3y

    The Amplication Plugin System

    Amplication's plugin system allows us to add new features or manipulate our generated application's behaviors. Amplication will continue generating code as normal when no lifecycles event is provided and no parameters are changed. It's essential to consider the execution order of the events in the DSG service.