Generating random numbers in Go

I’m spending some time with Go on my free time. While its abilities fascinate me and expand my vision, I feel some back-steps time to time in the standard library. Here is how to generate a rand...

Hosting two websites from server with nginx

nginx is a web server used by many web sites, you can follow the link for further information. In this post, I’ll briefly talk about how to serve two sites from the same port. Why? Prices, of co...

AWS ECR setup to access from other accounts

AWS ECR (Elastic Container Registry) is a managed Docker hub with customizable permissions. It’s easy to setup with a single account and AWS’s documentation is pretty good enough even if y...