Bright ideas and techniques for building with Convex.

Knowledge

Convert your .json array to a .jsonl (JSON Lines)
JSON Lines stores one JSON object per line in a file, which is more scalable. Here's the one-liner to convert your .json file to .jsonl
Ian Macartney's Profile image
Ian Macartney
2 months ago
Comparing Realtime Databases
Learn about the existing options for databases that come with realtime elements and find out how they compare.
Convex's Profile image
Convex
3 months ago
Supercharge `npm run dev` with package.json scripts
With a simple `npm run dev` we can sign up a user for Convex, add seed data, and run the frontend and backend (including database) in parallel. Here's how we do it, and how to undo it too.
Ian Macartney's Profile image
Ian Macartney
3 months ago
What is a Database Transaction?
Understanding database transactions is essential for full-stack developers. So, what is a database transaction and how does it work?
Convex's Profile image
Convex
4 months ago
What is a Client?
Learn what a client is in the context of fullstack TypeScript development and understand the client's role in the client-server architecture.
Convex's Profile image
Convex
4 months ago