// Swift Developer Profile
struct Developer {
let name = "Aleksei"
let role = "Swift Developer"
let languagesSpoken = ["en_US", "ru_RU"]
func sayHi() {
print("Thanks for visiting my profile! Feel free to explore my Swift projects.")
}
}
let me = Developer()
me.sayHi()
π
Working from home
Popular repositories Loading
-
SwiftAssistant
SwiftAssistant PublicA Swift library for integrating with the OpenAI Assistants API, enabling the creation and management of assistants, message processing, and AI runs.
-
-
-
-
SwiftUICharts
SwiftUICharts PublicForked from willdale/SwiftUICharts
A charts / plotting library for SwiftUI. Works on macOS, iOS, watchOS, and tvOS and has accessibility features built in.
Swift
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.





