Skip to content

Instantly share code, notes, and snippets.

View ygrenzinger's full-sized avatar

Yannick Grenzinger ygrenzinger

View GitHub Profile
@catwell
catwell / inch-staff-eng-public.md
Last active February 18, 2023 16:52
Staff Software Engineer chez Inch (version publique)

Staff Software Engineer chez Inch

Objet du document

Ce document décrit le poste de Staff Software Engineer chez Inch. Cette version est quasiment identique à la version interne à part à quelques endroits indiqués par le mot SNIP.

Généralités sur les ladder techniques

Les niveaux de début de carrière d'un ingénieur logiciel (on va dire dev par la suite) sont relativement bien connus, en gros :

import Test.Hspec
main = hspec $ do
describe "tree fold" $
it "works!" $
visit (Branch
-- / \
(Node "h") (Branch
-- / \
(Branch -- \
@tomysmile
tomysmile / brew-java-and-jenv.md
Last active April 20, 2022 16:14
How To Install Java 8 on Mac

Install HomeBrew first

brew update
brew tap caskroom/cask
brew install brew-cask

If you get the error "already installed", follow the instructions to unlink it, then install again:

@gphilipp
gphilipp / Mac_apps_to_install.md
Last active January 20, 2017 06:49
Mac apps to install

Mac apps to install

  • Dropbox
  • Spotify
  • Chrome + React tools
  • Airfoil
  • Atom
  • 1Password
  • IntelliJ
  • (iTerm not needed anymore, terminal is good in Yosemite)
@staltz
staltz / introrx.md
Last active April 25, 2024 04:18
The introduction to Reactive Programming you've been missing
@ragingwind
ragingwind / Backend Architectures Keywords and References.md
Last active April 17, 2024 10:51
Backend Architectures Keywords and References