nodejavascriptbackendbeginners
Node JS - An Introduction
Node JS in simple terms is a cover around the V8 engine which allows us to execute Javascript code directly in machines. Learn what it is and why we need it.
February 10, 20243 min read
Thoughts on software development, technology, and building things for the web.
Node JS in simple terms is a cover around the V8 engine which allows us to execute Javascript code directly in machines. Learn what it is and why we need it.
In this article, I will take you on the journey of making your very first open-source contribution. Along the way, I'll share the valuable lessons I learned.