Professional Summary
Web developer focused on building scalable, cost‑efficient web applications by combining no‑/low‑code platforms with custom edge backends. Hands‑on experience with Airtable, Supabase, Cloudflare Workers (KV, Edge Cache), and Softr, plus pragmatic frontend development in HTML/CSS/JavaScript with jQuery & Select2. Comfortable designing REST APIs, state/caching strategies, and secure workflows that improve performance and reduce API costs.
Selected Projects
Expert Search Platform
HTML/JS · jQuery · Select2 · 2025
Responsive Expert Directory with fast search, advanced filters, and online status support for freelancers.
- Multi-layer caching and state recovery: pageState, apiCache (localStorage), KV, and DOM state, ensuring instant display when navigating back.
- Built filters (keyword, gender, zone, province, expertise) using Select2, with a responsive filter page and card grid layout.
- Features: favorites system, image gallery, and customer comments.
- API control on the web front end to ensure seamless data loading.
- Dark mode toggle and optimized mobile layout.
localStorage
Cloudflare Workers API
Pagination
Dark Mode
Marketplace Prototype
Softr · Airtable · Cloudeflare · 2024–2025
Intermediary Website for Product Listings – buyers can search, view product details, and read reviews.
- Responsive design: product table with category filters and detail pages (specifications + buyer reviews), optimized for all devices.
- Data sync: Airtable ↔ Cloudflare via a custom-built API for stability and analytics.
- Architecture: Cloudflare Workers API layer to reduce direct Airtable calls and minimize costs.
- Additional features: open/close work status toggle and foundation for integrating cryptocurrency payment systems.
Airtable
Supabase
Cloudflare Workers/Page/Image
Cloudflare Workers API & Edge Platform
Cloudflare Workers · KV · Edge Cache · 2024–2025
Custom Edge Services to enhance performance, stability, and security across multiple applications.
- API Gateway: unified endpoints (/check, /confirm) for credit management and workflows, with CORS configured for web clients.
- KV caching: ensures seamless data continuity and supports user scaling.
- DDoS protection: includes redirect rules, verified bot allowance, and cookie-based JavaScript challenges.
- Credit transfer UI: built with a Bootstrap modal, featuring locking, form reset, and screenshot logging.
KV Storage
Edge Caching
Security / Rate‑limit
Bootstrap
Token Balance Dashboard (Wemix & Ronin)
Web3 RPC · Airtable · 2025
Crypto Dashboard for balance monitoring across multiple networks with data logging for analysis.
- RPC integration: read blockchain RPC endpoints to check balances and account details.
- Data logging: store results in Airtable for tracking and monitoring.
- Workers API logic: add credit rules and audit trails to verify usage, with scalability for multi-chain expansion.
RPC
Airtable
Cloudflare Workers
Admin Edit & Detail Pages
HTML/JS · Select2 · 2025
Edit Form and Detail Page with API Cache Integration
- Prefilled large form: load data using recordId from API (records[0].fields), with Select2 support and image gallery.
- Image handling: upload new images or reuse existing URLs, updating via Workers to Airtable/Supabase.
- Detail page optimization: render directly from homepage cache to avoid redundant API calls and improve performance.