Knowledge
Event Driven Programming: A Definitive Guide
We go over the basics of event driven programming: how it works, benefits, variants, and use cases.
Convex
a month ago
Multiple apps on a single domain hosted on sub-paths
Serve your app on a sub-path to host multiple apps on the same domain, using vercel.json rewrites.
Ian Macartney
2 months ago
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
6 months ago
Comparing Realtime Databases
Learn about the existing options for databases that come with realtime elements and find out how they compare.
Convex
7 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
7 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
8 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
8 months ago