Different Ways to Handle JSON in a Linux Shell
Link: Different Ways to Handle JSON in a Linux Shell: "If you work with json at all, this is a super useful article, introducing several tools that you might never have heard of."
Different Ways to Set Attributes in ActiveRecord (Rails 6)
Link: Different Ways to Set Attributes in ActiveRecord (Rails 6): "It’s always hard to remember all the different options that activerecord offers for manipulating data."
Dining Room - Nest
Link: Dining Room - Nest: "Sign in to the Nest app in your web browser with your Google Account or non-migrated Nest Account. Connect your Nest Thermostats, Nest Cams, Nest Doorbell, or Nest devices and add Nest Aware to one or more devices."
Do Things that Don't Scale
Link: Do Things that Don't Scale: "Actually startups take off because the founders make them take off. There may be a handful that just grew by themselves, but usually it takes some sort of push to get them going. A good metaphor would be the cranks that car engines had before they got electric starters. Once the engine was going, it would keep going, but there was a separate and laborious process to get it going."
Do not simplify this code!
Link: Do not simplify this code!: "Crazy code, interesting to look at!"
Do the Right Thing and Document Your Rails API with Swagger — SitePoint
Link: Do the Right Thing and Document Your Rails API with Swagger — SitePoint: "Parth Modi generates executable docs for his Rails API using swagger-docs and swagger-ui."
Docker: What's Under the Hood?
Link: Docker: What's Under the Hood?: "Great overview of dockers universe"
Docker for Rails Development |
Link: Docker for Rails Development |: "reinteractive: Docker for Rails Development"
Dockerize the multi-services application for local development
Link: Dockerize the multi-services application for local development: "Combining multiple services in a container makes local development easier."
Dockerizing a Ruby on Rails Application - Semaphore Tutorial
Link: Dockerizing a Ruby on Rails Application - Semaphore Tutorial: "This is a tour the force explanation of building a 5 node infrastructure for a rails app with docker. It’s really detailed. Which always is good but introduces risk of typos or small configuration differences."