Aditya Rama·Jun 9, 2023Using Golang Client to Operate VaultHello everyone, currently we’re going to try using golang vault client to create Write and Read secrets from vault.A response icon1A response icon1
Aditya Rama·Jan 12, 2023Golang 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…A response icon1A response icon1
Aditya Rama·May 22, 2022Being 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…
Aditya Rama·Jun 16, 2021Redis — 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…A response icon4A response icon4
InTowards DevbyAditya Rama·Jun 6, 2021Increase 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…A response icon1A response icon1
Aditya Rama·Apr 30, 2021Multi 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 /…A response icon1A response icon1
Aditya Rama·Apr 9, 2021Health, 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…
Aditya Rama·Apr 3, 2021Several 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…
Aditya Rama·Mar 14, 2021Go Background Automatic Retry FunctionRecently I created a simple Golang automatic “retrier” that will do automatic retry on our desired struct method with configurable maximum…A response icon2A response icon2