Resources
Books:
- Code
Complete 2 , Steve McConnell
(Books 24x7) ==> CC
- The C
Programming Language, Kernighan & Ritchie
- Agile Web
Development with Rails, Hunt & Hansson
- The
Pragmatic Programmer, Andrew Hunt & David Thomas ==> PP
- Professional
Software Development, Steve McConnell
- Personal
Software Process, Watts Humphrey
- The Art
of Unix Programming, Eric Raymond
- Writing
Solid Code, Steve Maguire
- Clean
Code, Bob Martin
- Code
Quality – The Open Source Perspective, Diomidis Spinellis
- C for
Java Programmers, Thomas Muldner
Articles/ Blogs:
Linux Commands & Tools:
Ruby Programming:
Regular Expressions in Ruby
- http://www.ruby-doc.org/docs/ProgrammingRuby -- This is the famous Pick Axe book (PR).
- Start with section on Regular Expressions in Ruby.new section -- Regular Expressions (intro) in the index.
- Try out the examples in the above section using the rubular site.
- Become very familiar with the section on Regular Expression Patterns (language) in the index.
- Great site to try out your expressions: http://www.rubular.com. Note that the slashes are provided by rubular.
Rails Programming:
C Programming:
Unit Testing: