Skip to content
View jandoornbos's full-sized avatar

Highlights

  • Pro

Organizations

@NHL-Stenden-Emmen

Block or report jandoornbos

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

👋 Hi there!

I'm a former software developer who is now active as a teacher.

let skills: [Skill] = [
    Skill(name: "Swift", frameworks: [
        "UIKit"
    ]),
    Skill(name: "Objective-C", frameworks: [
        "UIKit"
    ]),
    Skill(name: "Java", frameworks: nil),
    Skill(name: "Typescript", frameworks: [
        "Angular"
    ]),
    Skill(name: "HTML/CSS", frameworks: nil),
    Skill(name: "PHP", frameworks: [
        "Symfony"
    ]),
]

📱 My Apps

Popular repositories Loading

  1. design-patterns-top40-generator design-patterns-top40-generator Public

    Eindopdracht voor Design Patterns.

    Java

  2. bite bite Public

    iOS Application for Bite (a Move4Mobile product)

    Swift

  3. move4mobile-tools-ios move4mobile-tools-ios Public

    Some of the most used helpers and extensions by Move4Mobile developers.

    Swift 1

  4. red-card-scoreboard red-card-scoreboard Public

    Scoreboard for tracking red cards for making bad jokes.

    JavaScript

  5. SideMenu SideMenu Public

    Forked from jonkykong/SideMenu

    Simple side menu control for iOS, no code necessary! Lots of customization. Add it to your project in 5 minutes or less.

    Swift

  6. SwiftKeychainWrapper SwiftKeychainWrapper Public

    Forked from jrendel/SwiftKeychainWrapper

    A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.

    Swift