Using Golang Client to Operate VaultHello everyone, currently we’re going to try using golang vault client to create Write and Read secrets from vault.Jun 9, 2023A response icon1Jun 9, 2023A response icon1
Golang SQL Unit TestingIf You’re building any application using Go, there is high chance that you’ll be using database. Spesifically for SQL type database (Mysql…Jan 12, 2023A response icon1Jan 12, 2023A response icon1
Being Better — Be a Proactive PersonFor those of you who have read “7 habits of highly effective people” by Stephen Covey, you should have already familiar this term, but for…May 22, 2022May 22, 2022
Published inNerd For TechRedis — Getting Notified When a Key is Expired or ChangedHave you ever heard of Redis Keyspace Notifications? Probably most of you already familiar with redis and even use it on daily basis, but…Jun 16, 2021A response icon4Jun 16, 2021A response icon4
Published inTowards DevIncrease Your Golang Processing “Power” using Controlled WorkerpoolThis will be a short writing if you haven’t utilize the power of go routine to make your application process “faster”. In this example, we…Jun 6, 2021A response icon1Jun 6, 2021A response icon1
Published inNerd For TechMulti Cron Job with “Distributed lock” using MYSQLSeveral moments ago, I was wondering if we have multi cron job that are running same binaries, but we need to make sure that each job /…Apr 30, 2021A response icon1Apr 30, 2021A response icon1
Health, Don’t Take Your Body for GrantedUsually i wrote somethings about software engineering / programming, but this one will be different. I would like to share a thing that…Apr 9, 2021Apr 9, 2021
Several Fun Things to Know in GolangThere are several “fun things” that you need to know, this might help you to prevent going in pitfalls when writing golang program. These…Apr 3, 2021Apr 3, 2021
Go Background Automatic Retry FunctionRecently I created a simple Golang automatic “retrier” that will do automatic retry on our desired struct method with configurable maximum…Mar 14, 2021A response icon2Mar 14, 2021A response icon2
Golang “Mocking” a Function for Unit TestingContinuing our basic Golang unit testing example, we are going to continue on another step of simple function mocking for unit testing in…Mar 11, 2021Mar 11, 2021