// ๐ 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
Innovating ๐ , hacking ๐ป, creating ๐.
- Shanghai
-
20:10
(UTC +08:00)
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.