Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View reeen21's full-sized avatar
🕷️
🕷️
  • Yumemi, inc
  • Saitama, JP
  • 20:06 (UTC +09:00)
  • Codestin Search App @reeen21_dev

Block or report reeen21

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
reeen21/README.md

My Profile

Hello! Here's a snapshot of who I am:

struct Profile: Introducible {
    let name: String
    let position: String
    let education: String
    let specialties: [String]
    let hobbies: [String]
}

let myProfile = Profile(
    name: "Reeen",
    position: "iOS Engineer at Yumemi Inc.",
    education: "Majored in International Politics",
    specialties: [
        "Swift",
        "UIKit",
        "SwiftUI",
        "MapKit",
        "Firebase",
        "Swift Package Manager",
        "MVVM Architecture",
        "Flux Architecture",
        "... and more!"
    ],
    hobbies: [
        "Traveling",
        "Playing darts",
        "Skiing",
        "Watching movies (especially the 007 series)",
        "Brewing coffee"
    ]
)

func introduce(profile: Profile) {
    while true {
        print("Name: \(profile.name)")
        print("Position: \(profile.position)")
        print("Education: \(profile.education)")
        print("Specialties: \(profile.specialties.joined(separator: ", "))")
        print("Hobbies: \(profile.hobbies.joined(separator: ", "))")
    }
}

introduce(profile: myProfile)

My Github Status.



Pinned Loading

  1. Hawk Hawk Public

    Library for support an application's force update.

    Swift 6 1

  2. iOSCodeCheck iOSCodeCheck Public

    株式会社ゆめみ iOS engineer向けコーディングテスト

    Swift

  3. SwiftUIX SwiftUIX Public

    Forked from SwiftUIX/SwiftUIX

    An exhaustive expansion of the standard SwiftUI library.

    Swift

  4. SkeletonView SkeletonView Public

    Forked from Juanpe/SkeletonView

    ☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting

    Swift

  5. zmk-config-roBa zmk-config-roBa Public

    Forked from kumamuk-git/zmk-config-roBa

  6. flutter-training-reeen21 flutter-training-reeen21 Public archive

    Dart