Short summary about presenting data science project results to public.
Road to Machine Learning and Data ScienceRoad to Machine Learning and Data Science
The list of free and non-free resources and courses for quick start in Machine Learning and Data Science. I built this list by searching in Google and taking references from
How to run xUnit tests on JenkinsHow to run xUnit tests on Jenkins
Jenkins does not support running of xUnit tests out of the box. So that you need to run it manually and import test results to Jenkins. This quick manual shows how
How To: Publish your assembly to private NuGet repositoryHow To: Publish your assembly to private NuGet repository
This is quick guide to manage your NuGet package in your private server. Before going into steps with publishing a NuGet package you need to have prepared assembly. Also you
Transforming from DateTime to DateTimeOffsetTransforming from DateTime to DateTimeOffset
You want to transform your system from one state to another. The initial state is when DateTime is used everywhere. The target state is when DateTimeOffset is used everywhere. You
About efficient documentation in projectsAbout efficient documentation in projects
Everybody speaks that documentation is important for development. In the end when a project accumulates hundreds of pages with documentation, nobody wants to update it because it’s boring, difficult and

DateTime PitfallsDateTime Pitfalls
If you find some of these things in your application you should double check if your application works correctly with dates and times: Usages of non-UTC aligned date and time Usages
List of Time ZonesList of Time Zones
The list of all time zones present on PC (Windows 10 Home). This is what you’ll get with the operation TimeZoneInfo.GetSystemTimeZones() in C#.

How To: Running Specflow features with Selenium in JenkinsHow To: Running Specflow features with Selenium in Jenkins
This is a short guide how to run Specflow features which use Selenium for interaction with a web site. In our building environment these tests are running in Jenkins. Implementing this you’ll

Shifty Responsibility of Repository PatternShifty Responsibility of Repository Pattern
During a lot of discussions about the Repository Pattern I noticed that people are separated into two camps. For the purposes of the article I call them abstractionists and concretists. The difference