software (2)
How to ask for feedback2023-01-15
What I've learned over my career on how to ask for feedback.
When I left a previous job, I asked to have a meeting with one of the leaders of our engineering organization. In the years I worked there, I had been over looked several times for a position and no... Keep Reading
#leadership#software#self-improvementTargeting nested elements with Emotion2020-02-05
CSS in JS is all the rage, but how do you target nested components?
Using a pattern of CSS overrides in Emotion can enable you to target nested components within a React application. const componentStyles = css`...` <div css={componentStyles}> <MyCompone... Keep Reading
#javascript#react#software#css#emotion#web