class Developer {
let name = "zylcold"
let role = "iOS Developer"
let language_spoken = ["zh_CN", "en_US"]
func getCurrentFocus() -> [String] {
return [
"SwiftUI & Combine",
"iOS Architecture",
"Open Source"
]
}
func getFutureGoals() -> [String] {
return [
"Master ARKit",
"Contribute to Swift",
"Build Amazing Apps"
]
}
}
-
LoveLinkProject
Swift
SwiftUI
Modular Architecture
A modularized iOS project with multiple components for social networking and dating apps.
-
JYFoundation
Swift
iOS Framework
Utilities
A lightweight framework for common utilities and extensions in iOS development.
-
JYPhotoBrowser
Swift
UIKit
Animations
A customizable photo browser for iOS with smooth animations and gestures.
graph TD
A[Swift Basics] --> B[UIKit Mastery]
B --> C[SwiftUI Fundamentals]
B --> D[iOS Architecture]
C --> E[Combine Framework]
C --> F[Advanced Animations]
D --> G[MVVM-C Pattern]
D --> H[Clean Architecture]
E --> I[Open Source]
F --> I
G --> I
H --> I
I --> J[Future Goals]
style A fill:#e1f5fe
style J fill:#fff3e0
style I fill:#f3e5f5
let currentLearning = [
"Advanced Swift Concurrency (async/await)",
"SwiftUI Advanced Animations",
"Clean Architecture Patterns",
"iOS Performance Optimization"
]
- Contribute to Swift Open Source
- Master ARKit & VisionPro Development
- Build and launch 2 iOS apps
- Write technical blog posts
- Speak at iOS conferences
Principle | Description |
---|---|
🧹 Clean Code | "Code is read more often than it is written" |
🚀 Performance | "Premature optimization is the root of all evil" |
🤝 Collaboration | "Alone we can do so little; together we can do so much" |
📚 Learning | "Stay hungry, stay foolish" |
$ whoami
zylcold
$ cat interests.txt
🔍 Reverse engineering iOS apps
🤖 Automation enthusiast - "If it can be automated, it will be"
🕶️ AR/VR exploration
🔧 Raspberry Pi tinkering
☕ Coffee-driven development
$ uptime
iOS development since 2018 📱
$ ps aux | grep passion
swift 1337 0.1 0.2 building_amazing_apps
automation 2022 0.0 0.1 scripting_everything
learning 2024 1.0 0.5 exploring_new_tech
"Code is like humor. When you have to explain it, it’s bad." – Cory House