An each loop in Ruby is a way to “repeat until done”
Not having a CLI command to set secrets before deploying a Rails app to a new host makes for a more complex deployment process
Using this Rails command is a necessary step in the process: EDITOR=vim rails credentials:edit --environment production
In Rails 7.1, it is possible to generate a Dockerfile by typing this Rails command in the terminal at the root of the project folder: bin/rails generate dockerfile
Adding CSS to a Sinatra app involves a DRY (Don’t Repeat Yourself) approach
Polyglot programming is about writing code in several languages. According to TechTarget, it is “to capture additional functionality and efficiency not available in a single language”
Testing case statements with RSpec meant working through error messages before getting tests to pass
Building a small server using Node.js before launching it with the command node index.js took less time than expected