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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Typing SVG

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

πŸ”§ Technologies & Tools


πŸ“± Swift / iOS Development

SwiftUI UIKit Combine Swift Concurrency Swift Testing CoreData SwiftData StoreKit 2 Firebase

🐹 Go Development

Gin GORM PostgreSQL MySQL


github-snake

πŸ“« Connect with me

LinkedIn Telegram

Profile views

Popular repositories 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 33 8

  2. SMSHubAPI SMSHubAPI Public

    SmsHubAPI Swift Library

    Swift 6 1

  3. SMSActivateAPI SMSActivateAPI Public

    SmsActivateAPI Swift Library

    Swift 2

  4. DeveloperZelentsov DeveloperZelentsov Public

    1

  5. OnlineSimAPI OnlineSimAPI Public

    OnlineSimAPI Swift Library

    Swift 1

  6. SwiftUICharts SwiftUICharts Public

    Forked from willdale/SwiftUICharts

    A charts / plotting library for SwiftUI. Works on macOS, iOS, watchOS, and tvOS and has accessibility features built in.

    Swift