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

Sonatype Updates

  • Post author:Van Ly
  • Post published:2025-12-22
  • Post category:Java/Maven/Programming

Sonatype "sunset" their OSSRH system for publisning into https://mvnrepository.com/ on 2025-06. These steps will allow using the existing Maven plugins to publish while working on switching to their new plugin.

Continue ReadingSonatype Updates

Go OOP Notes

  • Post author:Van Ly
  • Post published:2025-04-15
  • 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:2025-02-06
  • Post category:HTML/CSS/Javascript/Programming/React.js

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:2025-02-01
  • 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: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
  • 1
  • 2
  • 3
  • Go to the next page
  • Author.instance().info()
  • Docker Starters
  • Patience-impaired Navigation
Copyright - WordPress Theme by OceanWP