@nixCraft I really needed this.
Iβve had major imposter syndrome every time I tell someone I code Python because I still need to look things up, even the most basic stuff.
Or.. "Last time I had to do <PYTHON_THING> was in Py27 but that now errors in Py39".
Or "Last time I had to do <PYTHON_THING> was in Py36 but the linter now errors because the Pip module I'm used to using has been deprecated in Py39" (or you've been working a Py39 project and get asked to help on a Py37 project and the module that allows you to do something in 3 lines rather than 30 isn't available in Py37 so you have to look up the old/harder way).
@OrdinaryWonder @basisbit @nixCraft
Once you reach a certain point in your career, those 20% jumps get really rare ...but a 5% annual bump at your current job eclipses a 20% jump from one of your earlier jobs.
@basisbit @OrdinaryWonder @nixCraft
I continue interviewing, if for no other reasons than to stay in practice and to see what it is other organizations are shopping for (so I can better guide my efforts to keep myself current and in demand).
Down side is:
β’ it exposes that there's a lot of organizations out there that only need a subset of that experience and only want to pay for that subset, even though they'd like to get access to the greater set
β’ Most of the places willing to offer more don't want to pay significantly more (and make the jump-risk worthwhile) or the likely stress levels are frighteningly obviously no less than the current position (meaning they're probably worse)
@OrdinaryWonder @basisbit @nixCraft
I've been in consulting most of my career. That's meant I've seen how other companies work on anywhere from a weekly change-basis to tens of months. Mostly, what I've observed is every organization is broken, just in different ways. Consulting means that I can escape a given flavor of organizational brokenness without having the hassle of actually changing my non-customer employment terms.
@nixCraft
Though, what happens tends to be, "I *know* how to do <THING> in <LANGUAGE_1> but I've been asked to write this program in <LANGUAGE_2>: what's the equivalent code look like".
See: the bajillion regex implementations or ability to state equality and/or equivalence.
Attached: 1 image @[email protected] tryhackme day 17 was all regex