CASE STUDIES

Projects

Reviewed work with source-linked evidence

flow-payments-demo

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 →

generate-csv-report

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 →

nginx-exercise

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 →

stellar-SEP-10

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 →