






Capturing logs and send them in an email with Go
Simple demo about how to capture logs and send them in an email.
go
4 minute read




Oauth2 with Google in Go
Authentication is the most common part in any application. You can implement your own authentication system or use one of the many alternatives that exist, but in this case we are going to use OAuth2.
go
7 minute read

How important is math in computer programming?
Discover the significance of math in computer programming through a HackerRank exercise example, illustrating how a mathematical approach leads to efficient problem-solving, contradicting the notion that good coders are bad at math.
go
3 minute read
