Skip to content
View andreysavie's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report andreysavie

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
andreysavie/README.md

Hi there 👋

I am iOS Developer

I am iOS Developer

class IOSDeveloper {
    
    let name = "Andrey Rybalkin"
    let age = 27
    let languages = ["Swift", "Obj-C"]
    
    var myStackDictionary: [String: [String]] = [
        
        "Principles":       ["OOP", "SOLID"],
        "Layout":           ["SwiftUI", "UIKit", "AutoLayout", "SnapKit", "Storyboard"],
        "Dependensies":     ["CocoaPods", "SPM", "Carthage"],
        "Reactive":         ["Combine", "RXSwift"],
        "Storage":          ["Core Data", "UserDefaults", "FileManager", "Realm"],
        "Networking":       ["URLSession", "async/await", "REST API", "Firebase"],
        "Multithreading":   ["GCD", "DQ's", "Modern Concurrency"],
        "Arch. patterns":   ["MVC", "MVVM", "MVP", "VIPER"],
        "Routing":          ["Router", "Coordinator"],
        "Struct. patterns": ["Delegate", "Singleton", "Factory", "Observer", "Facade"],
        "GUI":              ["SourceeTree", "Fork"],
        "Graphics":         ["Figma", "Photoshop"]
    ]
    
    var otherTechnologies: [String] = [
        "MapKit",
        "Push / Local Notifications",
        "Multimedia (AVFoundation, Core Audio, AVKit)",
        "BLE",
        "iCloud",
        "Core Animation",
        "AppStore / TestFlight"
    ]
    
    func sayHello() {
        print("Thanks for dropping by, hope you find some of my work interesting.")
    }
}
    
let me = IOSDeveloper()
me.sayHello()

About

🔭 I’m currently working on my Pet - and educational projects

Contact

🤙 How to reach me:

Profile views

Popular repositories

  1. andreysavie andreysavie Public

    1

  2. ascalendar ascalendar Public

    Swift

  3. swift_code_snippets swift_code_snippets Public

  4. MVVM-R MVVM-R Public

    Swift

  5. traffic traffic Public

    Swift