-
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
-
How to get bored
January 11, 2020
Being bored is really unpleasant and is considered as something to avoid for most of the people. In this post I want to show you why boredom can be something good and how you can take advantage of it. …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-15 Weekend Learnings
December 15, 2019
I’ve been using VSCode as my principal editor for a while now, and it keeps improving in every release with things that I cannot believe. Last was remote containers. Today is….(drums)… Live Share! …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
-
Python Jupyter Notebook With Plotly Support
December 7, 2019
Python is awesome because you can do anything. In this case, I’m going to show you how to configure a Jupyter notebook with integrated Plotly support to draw interactive graphs. This is very useful if you have to analyse something. …more
-
Add Plots With Hugo Shortcodes - Plotly
December 6, 2019
Plotly is my favourite tool to create plots for a lot of reasons. One is that you can create plots with javascript and create interactive graphs. I’m going to show you how to create a shortcode to add plots to your hugo static site. …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
-
Avoid Github Government Block
November 24, 2019
I cannot believe this… Who in his right mind requires to block github because of terrorism? Open source code is freedom, not terrorism. Anyway, here is how to avoid it. …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