Projects

Creating a Multi-Language, Serverless Chat Program - Part 1: Protocol Design
In order to explore how different languages approach GUI programming, network sockets, and object-oriented concepts, we will embark on a journey in creating a serverless chat protocol, and clients for it in many different languages. This is the first installment, where I describe the protocol and the project.