Skip to content
Programming Notes
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search
Menu Close
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search

Tooling

  1. Home>
  2. Tooling>
  3. Page 2

PyTorch in Docker

  • Post author:Van Ly
  • Post published:2024-03-03
  • Post category:Docker/Programming/Python

I'm getting into the fray that is Generative AI since, according to some, my job as a programmer will soon be taken over by some literal code cranking machine. There…

Continue ReadingPyTorch in Docker

Redux Toolkit w/ Vite in Docker

  • Post author:Van Ly
  • Post published:2023-11-25
  • Post category:Docker/Node.js/Programming/React.js

Notes on setting up a Docker/Vite/React/Redux Toolkit service in Docker. That's a mouthful. Docker Files Start with a name for the project (e.g. "myproject"). Then create these Docker files: Dockerfile…

Continue ReadingRedux Toolkit w/ Vite in Docker

Celery with RabbitMQ on Docker

  • Post author:Van Ly
  • Post published:2023-09-04
  • Post category:Celery/Django/Docker/Programming/Python

Picking up from Django app template w/ Docker, here are the steps to add Celery to the Django app. Add RabbitMQ as the message queue Modify docker-compose.yml to include: services:…

Continue ReadingCelery with RabbitMQ on Docker

Django app template w/ Docker

  • Post author:Van Ly
  • Post published:2023-04-22
  • Post category:Django/Docker/Programming/Python

Revisiting https://www.pn.therealvan.com/2021/01/24/postgresql-and-mysql-docker-containers/, this post focuses on a plain Django app with minimal dependencies: exclude pipenv using the default SQLite DB Bootstrapping Start with these files: Dockerfile FROM python:3 ENV PYTHONUNBUFFERED…

Continue ReadingDjango app template w/ Docker

Kotlin with Maven

  • Post author:Van Ly
  • Post published:2023-02-05
  • Post category:Java/Kotlin/Maven/Programming

Stand-alone Programs Instructions and template for a stand-alone Java program built with Kotlin source code. An easy way to start with is, since JetBrains is behind this whole thing, just…

Continue ReadingKotlin with Maven

Wagtail in Docker

  • Post author:Van Ly
  • Post published:2022-07-31
  • Post category:Django/Docker/Programming/Python/Windows

Over the weekend I found out about a CMS software written on top of Django called Wagtail. The installation instructions promise an easy path. Just run: pip install wagtail Since…

Continue ReadingWagtail in Docker

Postgresql and Mysql Docker containers

  • Post author:Van Ly
  • Post published:2021-01-24
  • Post category:DB/Docker/MySQL/PostreSQL

To quickly get an instance of PostgreSQL and MySQL up and running, use the following docker-compose setup: Create a subdirectory to place the docker-compose.yml and optionally the data files for…

Continue ReadingPostgresql and Mysql Docker containers
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • Go to the next page
  • Author.instance().info()
  • Docker Starters
  • Patience-impaired Navigation
Copyright - WordPress Theme by OceanWP