Back to work
Live2024

Blog It

A high-performance serverless blogging platform featuring a modern rich text editor, comprehensive CRUD capabilities, secure session management, and efficient database query pooling. Designed to mimic the clean typography and interactive feel of Medium.

Blog It demonstration

Highlights

  • Built a serverless, low-latency REST API deployed on Cloudflare Workers using the Hono framework.
  • Integrated Prisma ORM with connection pooling adapters to scale database connections efficiently on PostgreSQL.
  • Implemented custom JSON Web Token (JWT) authentication flow with sliding sessions to secure user registrations and posts editing.
  • Designed a sleek, minimalist typography-focused blogging interface in React following Medium's iconic UI design system.

Built with

ReactCloudflare WorkersPrismaPostgreSQLTailwind CSSJWTHono