
Keith Charles
The not-so-secret diary of a developer trying to make sense of tutoring, imposter syndrome, finding jobs, and, of course, programming.
Work
Front-End Developer at Watchtower Benefits
loading...
We're a place where coders share, stay up-to-date and grow their careers.
The not-so-secret diary of a developer trying to make sense of tutoring, imposter syndrome, finding jobs, and, of course, programming.
Work
Front-End Developer at Watchtower Benefits
Recent comments
Solution: Longest Valid Parentheses
Ah okay, '()()' would be the answer, never mind!
Solution: Longest Valid Parentheses
Hey there, just wanted to clarify what "longest valid" means....
✔||🤢 Commit or Vomit | Switch(true)
While the code is valid, I think the real issue here is just ...
CSS Position Property Explained!
ah yup, so it can go all the way up to document if body or ht...
Basic JS Interview: var, let and const
Just to clarify, both const and let allow for mutable variabl...
Difference Between some() and every() in JavaScript
Great post! I feel like you kind of touched on it, but I want...
Two way data binding in vue,react and vanilla js
Here's a svelte way of setting up two-way binding: // Chil...
Two way data binding in vue,react and vanilla js
I'm kind of confused why all three examples are all written v...