Recent posts

What is CORS?

An excellent explanation: Cross-origin resource sharing (CORS) is a mechanism for integrating applications. CORS defines a way for client web applications th...

Picking the right Database

An amazing review of use cases that inform the selection of databases: Relational(SQL-like), Key-Value (Redis), Document (Mongo), Time-Series (Prometheus), G...