News


Using Concerns with Ruby on Rails | Cody Norman Personal Website
For the past few months, I’ve been holding standups and office hours with a top-notch group of early career developers. After everyone gives their update, we take some time and try to go into more detail about one of the issues they’re having. Top...







Exploring Genetic Algorithms with Ruby - DEV Community
In the quest to solve complex optimization problems and simulate natural evolution, computer scientists turn to the fascinating world of genetic algorithms. These algorithms mimic the principles of Darwinian evolution, and when combined with the e...

Services Object with GraphQL And Rails - DEV Community
Rails is an opinionated framework, but unlike other frameworks, it does not provide a service layer.... Tagged with rails, ruby, architecture.With GraphQL, you do not have Controllers. Nevertheless, I like to think of it as a controller, and it is...