We're a place where coders share, stay up-to-date and grow their careers.
User centric frontend specialist between "normal" programming and design. Loves perf and minimalism. Prefers HTML, CSS, Web Standards over JS, UX over DX. Hates div disease.
Self-taught programmer
Senior Developer at VR Group
Recent comments
The state you've never needed
Not a fan. I've seen people convert to stream based centraliz...
Is this CSS valid (does it work properly)?
The end result will be that every immediate child of body wil...
removeEventListener not working.
My guess of what you want is this: const header = document...
Why pressing the key works only once in my React project?
The second one causes slightly less work for CPU to do, altho...
Why pressing the key works only once in my React project?
The code within useEffect(() => {}, []) is executed only o...
What is the <wbr> HTML tag and why do I need it?
Nice to know about this option! Yet I think most often &s...
Why Do JS Devs Hate Namespaces?
At this point one could argue your comment section tends to g...
Differences between html inline and blocks elements.
If wondering about inline-block you can think of it as a sing...