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

Notes for various programming topics and areas

Infinite Sliding Cards

  • Post author:Van Ly
  • Post published:February 1, 2025
  • Post category:HTML/CSS/Javascript/programming

Part of a project I'm working on involves some animation of "cards" sliding in and out of existence. This trinity of HTML/CSS/JS serves as a basis for that functionality. The…

Continue ReadingInfinite Sliding Cards

Flipping Off CSS and JavaScript

  • Post author:Van Ly
  • Post published:January 18, 2025
  • Post category:HTML/CSS/Javascript/programming

I asked CoPilot in Microsoft Edge to help me get started with something in a Web page to allow me flip between cards: You are an expert in Javascript and…

Continue ReadingFlipping Off CSS and JavaScript

Python Docker Starter

  • Post author:Van Ly
  • Post published:October 25, 2024
  • Post category:docker/programming/Python

I've had to set these up so many times that having a starter .tar.gz will help:django-starter.tar.gz Contents Dockerfile docker-compose.yml requirements.txt Commands Shell in with service ports: docker-compose run --rm --service-ports…

Continue ReadingPython Docker Starter

Celery/RabbitMQ Notes on Task Timings

  • Post author:Van Ly
  • Post published:September 1, 2024
  • Post category:celery/django/rabbitmq

The following notes apply when using Celery with the RabbitMQ broker. Celery Settings task_acks_late The Celery setting task_acks_late (by default disabled), if set, will defer message ACK with RabbitMQ until…

Continue ReadingCelery/RabbitMQ Notes on Task Timings

PyTorch in Docker

  • Post author:Van Ly
  • Post published:March 3, 2024
  • 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: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
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • Go to the next page
  • Author.instance().info()
  • Docker Starters
Copyright - WordPress Theme by OceanWP