Collection of backend services and API samples which may serve as a template to help get prototypes and apps started. Consequently, we lean towards managed and serverless builds to minimize time to ship.
An event-driven, Kafka-based streaming pipeline for ingesting, transforming, and storing real-time data.
- Tech: Kafka, Redis, TypeScript, Node.js, bun, Docker
- Example stack: MSK (Kafka), AWS Lambda, Redis, DynamoDB, S3
- Use case: Real-time data enrichment and persistence
A REST API for managing user records using TypeScript and AWS services.
- Tech: TypeScript, Express, Node.js, bun, SQLite
- Example stack: API Gateway, AWS Lambda, DynamoDB, RDS
- Use case: User management service with full CRUD
➡️ user-api/
A GraphQL API that queries and manages weather data synced from third-party APIs.
- Tech: Python, FastAPI, GraphQL, uv, SQLite
- Example stack: API Gateway, AWS Lambda, DynamoDB, RDS
- Use case: Abstracts and stores weather forecast queries
➡️ weather-api/
Every project has different requirements. See individual projects for details.