Digital Chicken Scratch is a place for my software development related notes and thoughts.
Dev Interests
- node.js
- javascript
- rails
- rspec
- memcached
- sphinx (full-text search)
- redis (key-value store)
- http://blog.peepcode.com/tutorials/2010/rethinking-rails-3-routes(rethinking rails 3 routes)
- http://trevmex.com/post/3822870892/rails-one-liner-to-get-urls-from-rake-routes(rake routes)
rake routes | sed -e "1d" -e "s,^[^/]*,,g" | awk '{print $1}' | sort | uniq
- rake
- Ruby/JRuby
- JRuby: Apples and Oranges (video on InfoQ)
- Ruby: ZOMG Why is my code so slow? (video)
- http://ruby-toolbox.com/(Ruby Toolbox)
- http://thoughtbot.com/community/(Thoughtbot Projects)
- Hadoop
- http://blog.rapleaf.com/dev/2009/06/11/multiple-ways-of-copying-data-out-of-hdfs/(Get data from HDFS)
- http://hadoop.apache.org/common/docs/r0.20.0/hdfs_shell.html(HDFS Shell Commands)
- Others
- elasticsearch (aka Compass 3.0, based on Lucene)
- Notes
Misc
- QR Code Generator
- TracOnSharedHost
- LinuxCommands
- FlexStuff
- InterviewQuestions
- Videos
- Java - PDF
- http://www.javaworld.com/javaworld/jw-04-2006/jw-0410-html.html?page=4#resources
- http://markmail.org/message/sgmope6mgoakgcc7
- http://today.java.net/pub/a/today/2007/06/26/generating-pdfs-with-flying-saucer-and-itext.html
- http://pigeonholdings.com/projects/flyingsaucer/R8/doc/guide/users-guide-R8.html