iOS Developer
İstanbul / Remote · Tam Zamanlı · 3+ Yıl
Avva Mobile — Xcode
📱AvvaMobile›iPhone 16 Pro
✓ Build Succeeded▾AvvaMobile
▾Careers
◆iOSDeveloperJob.swift
◆Position.swift
◆Benefits.swift
▾Resources
⊞Assets.xcassets
☰Info.plist
◆iOSDeveloperJob.swift×
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
// Avva Mobile · iOS Takımı · İstanbul / Remote
// Tam Zamanlı · 3+ Yıl Deneyim
import UIKit
import SwiftUI
import AvvaMobile
// Tech Stack
let techStack: [String] = [
"Swift",
"SwiftUI",
"UIKit",
"Combine",
"Core Data",
"Realm",
"REST API",
"App Store Connect"
]
struct iOSDeveloperJob: AvvaMobilePosition {
let location = "İstanbul / Remote"
let experience = "3+ Yıl"
let department = "iOS"
// Aranan Özellikler
func hasRequiredSkills(_ candidate: Developer) -> Bool {
// En az 3 yıl Swift ve iOS geliştirme deneyimi
// SwiftUI ve UIKit konusunda güçlü bilgi
// App Store yayınlama ve review süreçleri deneyimi
// RESTful API entegrasyonu ve JSON serileştirme
// Core Data veya Realm ile veri yönetimi
// MVVM veya Clean Architecture desenleri
// Xcode, Instruments ve hata ayıklama araçları
// Git versiyon kontrol sistemi
return true
}
// Sorumluluklar
var responsibilities: [String] = [
"Native Swift/SwiftUI iOS uygulamaları geliştirme",
"Uygulama performansı ve bellek optimizasyonu",
"App Store Connect üzerinden yayın ve güncelleme yönetimi",
"Backend servisleri ile API entegrasyonu",
"UI testi ve unit test yazma",
"Code review süreçlerine aktif katılım",
"Tasarım ekibi ile koordineli çalışma",
"Teknik dokümantasyon ve best practice standartları oluşturma"
]
// Yan Haklar
var perks: [String] = [
"Performans primi",
"Yemek kartı",
"Eğitim bütçesi",
"Esnek çalışma saatleri",
"Remote çalışma imkanı",
"Kariyer gelişim fırsatları",
"Modern teknoloji stack"
]
}
Swift 5.9 · iOS 17.0+iOSDeveloperJob.swift · Ln 60 Col 1UTF-8
