Skip to content
View akin-oz's full-sized avatar

Block or report akin-oz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
akin-oz/README.md

Akın Öztorun

Senior Product Engineer · TypeScript · React · Next.js · Vue 3 · API-first · Reliability

I own product surfaces end to end — from instrumentation to infrastructure. Frontend is one layer, not the whole identity.

Nine years shipping production software across HR SaaS, e-commerce, legal tech, and dev tools. Currently the sole frontend on a Vue 3 / Nuxt community platform. Based in Antalya, Turkey; EU-aligned hours.


What I do

  • Product engineering with frontend at the centre
    • TypeScript · React · Next.js · Vue 3 / Nuxt · GraphQL · Feature-Sliced Design
    • Contracts-first: align the API and data shape with how clients actually use the data, before the UI exists.
    • Shared component systems, design-token pipelines, Storybook.
  • Quality in the pipeline
    • CI/CD gates, Lighthouse CI as a build-diff signal, SonarQube, Playwright e2e.
    • Structured observability: Sentry with noise classification, Mixpanel with strict allowlist sanitisation, web vitals dashboards.
    • OpenAPI-first with MSW-backed dev, Chromatic visual regression.
  • Agentic engineering
    • Claude Code as infrastructure, not a shortcut. CLAUDE.md encodes stop rules and behaviours; hooks enforce them.
    • Route by task complexity — Haiku for exploration, Sonnet for implementation, Opus for planning.
    • Self-improving loop: every correction becomes a permanent guardrail, visible in git history.

Selected work

PropertyOS — debugging investigation Multi-tenant rental ops platform handed over with a vague complaint: "two clients say the numbers are wrong, and one is seeing data that isn't theirs." Traced 14 production-class failures — cross-tenant cache poisoning, float() on money totals, fail-open auth silently granting strangers access to a real client's dashboard, PII in telemetry. Fixed each with a postmortem and a regression test. Two CI gates — one Playwright tenant-switch test and three convention lints — block the whole class from shipping. Catching one bug is luck; preventing a class is engineering. Python · FastAPI · React · Redis · PostgreSQL · multi-tenancy

energy-portfolio-slice A vertical slice showing how I approach Staff-level product engineering from a frontend seat:

  • Domain modelling — Customer → Project → EnergyAsset.
  • GraphQL as the contract — pagination, filters, typed errors.
  • React client wired to the real API, not mocks.
  • Structure ready for auth, logging, events, and multi-tenant growth.

GraphQL · React · TypeScript

next-swr-quality-demolive Focused demo on safe, observable data fetching in Next.js. SWR for caching and revalidation, explicit loading / fallback / failure UX, and patterns for API boundaries, typing, and testability. Next.js · SWR · TypeScript


Track record

  • ATS funnel, 39% → 65% completion at Proxify (~400K applications / year). Instrumented the flow in Mixpanel, identified drop-off points, shipped targeted UX fixes, validated with A/B comparisons. Proxify Quality Award 2024.
  • Lighthouse 40s → 90s on client dashboards at Skeyl — no rewrite. Audited render-blocking resources, optimised bundle splitting, eliminated layout shifts.
  • Webpack → Vite migration with self-hosted Lighthouse CI as a build-diff signal so silent performance regressions stop at PR review, not in production.

How I work

  • Start from the problem and domain, not from components.
  • Design API and data contracts early, with backend in the room.
  • Keep the frontend lean, typed, and predictable, backed by tests.
  • Treat internal teams as customers — docs, DX, and guardrails matter.
  • Own the lifecycle: idea → implementation → rollout → monitoring → iteration.

Writing

I publish Ownership in Practice — a Substack on contracts, vertical slices, and the small habits that make teams calmer and faster. Real tickets, not theory.


Currently focused on

Senior / Staff-track product engineer roles where:

  • Engineers own a slice end to end.
  • API-first, cloud-native, product-led culture is real.
  • Reliability and UX both matter.

If that sounds like your environment and you'd like to talk — LinkedIn, akinoztorun.dev, or open a discussion here.

Pinned Loading

  1. next-swr-quality-demo next-swr-quality-demo Public

    Next.js + SWR demo focused on data consistency, caching, and error handling.

    TypeScript

  2. energy-portfolio-slice energy-portfolio-slice Public

    Vertical slice for an energy portfolio platform – TypeScript, GraphQL, React, contracts-first, testable.

    TypeScript