// Swift Developer Profile
struct Developer {
let name = "Aleksei"
let role = "Swift Developer"
let languagesSpoken = ["en_US"]
func sayHi() {
print("Thanks for visiting my profile! Feel free to explore my Swift projects.")
}
}
let me = Developer()
me.sayHi()
- Coming soon: Personal website and tech blog.
- Swift & Vapor notes: work in progress!
Programming Languages:
iOS Development:
Server-Side Development:
Databases:
Principles & Practices:
- SOLID principles
- MVVM, Viper architecture
- Protocol-oriented programming
- Unit & UI Testing
- CI/CD Automation
- SMSHubAPI β A Swift package providing convenient interaction with the SmsHub API for virtual number management.
- SMSActivateAPI β Swift library to easily integrate and manage SMS Activate API functionalities.
- OnlineSimAPI β Simple Swift interface to interact seamlessly with the OnlineSim API for virtual numbers.