Turning ideas into working products

From Engineer by background to product-minded by heart.
Startup-driven. Always building next thing.

Say hello 👋

What I do everyday

Product Thinking

Beyond code, I think in terms of user value. I design flows, test ideas quickly, and reduce complexity without losing impact.
My goal: solve real problems through great product experiences.

Startup Mindset

Years in fast-moving environments taught me to ship under pressure, make decisions with limited data and stay obsessed with progress. I test, learn, and iterate.

Automation & Ops

I connect tools, automate workflows, and prototype AI agents that replace repetitive work. From lead handling to internal dashboards, I build systems that free time.

Tech Execution

I build reliable technical foundations, from backend architectures to full-stack prototypes. Whether it's coding a REST API, integrating a third-party service or optimizing performance, I focus on robust systems that scale and ship fast.

NotificationSetting.jsx
App.jsx
  
    import { useState } from 'react'
    import { Switch } from '@headlessui/react'

    function Example() {
      const [enabled, setEnabled] = useState(true)

      return (
        <form action="/notification-settings" method="post">
          <Switch checked={enabled} onChange={setEnabled} name="notifications">
            {/* ... */}
          </Switch>
          <button>Submit</button>
        </form>
      )
    }
  

Last side-project on the go

Dn'Deco: Home decor reimagined for aventurer

A modular decoration line inspired by Dungeons & Dragons universe and heroic fantasy worlds.

See the shop →
project A project B