Damien White
My Latest Posts
-
Using Context API for Easy State Management in React Apps
Are you searching for an expedient way to control State in your Web and Mobile applications? React’s Context API can offer a straightforward yet alluring resolution. Its formidable attributes equip... Read More
-
Rails Counter Cache Gotcha
Introduction Today I was attempting to use Rails’ counter cache feature to save on expensive queries. My model’s association is a has_many :through. I ran into issues on my first... Read More
-
Ember Octane + ESLint + Prettier
Introduction I started a brand new Ember Octane project today. The first thing I wanted to do was set up prettier in my Ember app. I started using prettier for... Read More
-
Riding Rails - Building a Web App (Part 05)
Hello again and congrats! You’ve made it to the end of the series (Part 5) of Riding Rails. Today we’ll develop a details view for each job and wrap up... Read More
-
Riding Rails - Building a Web App (Part 04)
Thanks for coming back, this is Part 4 of Riding Rails. Today we’ll be discussing routing, controllers, and views. These will finally bring our application to life. I’m going to... Read More