Skip to content

Instantly share code, notes, and snippets.

View programmiri's full-sized avatar
🍜

Mirjam Aulbach programmiri

🍜
View GitHub Profile
@programmiri
programmiri / 2020-software-testing-vorbereitung-links.md
Created June 12, 2020 18:28
[IMDB, Juni 2020] Software Testing Einführung - Links zum Nachlesen
@programmiri
programmiri / recipe.md
Last active July 5, 2019 13:18
Recipe for a salat with roasted cauliflower. I call it the "I discovered roasted cauliflower and it was one of the best days of my life" salad.

Disclaimer

I put a lot of things in I just found in the freezer, so it's not really possible to give you correct data about quantities and stuff.

Things you need in no particular order

For the salad

  • red lentils
  • 2 bell peppers
  • 1 Avocado
  • generous amount of fresh cilantro
@programmiri
programmiri / testing-bestehende-react-app-enterjs-2019.md
Last active June 28, 2019 12:18
Ressourcen für meinen Talk "Besser spät als nie: Testsuite in bestehenden React-Apps nachziehen" an der EnterJS 2019

Besser spät als nie: Testsuite in bestehenden React-Apps nachziehen

EnterJS 2019.

Ressourcen und Links

Buchtipps

Die Klassiker

  • Working Effectively with Legacy Code, Michael Feathers
  • Refactoring - Martin Fowler
@programmiri
programmiri / alle-meine-entchen.rb
Last active January 24, 2018 16:37
"Alle meine Entchen" for Sonic Pi
basicSleep = 0.4
live_loop :beat do
sample :loop_industrial, amp: 0.1
sleep 0.8
end
define :interrupt do
play 120
sleep basicSleep * 2