Learn How to do things with detailed tutorials.
-
Hugo Timeline Shortcode
February 28, 2021
This is a simple timeline shortcode to display timelines in your Hugo posts. …more
-
Use Git to track Git versions
March 11, 2020
Everyone who has ever been involved in managing versions of different applications, knows that in can be a pain in the ass. Luckily enough there are tools to ease this work and I’ve found that Git provides a general solution independently of your technology stack. Git Submodules. …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
-
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
-
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
-
Create a Blog Like This
October 29, 2019
A blog like this can be generated with Hugo.io hosted for free using Github.com. …more