Simon Parker

@sparker

Joined on Feb 23, 2020

  • Articles Execution in the Kingdom of Nouns The Little Mocker Tasks, Microtasks, Queues and Schedules Nesting While Testing I get paid for code that works, not for tests React Patterns You Might Not Need Redux Functors, Applicatives And Monads in Pictures
     Like  Bookmark
  • The Happy Path 🎯 Goals ✍️ Establish guiding principles for Git usage 🛠 Introduce tools aligned with these principles 🤔 Have fun solving puzzles! 🙀 Anti-goals
     Like  Bookmark
  • Hello Learners! We discovered a fascinating library which allows us to test our architecture: ArchUnit We want to share a few cool use cases for the library. We hope you find them intriguing! layeredArchitecture() .layer("Controllers").definedBy("io.pivotal.archunitdemo.controller..") .layer("Services").definedBy("io.pivotal.archunitdemo.service..") .layer("Persistence").definedBy("io.pivotal.archunitdemo.persistence..")
     Like  Bookmark