ORBIT-01SINCE 2026ACTIVE
zenup health · sde intern
I own the backup pipeline that copies every Supabase table into SharePoint, built on
Deno edge functions and the Microsoft Graph API. Getting it reliable meant paginating
reads so large tables never time out, using a service role key to work around RLS, and
moving from XLSX to CSV when the writer kept hitting edge memory limits. Outside that I
work across the backend, indexing slow queries, writing edge functions that send
messages, and cleaning up the UI where it needs it.
full table paginated exportRLS service role bypassCSV over XLSX memory fixindexes query tuning
ORBIT-02JUL TO DEC 2025 · PUNECOMPLETED
caresaathi · backend developer intern
Backend work on a health consultation platform doing real volume. Node and Express APIs
taking 10k+ requests a day, WebRTC video powering 1:1 consultations at 2,000+ sessions a
week, and REST endpoints feeding the React frontend.
10k+ daily requests2,000+ weekly sessionsWebRTC 1:1 video