Skip to content
View rcasanovan's full-sized avatar
📱
Computer Engineer && iOS Senior Developer
📱
Computer Engineer && iOS Senior Developer
Block or Report

Block or report rcasanovan

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

Hello there 👋

I'm Ricardo - a Computer Science Engineer and a Senior iOS Developer.

I've been creating iOS apps since 2010 and I have a strong experience working with Swift and Objective C, RESTful APIs, architectural paterns like VIPER, MVVM and best software development practices.

My values

🦾 Trust on myself and my actions.

🤝 Not only one person has the solution to the problem. There are many ways to reach the solution.

🚀 Working as a team is much more than sharing your day with your colleagues. It's to understand that we're all in the same ship with the same direction.

Technical skils

public func getProgrammingLanguages() -> [String] {
    let languages = ["Swift",
                     "Objective C",
                     "C",
                     "Java",
                     "C++",
                     "C#",
                     "Javascript"]
    
    return languages
}

public func getTechTools() -> [String] {
    let techTools = ["AWS",
                     "Parse Server",
                     "Realm",
                     "MongoDB",
                     "Cocoapods",
                     "Carthage",
                     "Fastlane",
                     "Bitrise"]
    
    return techTools
}

public func getSoftwareTools() -> [String] {
    let tools = ["Zeplin",
                 "Abstract",
                 "Jira",
                 "Github",
                 "Bitbucket",
                 "Planing Poker"]
    
    return tools
}

let techSkills = getProgrammingLanguages() + getTechTools() + getSoftwareTools()

Pinned

  1. RCNPopupController RCNPopupController Public

    RCNPopupController is a simple Swift class to show a custom popup in a different ways with different effects. You can customise where the popup will appear and which effect you want to apply. The c…

    Swift 1

  2. Xcode-VIPER-Architecture-Template Xcode-VIPER-Architecture-Template Public

    Xcode template for VIPER Architecture (Swift)

    3 1

  3. Xcode-UIView-Template Xcode-UIView-Template Public

    Xcode template for UIView components (Swift)

    1

  4. iMusic iMusic Public

    A simple iOS app to search artists and songs using iTunes API

    Swift 2 1

  5. iMarvel iMarvel Public

    A simple iOS app to show heroes and villains from Marvel using the Marvel API

    Swift 2

  6. weather-app weather-app Public

    A simple weather app for iOS

    Swift 2 2