Windows Subsystem for Linux, or WSL for short, is a quite impressive piece of technology, and one of the best moves Microsoft could have made to attract developers. Particularly web developers.
Continue reading “Integrating your dev workflow with WSL”Category: productivity
Beezwax Web Team Code Review: a blog post with ulterior motives
I have ulterior motives.
Continue reading “Beezwax Web Team Code Review: a blog post with ulterior motives”
Simple Bash Scripts for Lazy People | Part 1: Git
While the attribution may be hazy, the notion of laziness being an attribute of a good programmer is popular. I don’t know how good of a programmer I am, but I am really lazy.
So lazy that if I find myself doing something over and over, I write a script to do it for me the next time. Continue reading “Simple Bash Scripts for Lazy People | Part 1: Git”
Simple Bash Scripts for Lazy People | Part 4: Cadaver Dissection
This is part 4 of a five-part series: Continue reading “Simple Bash Scripts for Lazy People | Part 4: Cadaver Dissection”
Simple Bash Scripts for Lazy People | Part 5: When to Choose Bash
This is part 5 of a five-part series: Continue reading “Simple Bash Scripts for Lazy People | Part 5: When to Choose Bash”
Simple Bash Scripts for Lazy People | Part 2: Rails
This is part 2 of a five-part series: Continue reading “Simple Bash Scripts for Lazy People | Part 2: Rails”
Simple Bash Scripts for Lazy People | Part 3: Other Examples
This is part 3 of a five-part series: Continue reading “Simple Bash Scripts for Lazy People | Part 3: Other Examples”
Useful Vim Mappings
A few mappings to help boost your Vim workflow.
Rotate through different line numbering settings
Switch between absolute line numbers (normal), relative numbers (based on distance from your cursor) and no numbers at all using CTRL-n: