Resources for New Managers
March 09, 2022A good start reading list to prepare for your first engineering manager role
Mostly Katie explaining things to herself.
A good start reading list to prepare for your first engineering manager role
A guide to choosing a code school and succeeding when you get there.
Snippets aren't just convenient code completers, they can help you improve how you communicate!
How to make your gatsby static site generator aware of multiple sources of content.
Adding style to active nav links is easy, thanks to Gatsby
Determine all the associations for your ActiveRecord model, no matter how sprawling.
How to avoid the flash of non-styled content with a statically generated site using Gatsby
I wanted a fancy way to indicate links with a hover state.. so I had some fun with border styles.
It may not be the Gatsby way, but adding an opaque background image doesn't require a plugin.
I have been working with dense tree structures recently, and rendering them using React. Trees lend themselves well to recursion, so I set…