curl vs restish: Why You Should Upgrade Your API Testing in 2025
curl has been the default for HTTP requests since forever. restish is what curl should've been for REST APIs in 2025.
api cli devtools
4 articles on programming, AI, and technology.
curl has been the default for HTTP requests since forever. restish is what curl should've been for REST APIs in 2025.
Turn SQLite into a vector database for semantic search, image similarity, and RAG applications. No external services, just pure SQL.
SQLite is fine on its own, but sqlean makes it actually useful for real work. Here's why you should probably be using it.
Zod is fine for TypeScript projects, but JSON Schema actually solves validation at a fundamental level. Here's why it matters.