Skip to content

Instantly share code, notes, and snippets.

View ninokierulf's full-sized avatar

Nino Nhexie Kierulf ninokierulf

View GitHub Profile
@ninokierulf
ninokierulf / git-rebase-interactive-sublimetext.md
Last active February 18, 2020 17:32
Use 'Sublime Text' for git rebase interactive
@ninokierulf
ninokierulf / FRP Hunt.md
Last active April 26, 2022 06:49
Functional Reactive Programming

Journey to better understanding FRP

( by @ninokierulf )
created: 2015 April 02
modified:

After reading Collection Pipeline Patterns by Martin Fowler.

  • map - to transform item (similar to select?)
  • flatten - merge nested
  • flat-map - map with flatten 1 level