Feb 16 · 2 min read · When running AWS CLI commands in Git Bash on Windows, you may encounter this error: 'enabled' is not recognized as an internal or external command, operable program or batch file. This error is not related to EC2, IAM, permissions, or AWS services. ...
Join discussion
Jan 4 · 4 min read · If you are starting your journey as a developer, you will hear the word Git everywhere. Job descriptions mention it.Open-source projects require it.And almost every development team uses it daily. But what exactly is Git? And why is it so important? ...
Join discussion
Sep 11, 2025 · 2 min read · Hey everyone! In this article, we're gonna learn how to do some simple CRUD stuff with objects inside an array using JavaScript. Create object into array let itemList = [ { code: "BRG001", name: "Soap", price: 1.3, qty: 10}, { code: "BRG002", n...
AAriska commented
Sep 8, 2025 · 2 min read · okay you can follow me for create mini calculator with nodejs first open your gitbash go to your folder create file input2.js and fill in the file as follows create file calculator and fill like this and this code for content file impor...
Join discussionSep 6, 2025 · 2 min read · What’s NPM NPM ( Node Package Manager ) is the official package manager for Node.js or in python you can call this it PIP Its use Installing libraries or packages from outside Manage dependencies ( library required by the project ) Provides a regi...
Join discussionSep 4, 2025 · 1 min read · Go to https://nodejs.org/en/download/ and download node js Open node js installer and click and click Open your Git Bash and write ‘node —version‘ for check version node create a folder for our project and go into it write ‘node name_fil...
AAriska commentedJul 30, 2025 · 2 min read · Here are commonly used Git Bash terminal shortcuts to speed up your workflow: 🔹 Navigation & Editing ShortcutDescription Ctrl + AMove cursor to beginning of the line Ctrl + EMove cursor to end of the line Ctrl + UDelete from cursor to begin...
Join discussion
Jul 27, 2025 · 3 min read · Before you start building websites, you need to set up your computer with the right tools. These tools will help you write code, preview your work, track changes, and collaborate efficiently. As a web developer, you will: Write HTML, CSS, and JavaSc...
Join discussion