Here are some steps you can take to explore the inner workings of Rails and gain context on its design. Understanding how Rails works will allow you to write better Rails applications and better Ruby code.
6 posts tagged Programming

Having a Healthy Pull Request Process for Teams
Writing and reviewing pull requests is a crucial part of the software developer's job. By taking certain steps, we can ensure that the PR process is healthy and productive for the authors, reviewers, and the team as a whole.

Why I love Rust
There's a lot of talk about Rust, but it can be a mystery to people who haven't tried it. This is my take on why Rust is important and why I love it.

More Gems of Vim: Tabs, Maps, and Tips, Oh my!
A followup to my last blog on Vim, this blog has lots of fun new things that I've learned since then including tabs and how to make your own shortcuts and functions.