A Very Nice Summary of the Best Haskell Features

Learning Haskell is hard, but I think it is really profitable. Haskell is not just another boring functional thing. Yea, I know, you can write functional code in Python too. Haskell is just different.

The main great thing about Haskell is that it is so different from the rest of the languages I use, that it really affects the code I write and the way I think about writing and structuring programs.

Below is a very nice summary of why Haskell is worth using.

Postgres as NoSQL Database With Validation

I’ve written a blog post about PostgreSQL used as NoSQL database with serious data consistency checks. To my big surprise, this simple blog post has drawn huge attention and has been cited in many places.

Logging in Python Presentation

I think this is a very good introduction to logging in Python. It is just an introduction. More information can be found in documentation, but it is usually easier when someone shows the main ideas up.