@dsenneff Wanted to share, successfully ported the code into a react application.
Changed the blink function(realistic feeling):
function startBlinking(delay) {
if(delay) { delay = getRandomInt(delay)/10;
} else { delay = 1/6;
}
Using display none and custom svg's converted the yeti.
Weโve also added a new panel in the Explorer tab that automatically shows the error currently under your cursor
HUGE thanks to Kevin Ramharak and Michael Dimmitt (@m_dimmitt )
I had a typescript knowledge gap
Standard javascript now:
option_chaining operator - ?
nullish_coalescing operator - ??
nullish_coalescing_assignment - ??=
Typescript
optional_element_access - arr?.[0]; obj?.['bar'];
Full Writeup:
https://t.co/KGH1yziCv6
Word walls are my friend, they give me and the interviewer lots of talking points. But someone told me that having a word wall table won't get you past an Application Tracking System (ATS).
Resumes should make you look good and talk about your super powers! Right? Or is the goal to get them past some applicant tracking system?
I know some people are out there struggling to apply and find good roles. And maybe I am off base here since I am not in that position.
@FrancescoCiull4 Are they posting their runs here or just chatting about runs? I just did some running at react miami and am waiting for my strava feed to start lighting up! ๐ช
Try not to accept bad work. You know that the work is bad when you regret taking that assignment. Or when you are constantly changing "the ask". But usually work can be reshaped into something setup for success!