Docker’s efficiency comes from a Linux kernel feature called OverlayFS. It allows multiple...
When building an API in Go, you may notice you keep writing this kind of code everywhere: if email...
I know there are hundreds of ways to implement it better but for learning purposes I wrote a simple...
When building an API in Go, you may notice you keep writing this kind of code everywhere: if email...
I'm quite beginner here in GO but I wanna share what I've learnt about it today! Lets start without...