AI Engineer and Entrepreneur

Book: Effective Java by Joshua Bloch

Posted by on Nov 23, 2010 in Technology, Web Application Development | 0 comments

Got book “Effective Java” by Joshua Bloch....

Read More

Reading Book: Test Driven. Practical TDD and ATTD for Java Developers

Posted by on Nov 22, 2010 in Technology, Web Application Development | 0 comments

Got book: Test Driven. Practical TDD and ATTD for Java Developers by Lasse Koskela....

Read More

Continuous Delivery / Start asking yourself why

Posted by on Nov 12, 2010 in Web Application Development | 0 comments

As Eric says in his blog post http://www.startuplessonslearned.com/2008/11/five-whys.html, that right way is to approaching any problem as...

Read More

140 Google Interview Questions

Posted by on Nov 9, 2010 in Uncategorized, Web Application Development | 0 comments

Guy composed questions from Google’s interview....

Read More

Mocks vs Stubs

Posted by on Nov 8, 2010 in Web Application Development | 0 comments

Martin Fowler wrote an article about difference between Mocks and Stabs. In short – there are two approaches in testing driven...

Read More

Shared nothing architecture

Posted by on Nov 5, 2010 in Web Application Development | 0 comments

Wikipedia says “A shared nothing architecture (SN) is a distributed computing architecture in which each node is independent and...

Read More