.NET-kehittäjän blogi ohjelmoinnista ja ohjelmistokehityksestä. Englanniksi
Anyone who has done development on *nix-like system knows one of the most important tools is a powerful shell. Windows had to suffer from weak command line tool ...
Intro I needed to do some web crawling for a personal project. Instead of using any of the crawlers that are available I decided to write my own. Python is a ...
This is second part of a series. Check out the first part if you haven’t already. The code can be found at BitBucket repo. Last time we looked at data ...
Introduction I decided to try and write a series about different data access methods. Main motivation being to learn them better. The first one in the series is ...