Full-stack Blog Application
Technologies: React, TypeScript, Cloudflare Workers, Wrangler, Prisma, Hono
- Developed a full-stack blog application where users can create and view blogs, leveraging a serverless architecture.
- Built the frontend using React and TypeScript, with a common module published to npm for consistent type management across the application.
- Implemented the backend using Cloudflare Workers with Wrangler for a scalable, serverless environment, and utilized Prisma as the ORM with Prisma Accelerate for efficient connection pooling.
- Employed Hono to create a lightweight and fast backend API, ensuring responsive and reliable performance.