
bektas
Product Engineer • UI/UX Engineering
SkolaeHello, I’m a Product Engineer. I enjoy creating and designing intuitive, performant, and maintainable interfaces.
I build my interfaces as reusable, data-driven components. Loading states, interactions, and user actions are handled directly within the components to keep the architecture clear and predictable.
You can explore a selection of my projects below or contact me by email to get in touch.
My creations
Workflow
Product
I think of the product as a coherent system. Structure, navigation, interactions, data, and states are designed to work together rather than as isolated elements.
For Koyoo, this translates into an experience focused on discovering, tracking, and managing a manga collection, with an architecture designed to accommodate new features.
function ProfileHero({
profile, loading, onEdit
}) => {
return <section
className="rounded-[30px] border bg-[#f8f8f6]"
>
<img
src={profile.avatarUrl}
className="h-full w-full object-cover"
/>
<button
onClick={onEdit}
disabled={loading}
>
Edit
</button>
</section>
}Implementation
I build components around real data and application states. Here, the profile, avatar, and loading state are passed into the component, while the edit action is provided by the parent.
This approach separates presentation from the logic that uses it, making components more predictable and reusable across different contexts without duplicating their behavior.

Interests
Magi (Persian Myth), Sun-Ken Rock
Trophy Hunter (21 Platinum Trophies)
Retro Collections
Fantasy & Science Fiction

