Skip to content

Instantly share code, notes, and snippets.

@enguerran
enguerran / Simple-Made-Easy-101.md
Created January 22, 2025 14:14
Simple Made Easy, Rich Hickey

Rich Hickey is known as the creator of the Clojure, a Lisp dialect on top of the JVM.

Introduction

  • Build simple system to have robust system
  • Simple: sim- plex ; one fold, one braid ; vs complex
  • Easy: ease < aise < adjacens ; lie near ; vs hard
  • Simple, one fold:
    • one role
  • one task
@enguerran
enguerran / readme.md
Last active July 12, 2018 12:47
Senior Software Craftsmanship Rules

Senior Software Craftsmanship Rules

  1. master of code
    • remember your first steps
    • stay humble
    • learn technologies
    • pair with others
    • enjoy
  2. other rules #2…#5
  • talk about your experience, teach others

Compte-rendu de la présentation de Chris Richardson en décembre 2014 lors du hack.summit [video]

  • why build event-driven microservices?
  • overview of event sourcing
  • designing microservices with event sourcing (event sourcing)
  • implementing queries in an event sources application (CQRS)
  • building and deploying microservices (docker)