Skip to content
View pjechris's full-sized avatar
Block or Report

Block or report pjechris

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

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

Pinned

  1. AnnotationInject AnnotationInject Public

    Compile-time Swift dependency injection annotations

    Swift 41 3

  2. CohesionKit CohesionKit Public

    Single source of truth library

    Swift 7 1

  3. SimpleHTTP SimpleHTTP Public

    Lightweight HTTP framework adding functionalites to URLSession.

    Swift 6 5

  4. Akane Akane Public archive

    Lightweight native iOS MVVM framework

    Swift 88 14

  5. Gaikan Gaikan Public archive

    Declarative view styling in Swift. Inspired by CSS modules.

    Swift 141 13