Because ServiceStack.Text performs much better I recently stumbled across a comparison of JSON serialization libraries. which shows that ServiceStack.Text by far outperforms any of the competitors. Indeed, the folks down at ServiceStack have been bui…
http://www.markhneedham.com/blog/2011/12/15/webdriver-getting-it-to-play-nicely-with-xvfb/ Thoughts on Software Development with 2 comments Another thing we’ve been doing with WebDriver is having it run with the FirefoxDriver while redirecting the di…
1. Add Partition Tool Partitions act as unit of parallelism. Messages of a single topic are distributed to multiple partitions that can be stored and served on different servers. Upon creation of a topic, the number of partitions for this topic has t…
https://github.com/WebApiContrib ASP.NET Web API and Protocol Buffers Protocol Buffers are a super efficient and very flexible way of serializing structured data. Developed at Google, provide the developers lightspeed serialization and deserializatio…
prepare:0) libevent-dev1) libseccomp-dev2) build-essential3) automake install: https://www.liquidweb.com/kb/how-to-install-memcached-on-ubuntu-14-04-lts/ Step #1: Install Memcached As a matter of best practice we’ll update our packages: apt-get updat…
Git is one of the most popular tools used for distributed version control system(VCS). Git is commonly used for source code management (SCM) and has become more used than old VCS systems like SVN. Installing Git on Ubuntu 16.04 LTS Pre-Flight Check Y…
I was playing around with Docker locally and somehow ended up with this error when I tried to list my docker machines: $ docker-machine ls NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS default - virtualbox Running tcp: Unknown Unable to query do…