Posts
All the articles I've posted.
How do I Vim
Published:My first editor was Notepad. Not the ++ version, the plain old white one that lacks syntax highlighting, smart indentation, and basically everything you need to write code. All it did was help me create files with different extensions. That's not a big deal when all you're writing are Windows Batch scripts, but it does get harder when you go beyond the script kiddie stage. Since then, I have switched through a handful of code editors and used them for a while before deciding they were garbage and moving on to the next one.
Designing a Better User Experience for My Fingers
Published:Those of you who know me must be surprised I'm even considering writing about UX. For those who don't know me, I believe an introduction is due. I am one of those people who stare at the terminal for hours every day, either fixing bugs or writing them. Sometimes I have to do some clicking around to manually test the code I wrote, but most of my time is spent either executing commands in a terminal, or writing code in a terminal-based editor. People don't expect me, someone who's willing to start a debate on why Zsh is the superior shell and how your mouse-dependent development process is slowing you down, to start talking about designing user interfaces and optimizing user experience. And I don't blame them, but we are living in strange times...
Testing Go with Ruby
Published:Tearing down language barriers, using RSpec tests for a Git-like project built in Golang
We really started from the bottom...
Published:A random internet person had commented on a C++ calculator Gist I had published around 5 years ago and the memories cued in
From ActiveRecord to Ecto
Published:Migrating an old Rails app into an Elixir one
Manage your appointments with Rails, Part 4
Published:Adding Stimulus to our Rails application