📰 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

Dev.to · Stephen McCullough
6d ago
Indexatron Update: Context-Aware Analysis with Local Vision Models
How injecting domain knowledge into prompts transformed a generic image classifier into something that understands your specific photo archive

Dev.to · Stephen McCullough
1w ago
A Self-Hosted Image Sharing Pipeline
Image URLs break. You paste a screenshot into Teams, share the link, and six months later it's gone....

Dev.to · Stephen McCullough
1w ago
Maintaining Open Source in the AI Era
Reflections on building and maintaining Ruby and Python packages, how AI has changed the process, and why I'm not entirely sure it's for the better

Dev.to · Stephen McCullough
1w ago
Lazy Loading Cache for whatisonthe.tv
Working on whatisonthe.tv, I needed a caching pattern for film and star metadata lookups. The app...

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...

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...

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

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. ...

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

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

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
DeepCamp AI