Designing Systems.
Engineering Art.

Bridging the gap between complex backend architecture and pixel-perfect user interfaces. I build scalable applications with a designer's eye for detail.

languages.ts
const languages = () => {
  return [
    "JavaScript",
    "TypeScript",
    "Python",
    "PHP"
  ];
};
frameworks-and-libraries.ts
const frameworksAndLibraries = () => {
  return [
    "React",
    "React Native",
    "Laravel",
    "Next.js",
    "Expo"
  ];
};
databases.ts
const databases = () => {
  return [
    "MySQL",
    "SQLite",
    "PostgreSQL"
  ];
};
dev-tools.tsx
const devTools = () => {
  return [
    "VS Code",
    "Antigravity",
    "Git",
    "GitHub",
    "Docker",
    "Postman"
  ];
};

Projects

View All
Fintech Dashboard
React D3.js

Fintech Dashboard V2

A high-frequency trading interface redesigned for clarity and speed, reducing cognitive load by 40%.

View Case Study
Vitality Mobile
Flutter Firebase

Vitality Mobile

Cross-platform mobile application for real-time patient monitoring and doctor-patient communication.

View Case Study
Aurora Design System
Figma Storybook

Aurora Design System

A comprehensive component library unifying the brand across web and mobile products.

View Case Study

Blog Posts

View All
How Much Is Too Much To Delegate Thinking To LLM As Software Engineer
Engineering Mar 30, 2016

How Much Is Too Much To Delegate Thinking To LLM As Software Engineer

How strict typing can actually unleash creative freedom in UI development. Explore the intersection of rigorous code and fluid design...

READ MORE