I had to write this for a school project, hope it helps someone!
Web components is one of my favorite browser APIs and also one of the least talked about. It grants many features to developers and allows us to write extremely reusable components that are extremely declarative and easy to consume.
What are some ways we can install many VSCode extensions in one go?
npm install;npm start
Git is the dominant version control system today. Why did Linus Torvalds write it back in 2005, what were the problems he was trying to solve, how does it have such huge market share and what are some of its design considerations?
I was trying to explain the concept of a Domain Name Server to a friend who has very minimal networking background.