A Checkout.com Flow Web Component integration in strict TypeScript: an Express server creates a payment session, then a server-rendered page mounts the hosted payment widget.
- TypeScript
- Express
- EJS
- Tailwind CSS
- Checkout.com Web Components
Read the case study → A script that builds a CSV report from API data using streaming and async iteration, then emails it as a rendered attachment.
- Node.js
- csv-parse
- csv-stringify
- nodemailer
- Handlebars
Read the case study → Three identical TypeScript/Express backends behind an Nginx reverse proxy, set up with docker-compose to make round-robin load balancing observable.
- TypeScript
- Express
- Nginx
- Docker
- Docker Compose
Read the case study → An Express + Sequelize (Postgres) API that issues short-lived JWT access tokens and rotates refresh tokens on each use, storing them per user.
- Node.js
- Express
- Sequelize
- PostgreSQL
- JSON Web Tokens
Read the case study → An Express service implementing the Stellar SEP-10 web-authentication handshake: it issues a signed challenge transaction and, once the client returns it signed, verifies it and issues a JWT.
- Node.js
- Express
- stellar-sdk
- JSON Web Tokens
Read the case study →