YOYura Oakinlizard-build.hashnode.dev·1d ago · 11 min readAI Agent Memory with Redis: Remember Users Across SessionsAI agent memory with Redis lets your application save context between model calls and load it when the same user returns. The model sees that context in its next request. Redis holds the data; your ap00
YOYura Oakinlizard-build.hashnode.dev·1d ago · 11 min readPostgres MCP: connect your AI agent to a databaseA Postgres MCP server lets an AI agent inspect a PostgreSQL schema and run queries through the Model Context Protocol. You give the server a database connection; your agent calls its tools to read tab00
YOYura Oakinlizard-build.hashnode.dev·2d ago · 8 min readVercel alternatives: choosing a host for your backendThe right Vercel alternative depends on what your application runs. Compare Lizard, Railway and Render for services that stay active between requests. Consider Cloud Run for an HTTP service that can s00
YOYura Oakinlizard-build.hashnode.dev·2d ago · 6 min readDeploy from Claude Code: a practical Lizard workflowClaude Code can deploy an application by using a hosting provider's tools in your development environment. With Lizard, the agent can inspect the project, use the Lizard CLI to deploy, configure depen00
YOYura Oakinlizard-build.hashnode.dev·2d ago · 6 min readFirebase alternatives: match the backend you needChoose a Firebase alternative by the Firebase services you need to replace. Supabase and Nhost belong on a shortlist for a PostgreSQL-based backend. Appwrite offers an integrated backend product. Pock00