bootcampgrad

bootcampgrad

Follow
Follow
homeRuby/Ruby On RailsSoftware DesignCool Stuffbadges

sudo -i

Jul 20, 20231 min read

Just a reminder that you can run GUI applications under sudo in Linux. Run "sudo -i" to open the terminal with root-level privileges and then type the...

sudo -i

FW: Designing GraphQL Mutations

Mar 29, 20231 min read

Good article from the Apollo Blog on how to design GraphQL mutations: https://www.apollographql.com/blog/graphql/basics/designing-graphql-mutations/

FW: Designing GraphQL Mutations

Trix - Rich Text Editor

Feb 2, 20231 min read

Trix is rich text editor that's easy to install and use if you're looking for a quick solution. You can use it with Ruby on Rails or React.

Trix - Rich Text Editor

FW: A gentle introduction to Domain Driven Design

Jan 10, 20231 min read

Good overview of Domain Driven Design: https://blog.thelonearchitect.com/a-gentle-introduction-to-domain-driven-design-dc7cc169b1d.

FW: A gentle introduction to Domain Driven Design

FW: Hanami architecture explained

Jul 8, 20211 min read

The team behind Hanami explaining the general idea behind the architecture for their framework: ...

FW: Hanami architecture explained

FW: Under the hood of the includes method in Rails

Jul 8, 20211 min read

Good explanation of how the include method works in ActiveRecord queries: https://longliveruby.com/articles/includes-method-in-rails.

FW: Under the hood of the includes method in Rails