Employer support
In the few years I’ve been working as a software engineer, I have had the chance to be a part of different types of companies; From the small startup in the creative space, to the more corporate large-ish
continue ...Running Cassandra on Windows: first attempt
Yesterday I was reading up on some resources on Apache Cassandra for the .Net devs. I decided to try it out.
A little problem on Windows
I found one potential stumbling block, which is in order to talk to Cassandra I will need to build a ‘proxy class’ to handle the de/serialization for me. Cassandra uses a protocol called Thrift. So I will need a proxy class that can serialize
continue ...
