Giter Site home page Giter Site logo

Hey, I’m @gorpello πŸ‘‹

Hi, my name is Gianluca Orpello. I am an Apple Certified Trainer and a freelance Mentor in Italy. I specialize in iOS app design and development, web app design, and API design. I also have knowledge in User Interaction, User Experience, and Project Management.

import SwiftUI

struct DeveloperProfile: View {

    let name: String = "Gianluca Orpello"
    let title: String = "Coding Mentor"
    
    let skills: [String] = [
      "Agile", "App Architecture", "Auto-Layout", "CLI tools with Swift", "Databases",
      "HTML/CSS", "Human Interface Guidelines", "JavaScript", "Public Speaking",
      "REST APIs", "Server Side Swift", "SpriteKit", "Storytelling", "Swift AWS Lambda Runtime",
      "Swift Playgrounds", "iOS", "ipadOS", "watchOS", "tvOS", "macOS", "WebKit",
      "Swift", "UIKit", "SwiftUI", "GIT", "Privacy", "And a Lot More..."
    ]

    var body: some View {
        VStack(alignment: .leading) {
            Text(name)
                .font(.title)
            Text(title)
                .font(.subheadline)
            Text("Skills")
                .font(.headline)
            ForEach(skills, id: \.self) { skill in
                Text(skill)
                    .font(.body)
            }
        }
    }
    
}

πŸ§‘β€πŸ’»πŸΏ A donkey developer with a dream of becoming a unicorn πŸ¦„

I have always looked for new challenges to be able to grow professionally. The desire for success has prompted me several times to look for new and challenging environments.

I am a passionate and empathetic developer at heart with experience in project design and management.

The experience at the Apple Developer Academy has taught me to work with people with different skill sets and professional backgrounds to achieve a common goal. Teaching me to manage the workload to meet deadlines, organising work on different projects, improving my analytical, critical thinking, and problem-solving skills.

🏍️ More About Me

Apple Certified Trainer
Faculty & Graduated @ Apple Developer Academy
πŸ‘¨β€πŸ’» Software Engineer
πŸ“² Apple Enthusiast
🏍 Motorbike Lover.
⛡️ Amateur Sailor.

Gianluca Orpello's Projects

.github icon .github

Community health files for the @GitHub organization

amazingwebsite icon amazingwebsite

Create static websites generated with Swift using Publish, Plot and Ink.

keychain-swift icon keychain-swift

Helper functions for saving text in Keychain securely for iOS, OS X, tvOS and watchOS.

labs icon labs

The Xcode playground labs from the Develop in Swift Fundamentals and Data Collections books.

museumart icon museumart

Create your own private art gallery πŸ‘©β€πŸŽ¨πŸ§‘β€πŸŽ¨πŸ‘¨β€πŸŽ¨

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.