-
Sustainable Software Engineering – What is it?
Sustainable Software Engineering is a set of principles and methods that ensure minimal direct or indirect negative impact to the environment and in turn to…
-
The Brain in your Gut
‘We are what we eat’ and ‘We are what we think’ – is more or less the same with this insight into how the gut…
-
Aggregate function – using $project and $group
If you want the aggregated data to be stored in a specific column format then use $project. Here is an example:- The aggregated data structure…
-
SOLID Principles
Single Responsibility Principle Open/Closed Principle Liskov Substitution Principle Interface Segregation Principle Dependency Inversion Principle
-
Musings
Every individual lives in their own world and so do I, there as as many worlds as there are living beings on this earth (and…
-
The Zen of Python
>>> import this The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex.…

