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 😉

EuroJackpot with EnCog ANN and Stats

Yes, I know that it is impossible to predict lottery results. But if the results would be predictable? Of course, I know they are not, but just hypothetically, for a play with Perceptron Neural Network and prediction algorithms, I want to show you that in 256 😉 Lines of code you can play with prediction thanks to the EnCog 3.4 library. I recently bought 2 of Jeff Heaton’s  books about neural networks Continue ReadingEuroJackpot with EnCog ANN and Stats

IoT Platform PoC

Hi, I am starting a new coding adventure that probably takes me a few weekends. It will be IoT Platform PoC based on Multi Service Bus Core 2.0. I have only one Raspberry Pi 3, and for PoC, I plan to use a small sensor, maybe for the temperature in our home. I do not have a sensor that can use MQTT, but I really want, so if you can borrow one Continue ReadingIoT Platform PoC

Multi Service Bus Core 2.0

Hi, today I want to present Multi Service Bus Core 2.0. The new version has a lot of small bugs fixed. I recently bought myself an excellent tool to draw diagrams. Below I will want first to start by showing the concept diagram. Multi-Service Bus Core 2.0 offers Server-Client communication. It is an important point, so I described it first with this but let me start from the basics principles of the Continue ReadingMulti Service Bus Core 2.0

Multi Service Bus Core on Raspberry Pi 3

Hi, today thanks to a solution that I found on the Internet named Setting up Raspian and .NET Core 2.0 on Raspberry Pi I was able to configure .NET Core 2.0 and Multi Service Bus Core on the Raspberry Pi 3. This is a kind of PoC – Proof-of-Concept that makes it possible to use on R Pi 3 for sensors for IoT my own service bus. The mentioned solution Multi Service Continue ReadingMulti Service Bus Core on Raspberry Pi 3

Azure SaaS and Multi Service Bus Core

Hi, today I would like to share some Azure SaaS architecture. I have been learning Azure for over a year, and I have had a chance to combine many things. However, I have not got a chance yet to combine it with the Multi-Service Bus Core. So today, I would like to share your idea of SaaS communication I have many years from now. To build very easy-to-use communication for the SaaS Continue ReadingAzure SaaS and Multi Service Bus Core

Generic Free Pattern Improved C#

Hi, some time ago I posted information about Generic Free Pattern, but I used there the reflection. Today I would like to share with you a much faster solution. The source of creation is a bridge between non-generic and generic classes in the Creator method. The usage of the pattern is at the end of the code. Where you can create a class EntityManager that is non-generic, but the logic that is Continue ReadingGeneric Free Pattern Improved C#

Code Puzzle – Get Behind Firewall – Solution

I feel really disappointed because I have not received any solution from anyone for this puzzle. The solution to this is very trivial with the correct tools. Tool I am using to solve this is Simple Service Bus. I want to remind you what was the architectural design pattern. And below you can find very trivial and working solution. Can you explain why nobody solves this? Just wonder. The only thing I Continue ReadingCode Puzzle – Get Behind Firewall – Solution