Javascript Backend Overview: Building Fullstack To-Do List App

Javascript Backend Overview Sample code: https://github.com/robertluwang/hands-on-javascript Javascript backend stack highlight JavaScript is commonly known for its use in frontend web development, but with the advent of technologies like Node.js, it’s also being used for backend development. Here’s an overview of JavaScript backend development: Node.js: Node.js is a runtime environment that …

JavaScript Frontend Stack Overview: Building Dynamic Web Applications

JavaScript Frontend Stack Overview: Building Dynamic Web Applications Introduction In the world of web development, JavaScript stands as a cornerstone for creating interactive and dynamic frontend experiences. In this article, we’ll take a journey through the main components of the JavaScript frontend stack, exploring key concepts and providing simple code …

How to make node.js portable on windows git/msys

Assume you have portable git/msys, you can find details in portabledevops in github. There are two parts for node.js node, Node.js interpreter npm, node package manager I would like to carry node.js in usb driver, found the npm default configuration is too close to windows environment: prefix = “C:\\Users\\username\\AppData\\Roaming\\npm” cache …