Clarifying a few possible ways to implement resumable workflows when working with external APIs.
You probably use some type of error monitoring software to notify you when an exception is raised in your application, but are you being notified when there is an anomaly in user behavior?
How do you even save a “duration”, let alone query for records by that value? It’s actually easier than you think.
Leverage the power of the I/O table mindset to make your tests as maintainable and readable as possible.
A quick introduction to which database index types are right for the task at hand in Postgresql.
Search through user-provided HTML content with PostgreSQL and Active Record.
could not connect to server: No such file or directory. Is the server running locally and accepting connections on Unix domain socket?
Scheduling, recurring events and relative dates have always been hard. Until now.