The Convex Blog
  • Home
  • Blog
  • About us
  • Jobs
Sign in Subscribe

Convex

A collection of 5 posts
Fully Reactive Pagination
reactivity

Fully Reactive Pagination

Paginating over large datasets is tricky when the data is changing. Naive approaches result in missing or duplicated data. The trick is to rewrite limit queries (fetch 5 items) into range queries (fetch between cursors). Convex handles this automatically!
Dec 7, 2022 5 min read
Ready for Actions
Convex

Ready for Actions

Actions are Convex’s first foray into code that has side-effects or isn’t oriented around data access.
Nov 28, 2022 1 min read
The serverless revolution deserves more than just a serverless database
Convex

The serverless revolution deserves more than just a serverless database

The serverless movement has eliminated many problems but has left application developers with the hardest one of all: managing distributed state.
Nov 17, 2022 3 min read
Announcing our Series A
Convex Featured

Announcing our Series A

We’re very excited to announce Convex’s $26M series A [https://www.forbes.com/sites/kenrickcai/2022/04/27/convex-series-a-26-million-developers-dump-databases/] financing led by Andreessen Horowitz [https://a16z.com/2022/04/27/investing-in-convex/]. General Partner Martin Casado [https://a16z.com/author/martin-casado/] is joining the Convex board. We’ve been
Apr 27, 2022 1 min read
Better Testing With Less Code Using Randomization
Programming

Better Testing With Less Code Using Randomization

Moving assertions into application code and randomizing test input helps bring more value from fewer tests.
Feb 25, 2022 6 min read
Page 1 of 1
The Convex Blog © 2023
Powered by Ghost