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

Yearly Archives: 2023

  1. Home>
  2. 2023

Redux Toolkit w/ Vite in Docker

  • Post author:Van Ly
  • Post published:November 25, 2023
  • Post category:docker/Node.js/programming/react

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:September 4, 2023
  • 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

Sentry on Django

  • Post author:Van Ly
  • Post published:August 4, 2023
  • Post category:django/programming/Python/sentry

Sentry is one of those things that most companies use, but most people (or maybe just I) don't really know how to use it. The way I learn these things…

Continue ReadingSentry on Django

Django app template w/ Docker

  • Post author:Van Ly
  • Post published:April 22, 2023
  • 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:February 5, 2023
  • 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
  • Author.instance().info()
  • Docker Starters
Copyright - WordPress Theme by OceanWP