2025 · Full-stack developer
MED — Science & Innovation Systems
MED is a science-driven medical-compression bodywear brand. I built its commerce platform: localized storefronts for multiple markets plus a B2B portal wired directly into the company's ERP.
- # next.js
- # typescript
- # postgresql
- # stripe
$ cat highlights.md
- Next.js 14 App Router with strict TypeScript, serving an institutional site, multi-country B2C storefronts, and a B2B portal from a single codebase.
- B2C catalog and checkout on Neon PostgreSQL with Drizzle ORM; payments via Stripe, with per-market gateway stubs (MercadoPago, Square).
- B2B portal authenticated with NextAuth and integrated with a self-hosted Odoo Community ERP over XML-RPC (orders, invoices, quotes, documents).
- Internationalized routing by locale and country, with rate limiting backed by Upstash Redis.