Skip to content
View ziadali22's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report ziadali22

Report abuse

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

Report abuse
ziadali22/README.md

Hi there 👋

linkedin

import Foundation

struct Profile: CustomStringConvertible {
    
    let name = "Ziad Ali"
    
    var description: String {
        """
        \(name)\n
        I am a software engineer focused on iOS development.
        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 networking, git, alamofire
    }
    
    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())

Popular repositories Loading

  1. InterviewApp InterviewApp Public

    A SwiftUI demo app built with Clean Architecture and MVVM – Add, edit, and manage contacts with a clean codebase.

    Swift 3

  2. YoutubeClone YoutubeClone Public

    create iOS app like the YouTube app

    Swift 1

  3. Problem-Solving-In-Swift Problem-Solving-In-Swift Public

    Forked from osama10/Problem-Solving-In-Swift

    Programing questions solution in swift

    Swift 1

  4. WeatherTask WeatherTask Public

    Swift 1

  5. Dataset_Api Dataset_Api Public

    Machine learning for dataset

    Jupyter Notebook

  6. Mediapipe_handTracking Mediapipe_handTracking Public

    Jupyter Notebook