The Archive
Writing
Thoughts on software engineering, systems design, and the occasional rant about complexity.
2 min read
OpenSearch Saved My Sanity (My Honest Take)
Switched from Weaviate to OpenSearch. Now I get both semantic and keyword search in one system instead of managing two different systems. Performance? Insane
#opensearch#weaviate
4 min read
Back to Python with FastAPI
Exploring FastAPI after years with Spring Boot - a comparison of building CRUD APIs with modern Python tooling and why it might just be worth the switch.
#python#fastapi+1