Posted by
raja | 2008/01/16 18:19:27
Creating use case specific session facades from domain specific services.
Posted by
raja | 2008/02/03 04:41:59
The meaning and purpose of caching..
Posted by
raja | 2008/11/20 11:04:17
The router as a choice between alternate strategies..
Posted by
raja | 2008/12/17 11:25:57
Is the static method suitable for implementing simple functions? Isn't a static method the same as a simple command?
Posted by
raja | 2009/04/14 01:29:35
The oft used but seldom discussed paradigm regarding separation of Strategies and Context Objects..
Posted by
raja | 2010/08/20 04:13:25
Do not look at where you are not supposed to...
Posted by
raja | 2011/03/16 02:32:46
Stateful components and their impact on performance
Posted by
raja | 2011/07/17 18:00:47
How we can achieve incremental extract, transform and Load operations using Event Driven Programming and methodology...
Posted by
raja | 2014/04/09 17:57:12
Explaining the Micro Services Architecture paradigm..
Posted by
raja | 2016/09/15 01:33:47
How we used Camel at the center of a self orchestrating Micro Services Framework..
Posted by
raja | 2008/03/15 07:34:39
How Computer Architecture is very closely related to our obsession with organizing our stuff
Posted by
raja | 2008/07/23 10:36:12
The evolution of programming from writing big chunks of code to SOA..
Posted by
raja | 2009/01/28 07:37:00
Musings about the breakdown of a solar heater that broke down in a hotel that I stayed at..
Posted by
raja | 2010/06/18 18:18:55
Why are Enterprise Architects so out of touch with reality?
Posted by
raja | 2012/06/21 18:43:15
How Computer Architecture is all about System thinking and is illustrative of what people have found with the Nazca Lines in South America
Posted by
raja | 2015/06/18 01:42:36
Glass as the brand front to own the experience across channels
Posted by
raja | 2008/03/25 17:50:16
Defining a software module..
Posted by
raja | 2009/01/15 18:26:51
Minimizing dependencies between software modules..
Posted by
raja | 2010/03/07 18:27:16
Interface Implementation Separation
Posted by
raja | 2010/03/18 18:01:42
Program contracts and the domain model..
Posted by
raja | 2009/01/15 04:41:08
Some musings on layered architecture and the trends towards specialization in application development..
Posted by
raja | 2009/08/21 09:54:21
Unix - the ever young operating system turning 40 in 2009 when this article was written..
Posted by
raja | 2013/05/07 03:36:58
All about the operational viewpoint. How do you make sure that you consider operational requirements in your application..
Posted by
raja | 2008/02/08 09:26:38
Java's Garbage Collection has improved so much that Java can potentially even overtake C++ in performance according to Brian Goetz..
Posted by
raja | 2008/02/10 19:36:03
Measuring Key Performance Indicators in an application
Posted by
raja | 2010/04/24 05:10:25
Performance of a web application. An introduction..
Posted by
raja | 2010/04/28 15:53:48
Tweaking the web layer performance. At the web server and the application level..
Posted by
raja | 2010/04/29 09:03:40
Browser Caches. How to control them? How HTTP code 304 helps?
Posted by
raja | 2010/05/05 03:06:08
Performance optimization from Code Analysis - both static and dynamic..
Posted by
raja | 2010/05/18 18:30:16
Be prepared for the next request by pre-fetching the results of the next one and putting them into the cache..
Posted by
raja | 2010/06/20 18:45:16
How the n+1 selects problem effectively kills performance in db and SOA..
Posted by
raja | 2008/02/10 07:59:00
Pools of resources for re-use as a performance enhancer