architecture New Post May 19, 2024 Services at the cutting edge How do we engineer a service to work at the edge #spring boot #chenile #edge computing #java #architecture #design
management July 22, 2015 On the Design of Software Organizations - Balancing Autonomy with Governance How do you design an agile but well governed software development org. #autonomy #governance #agility #conways_law #ddd
architecture July 11, 2015 De-coupling releases from deployment Every deployment need not be a business release #release_management #development #deployment #devops #business_release
agility March 9, 2015 On Technical Debt some reflections on tech debt, its origin, mitigation etc. #agility #tech_debt #refactoring
architecture April 9, 2014 On Micro Services Architecture - Old Wine in a new Bottle? Are microservices just repackaged SOA? #architecture #micro_services #soa
musings June 21, 2012 On Architecture, System Thinking & the Nazca Lines a reverie on nazca lines and how they relate to the same overall picture that we want as architects #architecture #nazca #birdseye_view
musings November 1, 2011 Stevey Can Rant.. I Cant My take on Stevey's Rant from Google #service_orientation #soa #big_tech #musings
agility July 12, 2011 On Project Ramp ups when is the best time to ramp up the team for a project #agility #ramp-up #team
performance June 20, 2010 The n+1 selects problem.. How time complexity increases if we arbitrarily nest calls #performance #O(n) #architecture #design
musings April 21, 2010 Bug Driven Development How bugs drive development in the absence of proper forethought #musings #pitfalls #planning #bugs
musings August 21, 2009 On Shells, Pipes and Senile Operating Systems.. On the aging of Unix and the culture that it begat #UNIX #musings #pipes #chain of responsibility
design April 14, 2009 Class Dichotomy the innate dichotomy of class design between contexts and strategies #class-dichotomy #design #strategies #context
musings February 19, 2009 Business Model vs. Revenue Model On karma and focussing on the solution rather than on revenue #musings #business #start-ups
design November 20, 2008 The Router Pattern the usage of the router pattern in class design #design #code #router #patterns
architecture July 23, 2008 SOA & Programming the evolution of SOA from basic Programming concepts #architecture #pattern #soa
design April 16, 2008 OOAD and the Strategy pattern Difference between domain objects and strategies #design #strategies #ooad
architecture March 25, 2008 On Modularization Musings on modularization and some of the principles behind it #modularization #architecture #design
musings March 15, 2008 Organizing and Architecture.. musings on similarity between architecture and the principles of organization #musings
architecture February 29, 2008 On The Zachman Framework my reflections on the Zachman framework #architecture #musings
agility February 24, 2008 Refactoring, Evolutionary Design & YAGNI The benefits of refactoring and Evolutionary design #agility #refactoring #design
code February 21, 2008 Multi Column Sorting in Java how do you trivially accomplish sorting by multiple columns in a search result in java #code #sorting
design February 19, 2008 Patterns,Frameworks, Specifications, Conventions & Configuration On framework design and the importance of convention over (and in addition to)configuration #design #conventions #configurations #architecture
code February 10, 2008 Asynchronous Execution Wrapper Making a Java class asynchronous by proxying it with a dynamic wrapper #code #asynchronous #java #design
performance February 8, 2008 Java & Performance Performance considerations in Java Garbage collection #java #performance
design January 16, 2008 Flow Orchestrations On the command pattern and externalizing control of program flow #design #architecture #orchestration #flow #workflow
management January 14, 2008 Engineering in a Software Development Company on architecture vs. engineering #software #management
architecture December 23, 2007 Prelude to AOP - Requirements, Patterns, SRP and DRY AOP - why do we need it? #aop #architecture #spring