The <title>
tag in an HTML
document is the main entry point for popular search engines including Google and Bing.
You can use it to both inform the end user of yo...
1786 reads
The <title>
tag in an HTML
document is the main entry point for popular search engines including Google and Bing.
You can use it to both inform the end user of yo...
1786 reads
When working with more complex associations in a Ruby on Rails app you may find yourself in an object chaining problem upon rendering data to a view or helper. The deleg...
11151 reads
In part 14, I continue our long journey with a dynamic form built with Vue.js on the front-end and Ruby on Rails on the bac...
745 reads
If you've ever wanted an accordion-like user interface without all the fuss of custom JavaScript, CSS, and HTML look no further than the <detail>
and <summary>
tags ...
8111 reads
Welcome to my first beginner crash course. We're starting with the basics here and HTML
(Hypertext Markup Language) is one of those languages that make the internet po...
2259 reads
In part 13 I take a step back at our very rough Vue.js application to start to consider state management. There are a few rout...
1351 reads
This is a very quick walk-through of a few free tools you can use to analyze your Webpack build in real time.
Webpack is becoming an indust...
731 reads
Ruby on Rails ships with default error pages for more popular requests you might encounter including 404
, 500
, and 422
. Each request has an associated static `HTML...
30015 reads
While creating a new Rails app is already easy enough, customizing just how that app is created can get tedious as the number of options grows inside the Ruby on Rails C...
1206 reads
In part 12 I continue rounding out our new job form using Vue.js. Since this is a multi-step form I wanted to create some visual cues giving the end user an idea of wher...
807 reads
Learning to code is a different experience for everyone. I found some patterns in my attempts in learning that worked for me. I want to share those with you in hopes tha...
726 reads
In part 11 of my Let's build for Ruby and Rails developers series I begin adding company d...
779 reads