Showing posts with label Reading. Show all posts
Showing posts with label Reading. Show all posts

Saturday, January 05, 2013

Readings at Jan 5, 2012

Understanding your own code by Eli Bendersky

I will add, if you need to maintain a certain codebase, go ahead to read all of them.

Arthur




Friday, January 04, 2013

Tuesday, December 25, 2012

Readings (Dec 25, 2012)

  • Electric Meat (link
  • Web-based OS (link)
  • Advice to Aimless, Excited Programmers (link)
  • If You're Not Gonna Use It, Why Are You Building It? (link)
  • It's Like That Because It Has Always Been Like (link)
  • Dangling by a Trivial Feature (link)

Arthur

Tuesday, December 18, 2012

Readings at Dec 18, 2012

From time to time, I will put interesting technology reading in my blog.   Enjoy.

  1. The value of typing code : By John Cook, after all these years, I got to concur that code I didn't type are not code that I grok. 
  2. The Founder's dilemma : Recommended by Joel Spolsky.  It sounds like an interesting book to check out as I am sick of overly qualitative statement in the startup world. 
  3. Tutorial on Python NLTK:  by Sujit Pal.  Python NLTK is something I want to check out for long time.  
  4. Pure Virtual Destructor in C++ : by Eli Bendersky.
  5. Dumping A C++ Object Memory Layout With Clang : by Eli Bendersky
Arthur