Recent Posts

IDE Keymap

07 March 2017

1 minute read

Have been switching multiple IDEs recently, I try to compose a generic yet enjoyable keymap that I can carry across IDE. This is a Work In Progress, thus thi...

RSpec - Object References Itself

03 March 2017

1 minute read

Just came across this problem when using RSpec in one the Rails project that I am working on: object references itself.

Jekyll - Sublime

15 February 2017

less than 1 minute read

This is what I did to make my Jekyll experience more enjoyable in Sublime

Ruby Modules and Attributes

30 January 2017

2 minute read

Modular code in Ruby sometimes can cause you headache. Is that a function or an attribute? When and where is it initialized? Where is the logic located? I...

Fedora 25

15 January 2017

2 minute read

As part of my hobby, I decided to setup a Fedora 25 on VirtualBox

Elm Functions

17 November 2016

less than 1 minute read

Notes about functions in elm, most notably partial application.

Elm Collections

04 November 2016

1 minute read

This note is all about lists, tuples, and records.

Git Notes

27 October 2016

less than 1 minute read

Git never cease to amaze me. This is a bunch of notes about

Elm Notes

27 October 2016

less than 1 minute read

What I jot down while learning elm.

Haml Notes

26 October 2016

less than 1 minute read

My notes about HAML, HTML Abstraction Markup Language which basically a template engine.