
Discover more from Full Stack Ruby on Rails Weekly Bookmarks
Full Stack Ruby on Rails Weekly Bookmarks - #49
Modern HTML email (tables no longer required)
Coding email like it's 2023
Running Ruby 3.2's YJIT in Production at Discourse
At Discourse, we have been eager to adopt YJIT ever since Shopify’s Ruby & Rails Infrastructure team declared it production-ready....
How great managers create stability during turbulent times
Great managers can create stability for their teams, even when things within the larger organization feel up in the air....
Leading as the most experienced engineer in the room
Your domain expertise is essential to your job, but it just might be one of the things getting in the...
How to preload counts in a list with ActiveRecord
Imagine that you need to put the number of likes for each post in a list, but avoiding n+1 queries....
Several years ago, I made a plea to save scoped CSS. One of the top features on my CSS wishlist...
Active Record where tricks - Rails Tricks Issue 5
Hey, this week, I am bringing you Active Record tricks to find records with missing associations or with associated records...
Ever need a simple way to retry a block of code in ruby? Maybe you need a maximum number of...
Creating Custom Rails Generators
A concise guide to creating custom rails generators and avoiding the speed bumps.
Reduce load times of Rails applications using CloudFront CDN
Ruby on Rails and ReactJS consulting company. We also build mobile applications using React Native
Changing the Parent Resource Parameter Key in Rails
tweaking the parent resource parameter key
Rails 7.1 adds ActiveRecord::Base::normalizes
Rails 7 series | Rails 7.1 adds ActiveRecord::Base::normalizes.
How to avoid a dysfunctional relationship between product and growth teams
If your company has distinct product and growth teams, I’m willing to bet you’ve seen or felt something about their...
There are many reasons to pick working for a bigger company in tech. The benefits, the pay, and, at least...
3 Proven SQL Best Practices You Need To Know In Data Analysis
Learn 3 best ways to write easy to read, easy to debug and easy to modify SQL query
How to avoid burnout in remote engineers
Working remotely may not seem like the sort of environment where burnout thrives, but it is. Learn about ways to...
What does a complete cycle of planning and delivering on OKRs look like. Here's an example.
Solving N+1 Postgres queries for Ruby on Rails apps
Chris has some tips for working with Ruby on Rails and ActiveRecord and using better SQL to improve performance and...