Tutorials

How to Use ChatGPT API with Ruby on Rails: A Step-by-Step Guide - DEV Community
ChatGPT is a conversational AI model developed by OpenAI that generates human-like responses to text inputs. It can be integrated into various applications to enhance their user experience. This tutorial will discuss integrating ChatGPT API into a...

Work smarter, not harder (how to use the "rails g resource" command) - DEV Community
A resource in Rails is a representation of a model, controller, and views that work together to provide CRUD (Create, Read, Update, Delete) functionality for a specific type of object. For example, if you were building a blog application, you migh...



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 ...
