Sublime
An inspiration engine for ideas
jazz - Instant sync
jazz.toolsBack-end
We use TypeScript and Node.js across our back-end applications. They are divided into serverless functions using Next.js API Routes and long running Express servers.
Our applications generally try to follow a single concern, for example, our public API is served from an Express server, our SMTP from another one, but we have a few others... See more
We use TypeScript and Node.js across our back-end applications. They are divided into serverless functions using Next.js API Routes and long running Express servers.
Our applications generally try to follow a single concern, for example, our public API is served from an Express server, our SMTP from another one, but we have a few others... See more
What is our tech stack · Resend
Wim Cools on X: "Okay a Very-High Level (Raw!) Braindump of Some Architecture/Stack Decisions. We'd Love to Write Some Blog Posts About It Later but Gotta Ship First :) - App Written Completely From Scratch in Vanilla ES6 - No Frameworks, No Dependencies - (.. Except Libsodium for Encryption And" / X
x.comx.comLocal database for development
Each table in the database had an accompanying script that would generate a subset of the data for use in local development, since the final database was too large to run on a developer's machine.
This let each developer work with a live, local, copy of the database and enabled efficient development of changes.
I highly... See more
Each table in the database had an accompanying script that would generate a subset of the data for use in local development, since the final database was too large to run on a developer's machine.
This let each developer work with a live, local, copy of the database and enabled efficient development of changes.
I highly... See more