Tutorials

Common issues with CSV parsing with Ruby and solutions to them
Problem: you are parsing a large CSV file, and it takes a lot of time to process the whole file, or your server is running out of memory when the process is in the middle.Solution: when processing CSV files with Ruby, always use the CSV.foreach me...




The 6 Characters That Could Bring Down Your Rails App
It all started with a ping from one of the team leads who noticed a recurring exception in Sentry. At the same time, DataDog showed the Postgres CPU utilization was spiking.Based on the Sentry logs, the team lead thought this exception was caused ...




Rails 6, TailwindCSS, TailwindUI, and Stimulus New App Guide (November 2020)
Starting your new Rails 6 appGetting started on a new Rails 6.x app and want the latest TailwindCSS, Webpack, and Stimulus as your base development stack?Look no further! This article is all you need.I'll keep updating it over the course of the ne...