Don’t have enough patience to look through the post list? Need some visual candy to “engage?” Here are some pretty graphics to arrange the articles by categories chosen arbitrary by me.
Python
Embedding Vector Search w/ Django & PostgreSQL, Part 2
Data Model for Embedding Typically, a model is used whose record includes: the text being embedded the embedding (vector of floats) However, RDBMSes have strict…
Embedding Vector Search w/ Django & PostgreSQL, Part 1
Sigh. 🙄 Yes–yet another “AI” article in a blog. The pgvector extension allows PostgreSQL to support vector searches. This ability is useful for implementing RAG…
Python Docker Starter
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…
Javascript
Sliding Cards Part 2
With the basics down, the next step in this little adventure w/ Javascript is to…
Infinite Sliding Cards
Part of a project I’m working on involves some animation of “cards” sliding in and…
Flipping Off CSS and JavaScript
I asked CoPilot in Microsoft Edge to help me get started with something in a…
Redux Toolkit w/ Vite in Docker
Notes on setting up a Docker/Vite/React/Redux Toolkit service in Docker. That’s a mouthful. Docker Files…
Sessions with Node.js and Express
I cannot believe how difficult it was to do something so simple. The bulk of…
Java
Sonatype Updates
Kotlin with Maven
Stand-alone Programs Instructions and template for a stand-alone Java program built with Kotlin source code….
Some Cloud Storage Services
Azure Blob Storage (“Azure”) and Google Cloud Storage (“GCS”) are now supported as well as…
Publishing a Java project into MVN Repository
It turns out that this is quite an involved process with a lot of configuration…
Too Many Languages!
ARGH! I’ve been bounced between languages. It’s driving me NUTS. This is a comparison of…