Learning Rails
So, I decided to write this article to share a few resources I have used over the last twenty months of learning Ruby and Ruby on Rails in the hopes ...
Specializing Rails, upgrades, and a11y
So, I decided to write this article to share a few resources I have used over the last twenty months of learning Ruby and Ruby on Rails in the hopes ...
I have been working on setting up a new operating system distribution. I took some time to test out a different package manager, but ended up going ...
I have worked on several projects recently with user accounts managed by Devise, and I have been working at changing the way user profile URL's are ...
Have you ever wanted to set up SSL for localhost development on your computer? No? Honestly, as hard as this can be at times, me neither. What ...
There is no need for developers to walking the same path, performing the same tasks at the beginning of any project, over and over again. That is what ...
Often times when developing application, there are times that a developer may need to include logic to conditionally render UI elements. For instance, ...