#Docker

3 article(s) tagged with this topic

DevOps
Using ZFS Snapshots with Docker Containers

Recently I spent some time learning Docker and ZFS. I was already using ZFS snapshots on OS-level projects, automating them with Sanoid and replicating them to another machine using Syncoid.

Jun 02, 2026 6 min read
AI Integration
Building a RAG Pipeline on SQL Server: What I Learned

Recently, I worked on setting up a RAG pipeline using SQL Server as the vector database. The main goal was to test how practical SQL Server is for storing embeddings, searching similar content, and integrating AI features into an existing production-style database.

May 14, 2026 5 min read