11 articles

📰 Dev.to · Stephen McCullough

Articles from Dev.to · Stephen McCullough · 11 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (9351) ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog
Git Worktree for Multiple Branches
Dev.to · Stephen McCullough 1w ago
Git Worktree for Multiple Branches
Just learned about git worktree and it's genuinely useful. Problem: Need to work on feature branch...
Cypress Component Isolation Issues
Dev.to · Stephen McCullough 1w ago
Cypress Component Isolation Issues
Working on a personal project, I hit a frustrating limitation with Cypress: component state bleeding...
Indexatron: Teaching Local LLMs to See Family Photos
Dev.to · Stephen McCullough 1w ago
Indexatron: Teaching Local LLMs to See Family Photos
An experiment using Ollama with LLaVA and nomic-embed-text to analyse family photos locally - proving that privacy-preserving AI photo analysis actually works
Dropping Down to Raw ASGI
Dev.to · Stephen McCullough 1w ago
Dropping Down to Raw ASGI
Building mailview, Mount looked like the obvious choice for attaching routes at /_mail. It wasn't. ...
Building Swanson: A RAG-Enhanced Recommendation System for whatisonthe.tv
Dev.to · Stephen McCullough 1w ago
Building Swanson: A RAG-Enhanced Recommendation System for whatisonthe.tv
How I built a context-aware recommendation system using Claude, Server-Sent Events, and viewing history to suggest TV shows and films
Extracting Authentication to a Microservice
Dev.to · Stephen McCullough 1w ago
Extracting Authentication to a Microservice
Lessons from extracting authentication and authorisation into a dedicated microservice, including database migration, in-memory testing, and architectural decis
Adding OAuth to the Authentication Service
Dev.to · Stephen McCullough 1w ago
Adding OAuth to the Authentication Service
Extending the authentication microservice with OAuth 2.0 support for Keycloak and Google, evaluating FastAPI libraries, and why I chose aioauth