quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

2014-06-08から1日間の記事一覧

RubyTapas #189 - #193

189 Assisted Refactoring ★ エディタがRubyMineになってる extract variable, extract method, inline variable 190 Gsub ★★★ LEXICON.each do |term, alternate| sanitized = sanitized.gsub(term, alternate) end 繰り返しは効率悪い terms = LEXICON.key…

5JS #30

5JS

5 Minutes of JavaScript - Episode #30 - June 5th, 2014 Node.js in Production recommendations for putting Node.js apps into production node cluster to load balance and route traffic around multiple node processes on the server Deploys will …

5JS #29

5JS

5 Minutes of JavaScript - Episode #29 - May 29th, 2014 Object.observe Object.observe is landing in Chrome 36 beta Object.observe is a method for asynchronously observing changes to JavaScript objects LoopBack by StrongLoop, makes creating …

iOS Bytes #23

iOS Bytes - Episode #23, June 5, 2014 Swift Trending repositories https://github.com/trending?l=swift LLVM Architecture of Open Source Applications that's worth reading if you'd like an overview of the design decisions that go in to making…

iOS Bytes #22

iOS Bytes - Episode #22, May 29, 2014 CocoaPods Trunk CocoaPods hit a big milestone with the release of the new Trunk web service that will make adding and updating Pods easier than ever json podspec file no pull request Avocado A new tool…

Ruby5 #470

Ruby5 - Episode #470 - June 6th, 2014 Rails & Sinatra Sessions ways to share authentication between Rails and Sinatra apps Protocol Buffers vs JSON comparison of JSON and Protocol Buffers Protocol Buffers are a way of encoding structured d…