pjechris / pjechris

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi there πŸ‘‹

struct Dev {
  let name = "Jean-Christophe (JC) Pastant"
  let pronouns = "Sir"
  let age = Int.infinity
  let role = "iOS Staff Engineer"
  let location = "France πŸ‡«πŸ‡·"
  let languages = ["en_FR", "en_US"]
  let skills = ["Swift", "ObjC", "Ruby", "French jokes 🀑"]
  
  func sayHi() {
    print("Thanks for dropping by. Feel free to have a look at my work!")
  }
}

let me = Dev()
me.sayHi()

Github stats

My latest projects

  • CohesionKit: A Source of Truth library to help dealing with realtime data
  • AnnotationInject Compile-time injection using code generation
  • SimpleHTTP Lighweight additions to Foundation to improve requests

Links

About