If you’re intrigued by the word UBER and assuming that this article is about either the company UBER or its mobile app. Unfortunately it’s not :-). So then what is it all about? I’d like to introduce you to an architecture style mind you not an architecture pattern neither a software design pattern. […]
Category: Software Design
Software Architect – Declassified
Software architect role is the vaguely addressed topic or at least its detail. In most organization this is one of the not so well defined role. Presumably ends up with either a best developer in the team. Team lead, Manager who was a mediocre developer and now doesn’t wants to […]
Protocol Oriented Programming aka POP
Object oriented programming was the classic strategy to write modular code for decades. Imagine you’re developing a photo sharing app. You can take a picture, add special effects, or share it with your friends. A common approach to creating this type of application is by using object oriented design, encapsulating all […]