Skip to content

Instantly share code, notes, and snippets.

View tonyrosario's full-sized avatar

Tony Rosario tonyrosario

View GitHub Profile
@tonyrosario
tonyrosario / AutomationTestingTalks.md
Last active May 23, 2019 16:52
Automation Testing

Talks

Sub-second acceptance tests - Aslak Hellesøy

  • 'stay in the zone', hard because environment has slowed-down
  • The everything psychology book by Kendra Cherry 3 components of Flow:
    1. Immediate Feedback
    2. Feeling that you have the potential to succeed
    3. Feeling so engrossed in the experience, that other needs become negligible
@tonyrosario
tonyrosario / meren.md
Last active December 4, 2015 23:16
Commander 2015 - Plunder the Graves G/B Upgrades and Options

hello world!

##BG Sacrifice in Battle for Zendikar (BFZ) Tips on building a Black Green sacrifice archetype in a limited (sealed or draft) environment. These tips will be supported by articles from professional magic players, the Magic community, results from games (MTGO, Grand Prix's, Pro Tours), and my own experience.

I write this with the hopes that 1. you will win more games :) and 2. you gain a better understanding of the archetype and the overall limited environment within Battle for Zendikar.

###Goal/Purpose Joel Larsson has already done this for us (Thank you Joel!):

The idea behind the Black-Green Sacrifice deck is to have a well-rounded attrition game, taking the games to a grind and finish them off with big Eldrazi, a huge Voracious Null or Rot Shambler.1

@tonyrosario
tonyrosario / README.md
Last active August 29, 2015 14:23
Phoenix Framework Run-down
@tonyrosario
tonyrosario / courses
Created June 18, 2015 17:55
Learning to Code Resources
https://swifteducation.github.io

iTerm Triggers

  • ^diff.+$ -- Highlight Text (Whatever Background)
  • ^diff.+$ -- Highlight Text (Whatever Foreground)
  • uninitialized\sconstant\s([\w:]+) -- Highlight Text (White on Red)
  • undefined\slocal\svariable\sor\smethod\s(.+)'` -- Highlight Text (White on Red)
  • undefined\smethod\s(.+)'` -- Highlight Text (White on Red)
  • no\simplicit\sconversion\sof\s(\w+)\sinto\s(\w+) -- Highlight Text (White on Red)
  • \?(.+)?'?:?\swrong\snumber\sof\sarguments\s` -- Highlight Text (White on Red)
  • \(\d+\sfor\s\d[\.\+\d]?\) -- Highlight Text (Red on White)