Posts
-
Oct 14, 2017
Recently I migrated my blog from Blogspot to GitHub Pages. It took a while, but I am glad I did it, because blogging with GitHub Pages is much more enjoyable than with Blogspot, as long as one is comfortable with… read more »
-
Oct 8, 2017
本文翻译自Jim R. Wilson的Understanding HBase and BigTable。
… read more »
-
Sep 17, 2017
软件工程领域隔三差五就会出来一些听起来很虚幻的流行词(buzzwords)。
Microservices和SOA(service-oriented architecture 面向服务的架构)就属于这一类。
SOA比Microservices出来得更早,两个词都跟服务和架构有关,
难道又是换汤不换药(old wine in new bottles),用来忽悠的?
… read more »
-
Jun 9, 2017
Recently I am working with
react-select and was a bit
annoyed by these warnings shown in my Chrome developer tools console:
… read more »
-
Jun 2, 2017
I had a problem when trying to bind a Java array to an IN clause with JDBI. Here are the solutions I found working.
… read more »
-
Dec 25, 2016
Docker supports file sharing between the host and a container via the -v option, which allows a host directory to be accessible within the container at the specified mount point, For example, with docker run -v /path_on_the_host:/path_in_the_container postgres, the host… read more »
-
Oct 13, 2016
When developing applications processing Avro data, a basic understanding of Avro schema and Avro binary encoding is helpful.
I disscussed a small topic on Avro schema here.
The focus of this post is Avro binary encoding.
… read more »
-
Sep 29, 2016
The cable modem provided by my ISP has a quite weak wifi signal strength. After being disappointed by two wifi repeaters, I turned my decommissioned DSL modem (Vodafone DSL-EasyBox 802) into a router and an extra access point. The EasyBox… read more »