Projects Case Studies

Django Playground: Full-Stack Django in the Browser via WebAssembly

Django Playground: Full-Stack Django in the Browser via WebAssembly

A browser-based Django IDE that runs Python entirely in WebAssembly using Pyodide. Features a worker pool architecture for instant code execution, IndexedDB snapshot caching for fast startup, virtual filesystem with SQLite, and full Django WSGI simulation - all without any backend server.

#Django#WebAssembly#Pyodide#SvelteKit#Svelte 5#TypeScript#Web Workers#IndexedDB#CodeMirror#Browser IDE

MedChat: AI-Powered Clinical Decision Support System with FHIR Integration

MedChat: AI-Powered Clinical Decision Support System with FHIR Integration

A sophisticated AI-powered clinical decision support system that combines real-time EMR data via FHIR API with RAG-powered medical literature search. Features semantic PDF citation highlighting, intelligent question classification, Django/Next.js architecture, and multi-model AI orchestration (GPT-5, Gemini 2.5 flash, OpenAI embeddings) for helping doctors make informed clinical decisions.

#AI#RAG#FHIR#Healthcare#Django#Next.js#PostgreSQL#Redis#Pinecone#OpenAI#Gemini#Clinical-Decision-Support