Loading ...

Crud With Mongodb Version 2

Hello everybody, today I want to describe CRUD options in MongoDB version 2. So, let's start with Reading.  In MongoDB reading can be considered as following options: Finding all documnets Filtering Sorting Definitions and builders. Creating documents in MongoDB is simple. You can do it ju...

Svg Drawings

Hello everybody. Today I want to share with you simple way to draw Mutual Style Fund box with help of javascript and svg in html5 with usage of module pattern of javascript.  Recently I had task to make at web site drawings with javascript. After some research I decided to use javascript and...

Enterprise Service Bus

Hello everybody, I continue to publish damp of my understnading of the Universe. Now it will be about Enterprise Service Bus as part of building distributed systems. ESB can be considered as tool for organizing code.  There are two kinds of ESB: 1. Brokered 2. Decentralized.   Features...

Impedance Mismatch

Hello everybody, today I want to boast about one new phrase in my vocabulary:  impedance mismatch. It means the following: difference between what you have in your C# code ( as example ) and have that is persisted in db. For example if you have client, which has orders, and each order thas i...