Tutorials



Adventures in Time: Debugging a Daylight Saving Bug
What’s more fun than bugs? Bugs involving time! And none are so fascinating as bugs involving daylight saving time.With Daylight saving time almost upon us again, I thought it would be fun to revisit this bug my team and I stumbled across last fal...


CSV Data Grid Speedrun in Ruby On Rails 7 - YouTube
Ever wanted to let users edit and download a CSV in a more user friendly manner than just editing default Ruby on Rails input fields?Checkout my course(s) at: https://learn.deanin.comSource:https://github.com/Deanout/csv_data_gridLinks:https://www...

Validations and error handling on Rails and React - DEV Community
This is the fourth in a series of blog posts covering my progress through Phase 4 of the Flatiron School's Software Development program.In this phase, we learned how to leverage Rails to set up applications that followed the Model-View-Controller ...



Repository - DDD in Ruby on Rails by Paweł Strzałkowski - Visuality
Domain-Driven Design's core interest lays in the domain - the expression of purpose, behavior and goals. In a typical Ruby on Rails application, the domain elements are expressed using ActiveRecord objects. ActiveRecord ties the domain (logic and ...