VIM is extremely powerful and configurable, allowing developers to set it up in a way that matches their preferences and workflow. However, this also brings a b… [Read more]
Even though I've been working with JS in all ends for the past 4 years, it was only last year that I had the chance (and will) to use TypeScript. It's nice to w… [Read more]
Kinematic and Rigid bodies are two common nodes for dealing with physics and collisions. The fundamental difference between those two types is that RigidBody is… [Read more]
Some time ago I created a helper to convert videos to gif using ffmpeg and gifsicle. This script provides a set of options through a simple interface and, in ca… [Read more]
Some months ago I wrote about using ALE for navigating through code with help of language servers. That works really well and I was totally satisfied, however I… [Read more]