Vite, nvm, the usual.
npm run devI can't just search MDN and learn everything, and be ready for an iterview.
I don't want to go through countless github repos and read endless markdown files.
I want a checklist, some nice topics, fast searchbar, hit-and-run, show me the stuff I could actually use but I don't.
So, I made a simple dictionary with my notes.
I've taught js as a teaching assinstant for a few semesters. I've also taught code at elementary schools and stuff, with scratch and robotics.
I've been working with js professionally for some time. I've both been an interviewer and an interviewee.
Teaching taught me that I will never be smart enough, I will always make mistakes - and that's ok.
My job taught me that interviews are harsh, sometimes make no sense, and I actually need to prepare for them no matter how confident I am.
If you are a dev, feeling out of place, maybe lost a job, maybe you don't get interviews, you are not alone. Keep at it.
The point of this repo is to encourage devs to take some time to absorb each little thing they learn. Some people take notes on paper, some don't. I build this app, slowly.
If I need to learn about querySelector, I will take some time, and focus on the important stuff:
- what is it? A method?
- what does this method accept?
- what does it return?
- how do I break it?
- go use it, break it, learn it
I don't like that I need to add pages/menu-items by hand.
I need to add a Glossary page for stuff like
- this
- callbacks
- tricks
- Popular Wombo Combos
- primitive