This is my personal project page indexing my previous non-production builds.
Reach me at: harrybaocorn@gmail.com
A simple API builder that you can quickly create custom API endpoints, populate them with your own data by uploading a CSV data table and start making API calls to retrieve or filter the information. Ideal for prototyping, testing, or building demos without a full backend.
Unlike typical shortlink services, you can add a lead form, gamified challenge, or password input before redirecting to the destination. Moreover, instead of URL redirecting, you can upload a file and add password input or require users to input their contacts to view the content.
A simple distributed counter API for incrementing/decrementing via API requests. Two backend versions available: 1) Redis-based, offering idempotency and speed but at higher cost; 2) DynamoDB-based, non-idempotent and susceptible to count inaccuracies due to cold-starts, but significantly more cost-effective.