More importantly: A lot of tech jobs get A LOT of applicants. Often the college degree requirement is simply a quick-and-easy filter. You might have an awesome resume, but without the degree, whoever's reading the giant stack of applications is just going to move on to the next one.
Being visible and present. Did this mostly by unblocking my team, writing ADRs for larger features, being involved during pre-grooming, and helping people via huddle or pairing.
Things also move much faster if you have frequent 1:1s and keep a log of your wins.
Definitely takes some discipline. I’ve found the stress more bearable as time goes on, but it’s definitely a thing, and having a demanding day job can make it worse. Taking a month off here and there from side work can go a long way, though, as can taking a week off the day job to finish a side project ;)
`node-sass` was the fastest solution (node bindings to a C++ library) was deprecated a few years back.
`sass` (dart-sass) is the current iteration but it’s an order of magnitude slower for larger projects with many small scss module files. I’ve seen it add +10 to 30 seconds.
`sass-embedded` will be the next iteration for dart-sass but in its current form still suffers from similar issues.
I believe using postcss for nesting support + css variables is a better alternative, considering that css will likely get native nesting support in a few years.