My objective is to become a professional Go developer and I invest a good part of my personal time writing Go code.
-
Go Plotly
May 11, 2020
Let me introduce you to Go Plotly. This module will help you to build valid Plotly json to easily create figures from Go! …more
-
2020-03-30 Weekend Learnings
March 31, 2020
I’ve learned a little bit about frontend testing with chromium web drivers using Agouti and It has proven to be a really good option to write test in Go. Also we are in quarantine so I let you here a WebGL interactive animation to entertain you. …more
-
Ready to Go Auth server with Nginx
February 14, 2020
I got tired of seeing different implementations of authentication in different applications that tend to be insecure and hard to maintain. Usually, the best way to handle those situations is to delegate on someone with more experience like Google oauth2. But if you really need you own system… this approach should ease the work. …more
-
2019-12-22 Weekend Learnings
December 22, 2019
I understood how to use Go composition to extend the functionality similar to inheritance in OOP. I’ve used it before but now I can say that I understand it. Also, I’ve done a 3D model of the van that I’m going to use for the moving in January. Just to know if I can fit everything inside. …more
-
2019-12-09 Weekend Learnings
December 9, 2019
I discovered that Go supports build to Web Assembly. What a great time to be alive. Also I’ve spent some time changing the favicon of this blog and finished the post about Python Jupyter notebook with Plotly …more
-
2019-12-02 Weekend Learnings
December 2, 2019
I managed to send audio to my Google Home, discovered the Go tool trace and started a post about Python and Jupyter. …more
-
Mandelbrot Parallel Computation
November 17, 2019
This post explains how to parallelize the computational task of the Mandelbrot set and generate a terminal tool to generate images. …more
-
Go CPU profiling
November 1, 2019
Let’s take a look to Go CPU profiling tools to optimize the mandelbrot set calculation from previous post. …more
-
Mandelbrot Set Calculation
October 29, 2019
The Mandelbrot set is one of the most famous fractals and it is really simple to draw. Personally I enjoy a lot seeing how simple rules lead to complex patterns. …more