Docker projects

Stuff I build with

28 projects

Docker · 13

Show all
pgvector-filterbench

pgvector-filterbench

Go Version 0.1.2

A command-line tool for checking how pgvector search behaves once you add filters. It measures speed, compares approximate results with exact search, and checks query plans to see whether PostgreSQL is using your HNSW index.

View tool
SSRWire console local run
SSRWire console run

SSRWire

Typescript Version 0.5.0

A command-line tool for inspecting the HTML your server sends, including content and metadata that arrive in a stream. It records when important elements appear and compares responses for different browser, search-crawler and social-preview user agents.

View tool
routeplay

routeplay

TypeScript Version 0.4.0

A command-line tool for checking that a page delivers the right content and metadata however you reach it. It compares the HTML your server sends, a fresh browser load and the result of clicking through from another page.

View tool
ILCrawler crawl issues screenshot
ILCrawler crawl issues screenshot

ILCrawler

Go Version 0.41.0

ILCrawler is the technical SEO crawler I use for my own websites and client audits. It brings page checks, links, screenshots, performance samples and reporting into one place. It’s also the project that repeatedly convinced me I was only one rewrite away from being happy with it.

View project
pgvector-index-manager

pgvector-index-manager

Go Version 0.1.1

A command-line tool for keeping your pgvector indexes in line with a configuration you control. It checks what exists, shows you what needs changing, and can build and replace HNSW indexes when you apply those changes.

View tool