Think about your dependencies

A little copying is better than a little dependency, says Go proverb. Go has a huge standard library, which has support for many, many things. I think many developers,

Read More

Unit tests

Probably you have heard many advantages of unit testing such as getting bugs out of the code, producing better code design, having overall good code quality. But for

Read More