We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
All private interactions must abide by the code of conduct.
I was curious how fast this could go. This seems to run 33% q...
Jan 8
Sounds like a painful lesson in security exploits and DoS att...
Nov 25 '20
Which raises the question, is any certification attainable in...
Sep 12 '20
const dupes = (a, h = []) => a.filter(x => (h[x] = (h[x...
Selecting the right tool for the job
Dec 5 '18
Close to the approach I like, but missing aspects some proj...
Oct 30 '18
I see what you were going for, but not a big fan of creatin...
Oct 27 '18
One more comment, re: assertions. You may know them as th...
Recent comments
Count Item Occurrences in an Array JavaScript Solution
I was curious how fast this could go. This seems to run 33% q...
Good Bye Web APIs
Sounds like a painful lesson in security exploits and DoS att...
How I became a certified Scrum Master in 3 days
Which raises the question, is any certification attainable in...
Find Duplicates in an Array
const dupes = (a, h = []) => a.filter(x => (h[x] = (h[x...
What software development skills only come with experience?
Selecting the right tool for the job
How to use git efficiently
Close to the approach I like, but missing aspects some proj...
Null Object Pattern
I see what you were going for, but not a big fan of creatin...
Why TDD?
One more comment, re: assertions. You may know them as th...