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
Apr 3, 202314 min read41

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

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...

Configure burp suite as a proxy for golang application
