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

programming

  1. Home>
  2. programming

Go OOP Notes

  • Post author:Van Ly
  • Post published:April 15, 2025
  • Post category:go/programming

Some quick notes on Go after taking a short "OOP in Go" course from LinkedIn (instructor Frank P Moley III). Encapsulation Encapsulation in Go is performed at a package level…

Continue ReadingGo OOP Notes

Sliding Cards Part 2

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

With the basics down, the next step in this little adventure w/ Javascript is to make it work in a React.js environment (Next.js to be more precise). There were some…

Continue ReadingSliding Cards Part 2

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

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

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
  • 1
  • 2
  • Go to the next page
  • Author.instance().info()
  • Docker Starters
Copyright - WordPress Theme by OceanWP