Bulk File Rename in Emacs

I've used a few bulk-rename tools on windows and I've never liked the interface to any of them. A few times, I've decided to just write a quick python script to rename what I need.

As an Emacs user, I figured there must be a better way ...

more ...

Freemarker template inheritance

Template systems like Twig in PHP and Jinja in Python allow for templates to inherit from a base template. In Freemarker you can do something similar but you have to set it up yourself using the macro system. At work we are using Freemarker with Dropwizard. I was familiar with ...

more ...

Emacs

I believe I first used emacs back in my community college days. I had access to a Linux machine for a few classes. We often worked in the terminal and I needed a good text editor. I have tried vi & vim several times, but I could never get used to ...

more ...