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>
  3. Page 2

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

Elusive CSS Property: box-sizing

  • Post author:Van Ly
  • Post published:2025-03-18
  • Post category:HTML/CSS/Programming

One CSS property (among many) that ALWAYS cause problems for me is the box-sizing property. Therefore, I might as well add a post for it. Normally, when setting the width…

Continue ReadingElusive CSS Property: box-sizing

Embedding Vector Search w/ Django & PostgreSQL, Part 2

  • Post author:Van Ly
  • Post published:2025-03-04
  • Post category:Django/PostreSQL/Programming/Python

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 and relatively static schemas that…

Continue ReadingEmbedding Vector Search w/ Django & PostgreSQL, Part 2

Embedding Vector Search w/ Django & PostgreSQL, Part 1

  • Post author:Van Ly
  • Post published:2025-02-12
  • Post category:Django/Docker/PostreSQL/Programming/Python

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 solutions. The link has all…

Continue ReadingEmbedding Vector Search w/ Django & PostgreSQL, Part 1

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

Flipping Off CSS and JavaScript

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