Postgres is Enough . GitHub Gist: instantly share code, notes, and snippets.
Introduction Postgres queue tech is a thing of beauty, but far from mainstream. Its relative obscurity is partially attributable to the cargo cult of “scale”. The scalability cult has decreed that there are several queue technologies with greater “scalability” than Postgres, and for that reason alone, Postgres isn’t suitably scalable for anyone’s queuing needs. The cult of scalability would rather we build applications that scale beyond our wildest dreams than applications that meet concrete customer and business needs. Postgres’ operational simplicity be damned; scale first, operate later.
Postgres is Enough . GitHub Gist: instantly share code, notes, and snippets.
How to reduce complexity and move faster? Just Postgres for everything. - Olshansk/postgres_for_everything
A working example with async Python and Quart
An evening rant about the unnecessary bloat in Software Engineering