
willsmart
Coding since 11yo, that makes it over 30 years now ~~~ Have a PhD in Comp Sci ~~~ Love to go on bike tours ~~~ I try to stay as generalist as I can in this crazy wide place coding is at now.
Education
to post-doc
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Coding since 11yo, that makes it over 30 years now ~~~ Have a PhD in Comp Sci ~~~ Love to go on bike tours ~~~ I try to stay as generalist as I can in this crazy wide place coding is at now.
Education
to post-doc
Recent comments
Facebook is down, discuss...
It probably has nothing to do with a rogue dependency, but th...
Explain Callback Function In JavaScript Like You Are 5 Years Old
There's a book mail-order company with pretty old systems. Yo...
Are you giving the proper sense to React.Fragment?
I'm confused π€ Do you mean to say you're a coder but don't do...
Are you a good developer already?
Also: a good developer has internalized that it's not about c...
JavaScript Interview Question #18: What's the sum of two booleans in JavaScript?
A hell of a lot cleaner, in theory a bit slower too. filter a...
React Clean Code - Simple ways to write better and cleaner code
Great tips! Have you used the wrong code for the first two co...
JavaScript Interview Question #18: What's the sum of two booleans in JavaScript?
Or count things cleanly... isEven = v => !(v & 1) ...
JavaScript Interview Question #17: Sum of Two Empty Arrays
Fun fact: any combo of any number of [], 0, "", whitespace (m...