The article presents a perspective and some code samples on how one could some cool stuff with Test-driven development (TDD)…
The article lists down Law of Demeter Violations and presents solutions on how to fix them. The code samples are…
The article lists down some good reads (from different webpages on internet) on unit testing concepts such as mocking, stubbing…
The article represents code samples for Junit tests and Mockito, a mocking framework. In addition, it describes different aspects of…
The article presents an example of unit tests which tests both happy path and exception scenario. Business Requirement User trying…
The article presents a perspective on how unit tests could be written in a way that they could be used…
The article represents a framework using which one could plan their content for taking an introductory session on their applications.…
The article talks about performance testing tool, Iago, which is created at Twitter for testing their core database interfaces, storage…
The article lists down tools & frameworks that are used for mobile app testing at LinkedIn. Vows: Vows is a…
The article lists down pages/papers on measuring software development productivity. The Theory of Constraints: A good read on measuring software…
The article presents a short overview on why one needs Javascript templating engines and, a list of these frameworks. Please…
This article talks about A/B testing, why companies like Facebook rely on it and what would it take to adopt…
This article throws light on underlying technology used by Evernote to meet the primary requirement of having client applications on…
The article presents a perspective on why Amazon.com pages rely on DNS pre-fetch and what other e-commerce websites could learn…
The article lists down different Javascript frameworks that have been used in LinkedIn web UI and mobile app. Following are…
The article lists down the softwares used at different layers in the LinkedIn platform layered architecture. Presentation Layer Dust.js (Client-side…