Sam Wanginhonestbee-tw-engineeringHow did we fine-tune the Go application performanceBefore the article start, I want to announce that honestbee just open sourced our golang worker-pool library jobq, it’s a very easy-to-use…Mar 29, 20191Mar 29, 20191
Sam Wanginhonestbee-tw-engineeringSetup Kubernetes cluster and deploy drone on AWS — Part IIIn the previous Part I article, we already introduced how to set up a Kubernetes cluster on AWS, now, it’s time to deploy Drone service…Dec 21, 2018Dec 21, 2018
Sam Wanginhonestbee-tw-engineeringSetup Kubernetes cluster and deploy drone on AWS — Part IBefore we talking about what is Kubernetes, let’s talk first on the Monolithic Architecture and Microservices. In the past, what engineers…Dec 3, 2018Dec 3, 2018
Sam Wanginhonestbee-tw-engineeringGracefully shutdown in Go http serverWhen backend developers writing http servers, the most usual question is:Nov 27, 20182Nov 27, 20182
Sam WanginSwift ProgrammingHow to prevent using weak self inside swift closureIf you had ever written a swift closure, you must have been met the situation about how to prevent self being strong reference inside…Sep 3, 20154Sep 3, 20154
Sam WanginSwift ProgrammingMerge Objective-C static library into Swift (using mosquitto)Swift is an awesome language, it’s save, it’s simple and easy learning, but sometimes we still want to use the existed project which…Nov 19, 20142Nov 19, 20142
Sam WanginSwift ProgrammingLearn NSURLSession using Swift Part 3— UploadIn URL Loading System Programming Guide, Apple mentioned there are four ways to upload content.Nov 7, 20141Nov 7, 20141
Sam WanginSwift ProgrammingLearn NSURLSession using Swift Part 2 — Background downloadBased on previous article (Learn NSURLSession using Swift Part 1 — HTTP/HTTPS GET), we already understand what NSURLSession can do for us…Nov 4, 20142Nov 4, 20142
Sam WanginSwift ProgrammingLearn NSURLSession using Swift Part 1 — HTTP/HTTPS GET“In iOS7 and later or OS X v10.9 and later, NSURLSession is the preferred API for new code that performs URL requests”Nov 3, 20148Nov 3, 20148