Blog

Most of the posts are technical, written mainly for my own reference. Collected throughout my day to day work, a running journal. Most of these are TILs, not long form blogs.

I’d be happy if any of you find them useful too.

Download artifacts from circle-ci [Part 3]

2 minute read

Slash test suite running time by using circle-ci parallel runs, splitting the test suite by timing data. Add crystalball magic to further boost the test run ...

Autocomplete Class name in Emacs

1 minute read

Generate the UpperCamelCase version of file_name in 1 line of elisp. Combined with yasnippet, we can autocomplete class name of ruby(or any other lang) file.