Posts tagged: database
The Future Stack — UI, Inference, Database
What if the traditional backend (REST APIs, business logic, middleware) gets absorbed by inference, leaving only UI, an LLM, and a database?
Zero-Backend Analytics: Collapsing Web Tracking to Postgres and GCP for $0
Why I rejected bloated SaaS trackers, isolated my database boundaries, and built a custom static blog analytics pipeline using only Neon Postgres and GCP Cloud Functions for $0.
Scaling Micro-Transactions: Many-to-One Payout Batching inside Postgres
How to implement threshold-based payout batching using many-to-one database relations and PL/pgSQL triggers to minimize on-chain notary fees and transaction costs.
Engineering Spec: Decoupled Zero-Cost Blog Analytics
The complete technical specification, schema design, and serverless code for our isolated blog analytics tracking engine.