Hakkımda

Beni Tanıyın

Hi, I’m Hakan Dursun

 I build clean, fast, and maintainable web products with a strong focus on UX and performance. My workflow is simple: understand the goal, design the structure, ship the solution, and iterate. 

 I mainly work with Laravel and modern front-end tooling. I care about code quality, scalability, and delivering something that feels premium. 

What I do

  • Custom portfolio & business websites
  • Admin panels and automation systems
  • API integrations (payments, analytics, third-party services)
 “Simple, modern, and professional.” — that’s the standard. 

 If you want to work together, feel free to reach out via the button below. 

def fibonacci(n: int) -> list[int]:
    seq = [0, 1]
    while len(seq) < n:
        seq.append(seq[-1] + seq[-2])
    return seq[:n]

print(fibonacci(10))

fghfgh

gfh