Hover over any card to expand and inspect the interactive dashboards.
Overview: A distributed hub-and-spoke web platform integrating O*NET data and psychometric assessments.
Solution: Implemented Explainable AI (XAI) techniques to provide transparent reasoning for AI-generated outputs, fixing the "black box" trust issue.
Overview: Wearable hardware system utilizing LoRa communication for off-grid tracking.
Solution: Engineered a custom ESP32 + LoRa module setup with optimized power management logic and a paired mobile application for real-time telemetry.
[13:04:11] Init GPS transceiver...
[13:04:12] LoRa connected: Freq: 915MHz
[13:04:15] GNSS locked: [08 satellites]
[13:04:16] Lat: 5.4213° N | Lng: 100.3124° E
Overview: A custom-designed 8-bit microprocessor modeling the classical Zilog Z80 CPU layout built using hardware description languages.
Solution: Designed the register files (BC, DE, HL), ALU, and instruction decoder, simulating clock cycle instruction executions.
Overview: A secure, high-performance content management system designed to index technical notes, troubleshooting steps, and dynamic developer snippets.
Solution: Developed a markdown-driven CMS with a fast local caching engine, search indexation, and highly secure API token gateways.
async function getArticle(slug) {
// Retrieve indexed markdown snippet
const cached = await cache.get(slug);
if (cached) return renderMarkdown(cached);
const doc = await db.fetchBySlug(slug);
await cache.set(slug, doc);
return renderMarkdown(doc);
}
Grab and drag nodes to test physics, or hover sidebar categories to highlight connections.
Click on any company card to expand chronologically nested roles and achievements.
Award-winning software engineer with a passion for building innovative solutions that drive operational excellence. Proven ability to lead projects from concept to completion, delivering measurable results through technical proficiency and a commitment to continuous growth. Recognized for achieving substantial cost savings and operational efficiencies through transformative digital initiatives. Enthusiastic collaborator, dedicated mentor, and driven problem-solver eager to tackle complex challenges in dynamic environments.