YulianReduce docker image size for golang applicationHave you ever waited a long time to push a docker image of a golang application to a docker hub or other container registry ? If yes, then…Sep 28, 2021Sep 28, 2021
YulianUnderstanding System Performance and AvailabilityAfter watching this video, I learned some things about system performance and availability. Here are the key takeaways.Sep 13, 2021Sep 13, 2021
YulianGo Concurrency Pattern : PipelinesPipeline is only one of many go concurrency patterns. It can be said that the pipeline pattern is a multiple goroutines connected with…Mar 6, 2021Mar 6, 2021
YulianOptimizing Disjoint SetThis article is inspired by hackerrank problem (https://www.hackerrank.com/challenges/merging-communities/problem). A few weeks ago I…Feb 20, 2021Feb 20, 2021
YulianHorizontal scaling a WebsocketsThis article is inspired from my github repository https://github.com/beruangcoklat/mspaint-socket.Feb 16, 2021Feb 16, 2021
YulianUnique Path (leetcode)Today I want to share about some leetcode problems. Here is list of the problems:Jan 30, 2021Jan 30, 2021
YulianBest Time to Buy and Sell Stock (leetcode)Today I want to share about some leetcode problems. The solutions that I will share will use a dynamic programming approach. Here is list…Jan 23, 2021Jan 23, 2021