SQLite has its place, but it’s not fit for every occasion. Learn how to set up install-free versions of MariaDB, PostgreSQL MongoDB, and Redis for your development needs.
Docker is an important tool for developers and for running apps across networks, and it has many uses for the pro and hobbyist alike. Here's how you can get started using the containerization tech on ...
I am unable to perform a fresh installation of Chatwoot using the official Docker Compose method on a standard Linux server (ArchLinux). The installation consistently fails during the ...
Docker has become the go-to platform for containerized application development and deployment, offering developers and system administrators a lightweight, scalable, and efficient solution.
Travel has always been a huge part of my life. Whether I’m planning a weekend getaway for a hike or a longer multi-country backpacking trip, I’ve relied on travel apps to help keep things organized.
Minimal example of a setup with docker-compose which starts a postgres database and a FastAPI webapp. The FastAPI webapp has one endpoint, which: Inserts a row into a db table "greetings", which is a ...