Fran C.

Fran C. @nflamel

About: I break code for a living... wait no, I fix it, most of the times. Well, sometimes.Yeah, I break code for a living.

Location:
Barcelona
Joined:
Nov 15, 2017

Fran C.
articles - 14 total

Smart textwidth on Vim when writing comments

I was checking my init.vim today trying to find how to improve it a bit. I found this case that coul...

Learn More 6 0Dec 13 '20

My small hook and my flow with git

I've just made this small git hook https://github.com/franciscoj/dot-files/blob/0825d35076ce4550db20a...

Learn More 6 3Nov 14 '20

My Ergodox EZ coding layout

2 or 3 years ago I bought an Ergodox Ez https://ergodox-ez.com/ I like mechanical keyboards a lot but...

Learn More 11 1Jul 29 '20

A trick with the Ruby documentation

I've never been able to remember the arguments for Array#reduce. Every time I think I've managed to d...

Learn More 9 0Jul 28 '20

TIL: How my complicated alias works

This post comes from this comment: https://dev.to/nflamel/comment/11o72. You can read the whole threa...

Learn More 5 0Jul 12 '20

How i install Arch Linux on my dev machine

I use ArchLinux on my 2 dev machines. One is an old Alienware M17xR4 that somehow is still alive and...

Learn More 6 0May 20 '20

Some reasons to avoid Hashes in Ruby and some alternatives to them.

So, hashes, uh? What's good about them? They are easy to build They are cheap (short-ter...

Learn More 15 3Mar 16 '20

A trick with Ruby anonymous classes

Since everything in Ruby is an object it is only normal that classes are objects too. Which means the...

Learn More 17 0Feb 14 '20

A trick with Ruby Hash.new

Hashes are used a lot in Ruby (sometimes even abused) and they have a very interesting functionality...

Learn More 18 0Feb 12 '20

A trick with Ruby array literals

Declaring an array in Ruby is simple: ary = ["foo", "bar"] # => ["foo", "bar"] but did you k...

Learn More 38 9Feb 10 '20

5 Vim productivity tips to improve your workflow

1. Remap the leader key to the space bar let mapleader = ' ' It might look stran...

Learn More 14 0Oct 15 '19

How to have HTTPs on development with Docker, Traefik v2 and mkcert

Docker is cool I've discovered Docker recently. I know... it's been there for a while, but...

Learn More 31 0Oct 13 '19

Move files in vim with netrw

After some time with emacs I'm back to Vim. This time I'm using Neovim to see what it has to offer....

Learn More 9 2Dec 23 '17

My emacs setup

I moved to emacs some time ago. Before using it I was a Vim user and after using it for quite a long...

Learn More 14 1Nov 16 '17