Perusing the Rails Source Code: 2021 Update
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.
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.
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.
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.
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.