I am Gabriel Mello Silva, currently working as a Machine Learning Engineer.
This is my personal blog where I would like to register many things I
learn along the way. Also it is a place where I can write about random-ish
(Data) Science subjects.
pre-commit: Hooks reference
My selection of commonly used pre-commit hooks for different languages and tools.
Git Hooks and pre-commit
pre-commit is a multi-language package manager for a set of Git hooks.
It is a great tool for projects of any size,
helping using and sharing hooks that check for code quality.
Productivity and IPython for Data Science
Failing when working on something new is a given. Iterate quickly, fail fast. This post shows how IPython can change your workflow and how to set up it on VS Code.
Mandelbrot and Julia sets
Fractals are a beautifully complex – and I usually do not use these words together – topic in Mathematics. This post scratches the theory behind with two well-know fractals.