Skip to content
View 0xWDG's full-sized avatar
💻
Hacking my way around
💻
Hacking my way around

Block or report 0xWDG

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
0xWDG/README.md
class Wesley: Developer {
  let name = "Wesley de Groot"
  let age = 34
  let location: Location = .Netherlands
  let languages: [Languages] = [.Dutch, .English]

  let programmingLanguages = ["Swift", "Objective-C", "JavaScript", "PHP"]
  let markup = ["HTML", "CSS"]

  func details() -> String {
      var details = ""
      for detail in Mirror(reflecting: self).children {
          guard let label = detail.label else { continue }
          details.append("\(label.capitalized): \(detail.value)\n")
      }
      return details
  }
}

print(Wesley().details())
// The above doesn't compile? // Just add this "missing" code.
class Developer {
  enum Location { case Netherlands }
  enum Languages { case Dutch, English }
}
Or Run in SwiftFiddle.

Latest Blog Post

iOS App States

Random Blog Post

Implementing Admob in SwiftUI

Highlighted Application

Apple Music 2 Discord

Highlighted Project

SecureStorage

Connect


Stats

My projects have 264 ⭐️, and 33 Forks.
committers.top badge

Interested learning more about Swift? Check out my blog.

Pinned repo's:

Pinned Loading

  1. AuroraEditor/AuroraEditor AuroraEditor/AuroraEditor Public

    Aurora Editor is a IDE built by the community, for the community, and written in Swift for the best native performance and feel for macOS.

    Swift 1.2k 80

  2. tvOS.js tvOS.js Public

    This Javascript Library helps you to create quick and easy a simple and beautiful Apple TV (tvOS) apps with Javascript. It is based on the Apple TV Markup Language (TVML) and a custom Apple TV Java…

    Swift 50 13

  3. DynamicUI DynamicUI Public

    Create a SwiftUI user interface through a JSON file. The JSON file will contain the structure of the user interface, and the program will create the user interface based on the JSON file.

    Swift 26 2

  4. GameControllerKit GameControllerKit Public

    GameControllerKit is a Swift package that makes it easy to work with game controllers on iOS, macOS, and tvOS. It provides a simple API to connect to game controllers, read input from them, and con…

    Swift 32 3

  5. Colors Colors Public

    Colors is a Swift Package to enable all system colors in SwiftUI trough a Color extension. Colors which were previously only available in UIColor/NSColor are now available in Color as well.

    Swift 30

  6. Apple-Music-to-Discord Apple-Music-to-Discord Public

    Apple Music to Discord

    Swift 23 1