How to trick online casinos – analysis of fraud and the only possible working scheme

Today, the Internet offers many ways to make money, but not all of them are simple. In order to make good money in online casinos you need to understand the specifics of gambling, to understand which sites are the most profitable and to know many other nuances. But few succeed,… Read more“How to trick online casinos – analysis of fraud and the only possible working scheme”

When working as part of a team on a Django project, it is often useful to have a per-host settings file. There are many ways to do this but the approach that I liked most is creating a local_settings.py file in each environment. I’m often the only programmer on web… Read more“”

Ugly code

Was writing some code today and ended up with “Dictionary<string, List<Dictionary<string, string>>> resultDictionary” Does anyone else think that this is hideous? It’s a dictionary keyed by strings and holding lists of dictionaries keyed by strings and holding strings. And it is what you get when you have a statically typed… Read more“Ugly code”