Category Archives: Software Architecture

About My Abortive Design

Here is an idea for managing the user permissions at my web app. In this design users have different privileges to perform basic crud operations on different app domains (Customer Management Domain, Stock Management Domain etc.). In this way, some … Continue reading

Posted in Projects, Software Architecture, TechLog | Tagged , , , , , , , | Leave a comment

Pipe-and-Filter Architecture and An Elegant Algorithm

The Problem: Given a dictionary of words in English, find all the anagrams in the dictionary. That is, find all the words that are permutations of each other. For example, pots, stop, and spot are anagrams of each other. Bentley, … Continue reading

Posted in Algorithm Analysis, General Concepts, Links, Software Architecture | Tagged , , , | Leave a comment