Bedirhan Uygun — Full-Stack AI Developer
1# bedirhan.dev — the short version
2# detail lives in skills.py / experience.py / research.py / contact.py
3
4from typing import Final
5from .skills import STACK
6from .experience import CURRENT
7
8NAME: Final = 'Bedirhan Uygun'
9ROLE: Final = 'Full-Stack AI Developer'
10BASED: Final = 'Gaziantep, TR'
11EDUCATION: Final = 'BSc Bilgisayar Müh., Kütahya Dumlupınar (2021–2025)'
12LANGUAGES: Final = ('Türkçe (native)', 'English (B1)')
13
14__all__ = (
15 'NAME', 'ROLE', 'BASED', 'EDUCATION',
16 'LANGUAGES', 'STACK', 'CURRENT',
17)
18
19# multidisciplinary: agents · vision · autonomous · ml ops