Resources
Tech stack notes
We choose boring technology where possible and exciting technology where it earns its keep. Stacks vary by project; below is a representative set.
Frontend
TypeScript, React, Next.js, and modern CSS. We favour component libraries and design tokens when products need long-term UI consistency.
Backend
Node.js, Python, and PHP where legacy requires it. APIs are documented with OpenAPI or equivalent; auth uses industry-standard patterns.
Data & infra
PostgreSQL, MySQL, Redis, and cloud object storage. Deployments on AWS, Azure, GCP, or VPS providers common in Bangladesh — with CI/CD via GitHub Actions or similar.