Improve Visibility Even While Pair Programming
Three things a developer should do to bring visibility to their work while pair programming
Secret For Testing UUID Generation In Golang
Learn different ways to unit test UUID generation in golang using google/uuid library
Keep Watch On Sql Query In IntelliJ/Goland Or Data Grip
#jetbrains #intellij #goland #database (2 min)Learn how to monitor SQL query results in Jetbrains products like IntelliJ/Goland or Data Grip.
Preventing DB Connection Leak in Golang
#golang #go #database #testing #integration-test (10 min)This post is about why we need a separate transaction layer? How to extract it, and test it using Unit and Integration Test.
A Billion Dollar Go Mistake - Part 2
Correctly handle DB transaction using Serverside and Clientside timeouts.
A Billion Dollar Go Mistake
A small Golang mistake that could cost a Million Dollars.
Docker Compose For Your Next Debezium And Postgres Project
#docker-compose #postgres #debezium (6 min)Working on Debezium and Postgres? This guide will help you to quick setup the services using docker-compose
Docker Compose For Prometheus + Grafana
Run Prometheus and Grafana stack locally using docker compose
Github Dependabot Alerts
#github #security #nodejs #tools #expressjs (4 min)Security is a major concern for any business or product, and with the increasing number of methodologies and toolkits to easily exploits…
Github Code Scanning
Bad guys can’t get in if they don’t have a way. Github Code Scanning tools helps to find out any vulnerabilities or error in the code, that could provide potential access to application or causing runtime errors resulting in serious impact & million dollar loss to the business.