Loading ...

Some Power Shell Notes

Hello everybody, today I want to share few words about powershell usage.  So, recently I've got some tasks which is related to usage of powershell scripts in order to automate some execution. One of discoveries in PowerShell for me was pipelining with usage of Where-Object. Consider followin...

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...