
Recent Gists from anfleene


Distributed-Systems-Resources This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters Good Intro to explain the landscape by Stanislav Kozlovski https://www.freecodecamp.org/n…

list.markdown The Ruby Rouges: 217 RR Architecture Without an End State with Michael Nygard 216 RR Code Review Culture with Derek Prior 213 RR Team Dynamics, API Design, and System Resiliency with Daniel Jacobson of Netflix 211 RR DCI with Jim Gay 191 RR The Developer Happiness Team with Kerri Miller 186 RR The 4 Rules of Simple Design with Corey Haines 185 RR Rails 4 Test Prescriptions with Noel…

gistfile1.vim This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters " Strip trailing whitespace function ! <SID> StripTrailingWhitespaces () " Preparation: save last search,…

Shortlist-of-RE-Resources This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters Sidney Dekker The Field Guide to Human Error - https://amzn.to/2O30hAI Just Culture - https:/…

haml_filename_comment.rb This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters Haml :: Engine . class_eval do alias_method :initialize_without_file_comments , :initialize de…

.slate This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters #TAKEN FROM http://mauriciogardini.com/post/43348489262/slate-a-mac-os-x-window-manager-for-power-users # Config…

gistfile1.rb This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters begin #dangerous API Call that fails a ton rescue Exception => e puts e . message end #result that sort of…

hot-swap This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters #! /bin/bash # This script assumes you have an app running on 2 ports 4040 and 4041 # and that you can restart…

ruby_debug_pow.markdown How to Ruby Debug with Pow Below are steps I followed to get ruby debugger ruby-debug running with Pow. Based on info from this thread basecamp/pow#43 and this blog post http://flochip.com/2011/04/13/running-pow-with-rdebug/ 1) Update your Gemfile Assuming you're writing your app in Ruby 1.9 and using Bundler, just add the dependency to your development gems: group :develo…

