Merhaba ben Davut Tunç
Full Stack Developer & Bilgisiyar Programclğı
Kişisel portfolyoma hoşgeldiniz. Öğrenme sürecimi ve projelerimi burada paylaşıyorum.
10+
Kişisel Proje
3
Startup Girişimlerim
Sürekli
Öğrenme
1
class YazilimGelistirici {
2
constructor() {
3
this.isim = "Davut Tunç";
4
this.hedef = "Full Stack Developer";
5
this.deneyimlenen_teknolojiler = [
6
"Laravel", "Node.js", "Next.js",
7
"Spring Boot", "Flutter",
8
"Python", "C#", "MySQL"
9
"MongoDb"
9
];
10
}
11
12
ogrenmeyeDevam() {
13
while(true) {
14
this.yeniTeknolojiOgren();
15
this.projeGelistir();
16
}
17
}
18
}|