How to store different client's reading cursor in PostgreSQL, so to facilitate consuming an event stream by different consumers.
ReadHow to build a basic data model for Event Sourcing in PostgreSQL, and let multiple clients consume one or more topics.
ReadHow to build an Event Sourcing system using one of the best data-store tools available to humankind: Postgres!
ReadThis is a personal list of the stuff that I like about JavaScript and that I believe should be used today.
ReadLearn by examples how easy is to build a Fastify based Web Service with ForrestJS and its feature composability.
ReadExecuting repeatable jobs is at the core of most IT projects.
From following up a few days after a user signs up, to repetitive cleaning or caching procedures.
FetchqCRON provides time-based execution as a service, on Heroku or on-premise via Docker. FOR FREE.
Two years ago I was working on a web-scraper with my startup Mysocial.io and we needed to distribute work across multiple servers while achieving uniqueness in the system. We were handling hundreds of millions of tasks and FetchQ is the result of that effort.
Read