K PrayogoGetting started with Kubernetesfor better reading experience (code formatting), read on the original blog link below (bottom part of this post).Jan 28, 2022Jan 28, 2022
K PrayogoEasy minimal Ubuntu VM on any OSfor better reading experience (code formatting), read on the original blog, link on bottom section of this post.Jan 21, 2022Jan 21, 2022
K PrayogoHuge List of Database Benchmark (2019)Today we will benchmark a single node version of distributed database (and some non-distributed database for comparison), the client all…Jan 5, 2022Jan 5, 2022
K PrayogoCleanup git and docker Disk UsageSometimes our cloned repository became so freakin large, for example golang’s google.golang.org/api, currently mine consume about 1.1GB. We…Jan 5, 2022Jan 5, 2022
K PrayogoGolang Serialization Benchmark 2020 EditionThese benchmark results taken from electhomas’ repo, have a quite interesting result (new serialization formats). Let’s see how much…Jan 5, 2022Jan 5, 2022
K PrayogoGOPS: Trace your Golang service with easeGoPS is one alternative (also made by Google, other than pprof) to measure, trace or diagnose the performance and memory usage your…Jan 5, 2022Jan 5, 2022
K PrayogoPyroscope: Continuous Tracing in Go, Python, or RubyRecently I stumbled upon slow library/function problem and don’t know chich part that causes it, and found out that there’s a easy way to…Jan 5, 2022Jan 5, 2022
K PrayogoMock vs Fake and Classical TestingMotivation of this article is to promote less painful way of testing, structuring codes, and less broken test when changing…Jan 5, 2022Jan 5, 2022
K PrayogoAgainst Golang Interface{Method}-abuse/pollutionAs you already know, after doing a lot of maintenance work of other people’s code, I don’t like to follow blindly so called “best practice”…Jan 5, 2022Jan 5, 2022