Aditya RamaUsing 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, 20231Jun 9, 20231
Aditya RamaGolang 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, 20231Jan 12, 20231
Aditya RamaBeing 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
Aditya RamainNerd 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, 20213Jun 16, 20213
Aditya RamainTowards 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, 20211Jun 6, 20211
Aditya RamainNerd 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, 20211Apr 30, 20211
Aditya RamaHealth, 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
Aditya RamaSeveral 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
Aditya RamaGo 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, 20212Mar 14, 20212
Aditya RamaGolang “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