I know, its Saturday. But well, this will be short.
Have you ever come across the books by 'Kyle Simpson' "You Don't Know Javascript"? Well I thought to myself "You Don't Know Node", and that might be a bit problematic, specially if I use JS frequently.
Before you frown upon me, I mean this in Kyle Simpson way, meaning I have some intuitions but nothing very substantial. I don't live under a cave, I know Node enables us to use JS as a server technology, and frameworks like Express are used on top of it to make nice and trendy full-stack MEAN, MERN, and now MEVN(?) apps.
That being said, there was a lot I was missing, but that has been partially mended this weekend thanks to the extraordinary wisdom of 'Tony Alicea'. Time to learn.
Since today is Saturday, and I intend to do other important things, like avoiding the existential void by focusing heavily on Netflix, I will just point out relevant things that caught my attention, and hopefully make a nicer post when I finish the course.
These are just first impressions, I'm excited to continue checking out the course. Is nice to to type 'npx create-react-app myApp', and see the magic unfold, but nicer is to look under the hood and unveil the mystery.