// 🌐 Cross-Platform Architect
struct Dev {
let name = "Phillip Song"
// 🔥 Core Stack
var techStack = [
"📱 SwiftUI",
"🤖 Jetpack Compose",
"✨ React Native",
"🦕 TypeScript"
]
// ⚙️ Daily Drivers
var toolbelt = (
ide: "⌘ Xcode & VS Code",
vcs: "🌿 Git Flow",
ci: "🚦 GitHub Actions"
)
// 🚀 Current Focus
var activeProject: (platform: Platform, features: [Feature]) {
(.all, [.animations, .nativeModules, .perfOptimization])
}
}
enum Platform: String {
case iOS, android, all = "cross-platform"
}
enum Feature {
case animations, nativeModules, perfOptimization
}
// 🎯 Instantiate & Create
let me = Dev()
print("Crafting \(me.activeProject.platform.rawValue) experiences with \(me.techStack.joined(separator: " | "))")
🏠
Working from home
Pinned Loading
-
-
tisfeng/Easydict
tisfeng/Easydict Public一个简洁优雅的词典翻译 macOS App。开箱即用,支持离线 OCR 识别,支持有道词典,🍎 苹果系统词典,🍎 苹果系统翻译,OpenAI,Gemini,DeepL,Google,Bing,腾讯,百度,阿里,小牛,彩云和火山翻译。A concise and elegant Dictionary and Translator macOS App for looking up words an…
-
CodeEditApp/CodeEdit
CodeEditApp/CodeEdit Public📝 CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.