Ever wasted a lot of time doing CSS and trying to fish for an element that disappears just when you […]
Category Archives: Software
Live gut reactions to learning Ember.js
I am starting on a new project that uses Ember.js. I started learning it from scratch a few days ago. […]
Colemak in iOS Simulator
For many months, the last place in my computer where I wasn’t using Colemak was the iOS Simulator. Turns out […]
Resizing images by percentage, in batch, from the command line
In Mac OS. Imagemagick does the trick. I use homebrew, so: brew install imagemagick To resize all images in a […]
Replacing spaces for underscores in batches of files
For Mac OS. Install rename. I use homebrew, so: brew install rename To rename all files in folder, you can […]
Colemak: One Year In
February 15th 2016 marked my first anniversary using the Colemak keyboard layout. Colemak is a different arrangement of the computer’s […]
3 dicas para novos empreendedores digitais
Ao longo dos últimos 8 anos, conversei com muitos novos empreendedores digitais que procuram meus serviços, ou mesmo um bate-papo, […]
Notes on deploying Webpack in a Phoenix application on Heroku
As of today, there’s no Heroku buildpack specifically built for deploying Phoenix and Webpack. Having found no consolidated place to […]
My Year in: Software Development
Just like those lists of best albums and books of the year, I’m writing this almost a month before 2015 […]
React.js, Facebook JS SDK and a costly little mistake
Last week I spent much more time than I ever wanted implementing Facebook login in React.js. As it often turns […]