experiment

Using LocalStack as Your AWS in Local Go Development

Have you ever think about having AWS in your local machine? Yes, you can. In this article, I will show you how to integrate your Go app with …

Implementing Linear Regression in Go

This week, I tried to learn one of the most well-known Machine Learning methods, namely Linear Regression. (read the Indonesian version here) You …