iChess.io Architecture

Hi, my Dear Readers! ;-). Let me start Today’s story with the fact that the iChess.io starts to play Chess and Chess 960 as well ;-). Without that start statement, any design advantages do not make sense. Please remember that any good architectural design is about how things work, not how things are built. I heard that once, and it made an impression on me. It turns out a clear understanding that Continue ReadingiChess.io Architecture

iChess.io v2.27

This is a day, I was looking forward entire year. I remember the moment when we discuss with Professor Jacek Izydorczyk the subject of math oriented AI that can be very enjoyable and valuable, the Game of Kings. But first, we considered to reaserch AI in the medical aspects of usage, the financial, and then I told that the best in class AI is for gaming but the only game I am Continue ReadingiChess.io v2.27

The iChess.io v1.27 is Ready to Play Publicly with Reinforcement Learning ;-)

Hi, it has been some time since the last entry on this blog… ;-). I almost forget how nice it is to write a blog post in the middle of the night with AirPods music :P. Truth be told, I almost dropped this iChess.io project once on the aiChess.io I could not make sufficient working self-learning of the chess. I do not want to use any books on chess, only, like they Continue ReadingThe iChess.io v1.27 is Ready to Play Publicly with Reinforcement Learning 😉

ForeachREST in WCF Generic Implementation

Hi, do you remember my previous post about Foreach in WCF? Today I would like to show you only code samples of the same problem but with REST technology because I searched the Internet, and there is no example of server and client site setup property in .NET 4.0. In my opinion, you can often find implementation with the HttpClient class that wastes time. I will present you with a project stored Continue ReadingForeachREST in WCF Generic Implementation

WCF and REST singing Killing me SOAPtly

Hi, Last few weeks I spend with doing many experiments with WCF and REST. I know there is an ASP.NET Web API, but it is not stable yet. So, how can we create a well-designed, fast, and scalable system with REST and forget about SOAP? Answer is very simple, it can be done with WCF 4.0 with the WebHttpBinding binding and the WebHttpBehaviour behaviour. But, starting from the beginning. I found very Continue ReadingWCF and REST singing Killing me SOAPtly