Category: Web & Full-Stack Development

Designing Offline‑First Mobile Apps

Wednesday, Jul 10, 2024

Discover best practices for building mobile apps that remain functional without a network connection through caching, feature prioritization and conflict resolution.

Using Postgres’ Hstore datatype in Rails

Monday, Feb 13, 2023

HStore is a key value store within Postgres. You can use it similar to how you would use a dictionary within any other programming language, though it’s specific to a table column in the database.