The Art of Modern Interview
I have just finished (successfully) an intensive round of job interviews, and I wanted to write down my take on the modern trends. Disclaimer: this is a general discussion that […]
I have just finished (successfully) an intensive round of job interviews, and I wanted to write down my take on the modern trends. Disclaimer: this is a general discussion that […]
Web sockets were invented to push data from web server to clients. So, one would expect that sending data to a web socket would look something like this: void OnNewDataReady(string […]