Skip to content
View RamazanGasratov's full-sized avatar

Block or report RamazanGasratov

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
RamazanGasratov/README.md
Telegram Badge Mail.ru Badge

Hello World

struct IOSDeveloper {

    let name: String = "Ramazan Gasratov"
    let age: Int = 23
    let languages: String = "Swift"
    
    var technologyStack: [String: [String]] = [
        "Principles":        ["OOP", "SOLID"],
        "Layout":            ["UIKit", "SwiftUI", "AutoLayout", "SnapKit", "Storyboard"],
        "Dependencies":      ["CocoaPods", "SPM", "Carthage"],
        "Storage":           ["Core Data", "UserDefaults", "KeyChain", "Realm"],
        "Networking":        ["URLSession", "JSON Parse", "REST API"],
        "Multithreading":    ["GCD", "DQ's"],
        "Arch. patterns":    ["MVC", "MVVM", "MVP"],
        "Struct. patterns":  ["Delegate", "Singleton", "Factory", "Observer", "Facade"],
        "GUI":               ["Git", "GitHub"],
        "Graphics":          ["Figma", "Photoshop"]
    ]
    
    var otherTechnologies: [String] = [
        "MapKit",
        "Push / Local Notifications",
        "Multimedia (AVFoundation, AVKit)",
        "AppStore / TestFlight"
    ]
    
    func greet() {
        print("Thank you for coming.")
    }
}

let developer = IOSDeveloper()
developer.greet()

👨‍💻 About Me :

I am IOS Developer from Dagestan.

  • 🔭 I’m a mobile developer with experience working on interesting projects.

  • 🌱 I am well versed in the language, every day I am developing projects for studying new frameworks and language features.

  • ⚡ In my free time, I solve problems on LeetCode and read tech articles.

  • 📫 How to reach me: Telegram Badge Mail.ru Badge

Popular repositories Loading

  1. Rialto Rialto Public

    Swift

  2. RestaurantMenuApp RestaurantMenuApp Public

    Swift

  3. RamazanGasratov RamazanGasratov Public

  4. SwiftUIBootcamp SwiftUIBootcamp Public

    Swift

  5. iMusic iMusic Public

    Swift

  6. CombineLessons CombineLessons Public

    Swift