Posted on 09 March 2022 - 1 min read
Why should I group and order imports in Go? [Read more]
Tagged with: go, conventions, import, best-practices, golang
I'm Bong - currently I work at SafetyCulture as a senior software engineer. Although my focus is on distributed systems with Go, I also spend some time in frontend stuffs like building my personal website.
Posted on 09 March 2022 - 1 min read
Why should I group and order imports in Go? [Read more]
Tagged with: go, conventions, import, best-practices, golang
Posted on 18 September 2021 - 1 min read
This is a short guide on how to implement integration testing with Github Actions, PostgreSQL, Flyway. [Read more]
Tagged with: test, testing, go, github-actions, postgresql, flyway
Posted on 04 September 2021 - 1 min read
It isn't difficult to realise that testing in general and unit tests are important. It ensures your code work as expected and it guarantees… [Read more]
Tagged with: test, software-engineering, testing