Technically Speaking

Talking is cheap. I'll show you the code.

Jan 14, 2019

Improve your Git flow with Fuzzy Find

You really don’t have to type those long file paths and references when using git from the command line. Here comes some help!

Oct 23, 2018

Sinatra Reloader + LiveReload

Development flow in Sinatra is slow as it comes. Sinatra Reloader surely is fast, but we can go faster.

Sep 30, 2018

Laravel: Creating the database using Artisan commands

Laravel is a PHP framework that was created as a fierce contestant in the world of modern web development frameworks. It’s actually based on Symfony and it was conceived as a solution to integrate a lot of features and amenities that were long envied from other environments and tools, like Ruby on Rails.

Sep 29, 2018

How to fix ugly text rendering in Mojave MacOS

Apple’s new operating system, Mojave, has deprecated an old technique for smoothing text rendering, leaving non-retina screens at the mercy of ugly crispy font renderings.

Jul 23, 2017

Solving “Invalid byte sequence in UTF-8” error in Rails console

Quickest solution: Locate and delete the .irb-history file.

Nov 29, 2016

Ripgrep – The fastest grep alive

I’ve been happily using ag a.k.a. The Silver Searcher for some time now, since searching for strings (and regex patterns) in all project files using SublimeText’s search panel recently became an insufferable pain to work with.