Redefining Career Specialization
Just becoming the best programmer is too hard. Becoming the best ruby programmer is hard, but not as hard. Becoming the best Ruby on Rails backend developer is a little easier...
Just becoming the best programmer is too hard. Becoming the best ruby programmer is hard, but not as hard. Becoming the best Ruby on Rails backend developer is a little easier...
A brag doc is a place where you keep track of (and ideally show off) the work you're proud of. You can call it what you...
Over the last few month's I've been diving much deeper into Ruby, going through the famous Eloquent Ruby book...
ActiveRecord makes it really easy to tie models in a Rails app to...
Have you started a rails app and your page has no styling even though you're using Tailwind classes...
I recently read “A Philosophy of Software Design”, a brief but dense book of opinions on designing software well...
Making code easier to maintain by writing it like we would in english...
What I've been up to, and how I'm growing as a software engineer...
Like a lot of folks, I have a bad habit of starting projects and then completely abandoning them for the next big thing....
Ternary operators are an easy way to do some if-else logic all on one line...
UIKit provides a nifty little spinning wheel we can display to the user when we’re waiting on something that the user can’t see...
Storyboards let us quickly build out a beautiful interface, but face limitations and scale problems...