Recently I faced problem while setup docker compose application ERROR: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:57728->[::1]:53: read: connection refused after short internet reading I discovered that it is connected with DNS query problems that are generated from my machine to ISP DNS server. To avoid
Bitbucket pre commit hooks with Husky for better code quality
BitBucket is Git Management solution from Atlasian. It is free for small teams up to 5 active team members and support all Git repository features. More about Bitbucket could be fount at their website https://bitbucket.org/ . Pre-commit hooks are powerful functionality to execute own scripts after staging git changes but