Postgres To SQLite - Building SaaS #209.3
The author details migrating a Django SaaS app's database from Heroku's Postgres to SQLite as part of a move to DigitalOcean.
The author details migrating a Django SaaS app's database from Heroku's Postgres to SQLite as part of a move to DigitalOcean.
The author begins migrating a Django SaaS app from Heroku to DigitalOcean using Kamal and Docker containers.
A guide on using Docker to create consistent and isolated local development environments, including setup steps and best practices.
A guide to essential Docker commands for developers, covering image management, container operations, and workflow optimization.
Building a Docker container for a SaaS app, combining static files from Hugo (Go), Tailwind (JS), and Sphinx (Python).
A developer episode on using Kamal to deploy a demo app to a Digital Ocean Droplet VM, covering the tool's operations.
An in-depth technical look at Docker's core components, including its architecture, images, containers, and how they work together.
Learn how to integrate Takeout with Laravel Sail to add services like PostgreSQL and save RAM by using shared Docker containers.
A quick reference cheatsheet for essential Docker commands, covering images, containers, and Docker Compose.
A tutorial on how to Dockerize a custom React application with Webpack, including creating a Dockerfile and building an image.
A step-by-step tutorial on how to Dockerize a create-react-app application, from creating a Dockerfile to building the image.
A step-by-step tutorial on how to Dockerize a Node.js application, from creating a Dockerfile to building the image.
A step-by-step guide to installing Docker on MacOS using Homebrew, including setting up the Docker engine and environment.
A guide on setting up and running PostgreSQL and pgAdmin using Docker Compose for local development.
Explores a simpler alternative to Docker for deploying Python web apps, comparing it to common methods and containers.
A guide comparing local development, Vagrant, and Docker for web projects, helping developers choose the right tool for their workflow.
Recap of a Python Frederick meetup where Patrick Pierson presented on Django, covering local development tools like Docker and Vagrant.