I was checking my init.vim today trying to find how to improve it a bit. I found this case that coul...
I've just made this small git hook https://github.com/franciscoj/dot-files/blob/0825d35076ce4550db20a...
2 or 3 years ago I bought an Ergodox Ez https://ergodox-ez.com/ I like mechanical keyboards a lot but...
I've never been able to remember the arguments for Array#reduce. Every time I think I've managed to d...
This post comes from this comment: https://dev.to/nflamel/comment/11o72. You can read the whole threa...
I use ArchLinux on my 2 dev machines. One is an old Alienware M17xR4 that somehow is still alive and...
So, hashes, uh? What's good about them? They are easy to build They are cheap (short-ter...
Since everything in Ruby is an object it is only normal that classes are objects too. Which means the...
Hashes are used a lot in Ruby (sometimes even abused) and they have a very interesting functionality...
Declaring an array in Ruby is simple: ary = ["foo", "bar"] # => ["foo", "bar"] but did you k...
1. Remap the leader key to the space bar let mapleader = ' ' It might look stran...
Docker is cool I've discovered Docker recently. I know... it's been there for a while, but...
After some time with emacs I'm back to Vim. This time I'm using Neovim to see what it has to offer....
I moved to emacs some time ago. Before using it I was a Vim user and after using it for quite a long...