Skip to content
View DeveloperZelentsov's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report DeveloperZelentsov

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DeveloperZelentsov/README.md

Hello there πŸ‘‹

visitors Open Source Love

// 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()

πŸ“ Blogs

  • Coming soon: Personal website and tech blog.
  • Swift & Vapor notes: work in progress!

πŸ”§ Technologies & Tools

Programming Languages:

Swift

iOS Development:

SwiftUI
UIKit
Combine
Concurrency
GCD
CoreData
SwiftData

Server-Side Development:

C# Vapor

Databases:

MySQL
SQLite

Principles & Practices:

  • SOLID principles
  • MVVM, Viper architecture
  • Protocol-oriented programming
  • Unit & UI Testing
  • CI/CD Automation

πŸ—‚οΈ Highlight Projects

AiSwiftAssist

πŸ“Œ Other Noteworthy Projects

  • 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.

Pinned Loading

  1. SwiftAssistant SwiftAssistant Public

    A Swift library for integrating with the OpenAI Assistants API, enabling the creation and management of assistants, message processing, and AI runs.

    Swift 32 7