Skip to content
View aregvarda's full-sized avatar
👨‍💻
👨‍💻

Block or report aregvarda

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

Hey there

import Foundation

struct Profile: CustomStringConvertible {
    
    let name = "Areg Vardanian"
    
    var description: String {
        """
        \(name)\n
        I am an iOS developer.
        Working on teams with project managers, developers, 
        and designers, I have built mobile applications and 
        SDKs focused on excellent user experience and design.
        I am looking to work in a collaborative environment 
        where I can develop products that improve people's lives.\n
        """
    }
    
    enum Skill: String, CaseIterable {
        case swift, uIKit, swiftUI
        case testing, git
        case creativity, tolerance, effectiveness
    }
    
    func proficient(in skills: [Skill] = Skill.allCases) -> String {
        skills
            .map(\.rawValue)
            .map(\.capitalized)
            .map { "- " + $0 + "\n" }
            .reduce("Skills: \n", +)
    }
}

// Paste into a playground!
let profile = Profile()
print(profile.description)
print(profile.proficient())

Pinned Loading

  1. VKNewsFeed VKNewsFeed Public

    App for displaying VK news feed (VKSDK API). Clean Swift VIP architecture.

    Swift

  2. CryptoTracker CryptoTracker Public

    iOS app for tracking the price of various Cryptocurrencies

    Swift

  3. Memorize Memorize Public

    A simple memory card game created with the help of a course from Stanford(CS193P Spring 2021)

    Swift

  4. Wallet Wallet Public

    SwiftUI Prototyping Wallet App Interactive UI

    Swift

  5. WarFly WarFly Public

    This is a mini game about air battles based on SpriteKit.

    Swift

  6. HayHuman HayHuman Public

    Swift