Preventing DB Connection Leaks in Golang: Lesson from a Billion Dollar Mistake
Learn how to validate your transaction abstraction layer is perfect with unit and integration test

Search for a command to run...
Learn how to validate your transaction abstraction layer is perfect with unit and integration test

In today’s fast-paced world of software development, generating unique identifiers is an absolute necessity. In golang, there are various packages available that can help you achieve this. One such package is the Google UUID package. Click to follow ...

Are you an Intellij, Goland or DataGrip User? Like me, are you running the SQL statements every time you want to see the change reflected on the table? If Yes, I found a small trick in Intellij and DataGrip that could watch your SQL query results. I...

This post is about a real problem I faced in my project. I merged two blog post into one so this is a bit longer post, please read till the end. Thank you! I hope after reading this post you will be able to avoid the same mistake we did in our proje...

Working on Debezium and Postgres? This guide will help you to quick setup the services using docker-compose

It becomes important that with all the tools you have in production, you can test the user flows end to end locally with very fewer efforts. The rationale behind such is the reduced feedback cycle that saves a developer from taking a long time to ach...

Configure burp suite as a proxy for golang application

Writing tests is a developer's mundane task, and when you follow practices like TDD or BDD, hardly you find any code without any test…

Easy way to setup oracle golden gate
