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()- 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
 
- Blog: https://swiftunwrap.com
 - Twitter: @pjechris
 


