Blog Home
-
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
-
Riding Rails - Building a Web App (Part 03)
Welcome back to Riding Rails, this is Part 3. In this part, we’ll be working with GitHub Jobs and persisting the information in our database. We’ll see how far we... Read More
-
Riding Rails - Building a Web App (Part 02)
Welcome back to Riding Rails, this is Part 2. In this installment, we’ll talk more about models and introduce testing. In case you missed it, check out Part 1 as... Read More
-
Riding Rails - Building a Web App (Part 01)
Now that you have Ruby and Rails installed, let’s put Rails to work by creating a real application. In this post, we’ll build a job search application. We’ll utilize GitHub... Read More
-
Starting With Rails
In my last post I walked you through installing Ruby on your machine, be it a Mac, Windows, or Linux computer. If you remember, I planned to help my developer... Read More
-
Setting Up Ruby Everywhere
The other day I was working with another developer who primarily develops within the Microsoft space, such as .NET. My goal was to get him to try Rails, but the... Read More
-
Updated Website and Blog
Hey Internet folks, long time no see. Let me first apologize for our lack of blog posts. It’s like we fell off the Internet, and I guess in a way... Read More
-
Ember.js - A Primer
All my previous Ember.js posts either walked you through examples or pointed out this or that about the framework. Well, if you read my last post, you may just be... Read More