{"id":15131190,"url":"https://github.com/me-moghadasian/nodejs-learners-package","last_synced_at":"2026-01-20T16:03:15.787Z","repository":{"id":254263709,"uuid":"845992211","full_name":"me-moghadasian/nodejs-learners-package","owner":"me-moghadasian","description":"This package offers a concise introduction to Node.js using Jupyter Lab, focusing only on the essential concepts and skills. It covers the fundamental topics necessary for understanding and practicing (or reviewing) Node.js.","archived":false,"fork":false,"pushed_at":"2025-08-21T17:14:11.000Z","size":15368,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-21T19:57:42.223Z","etag":null,"topics":["authentication","authorization","axios","backend","express","javascript","jupyter","mongodb","mongoose","nodejs","restful"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/me-moghadasian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-22T10:27:34.000Z","updated_at":"2025-08-21T17:14:15.000Z","dependencies_parsed_at":"2024-10-24T10:27:23.990Z","dependency_job_id":"17b4fdda-58ca-4bb6-b9f5-bfde794ee831","html_url":"https://github.com/me-moghadasian/nodejs-learners-package","commit_stats":null,"previous_names":["me-moghadasian/nodejs-learners-package"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/me-moghadasian/nodejs-learners-package","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me-moghadasian%2Fnodejs-learners-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me-moghadasian%2Fnodejs-learners-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me-moghadasian%2Fnodejs-learners-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me-moghadasian%2Fnodejs-learners-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/me-moghadasian","download_url":"https://codeload.github.com/me-moghadasian/nodejs-learners-package/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me-moghadasian%2Fnodejs-learners-package/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28606310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T14:45:23.139Z","status":"ssl_error","status_checked_at":"2026-01-20T14:44:16.929Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","authorization","axios","backend","express","javascript","jupyter","mongodb","mongoose","nodejs","restful"],"created_at":"2024-09-26T03:24:21.835Z","updated_at":"2026-01-20T16:03:15.773Z","avatar_url":"https://github.com/me-moghadasian.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node.js Learners Package\n\n## Description\n\nThis package offers a concise introduction to Node.js (using JupyterLab), focusing only on the essential concepts and skills. It covers the fundamental topics necessary for understanding and practicing (or reviewing) Node.js, including:\n\n- [Introduction](01-intro.ipynb) \n- [JSON Handling](02-objects.ipynb) \n- [Working with Arrays](03-arrays.ipynb) \n- [Working with Maps](04-maps.ipynb)\n- [Working with Sets](05-sets.ipynb)\n- [Function and Lambda](06-functions.ipynb)\n- [Files Operations](07-files.ipynb)\n- [Async-await, Promise and Event](08-asyncs.ipynb)\n- [Simple HTTP server](09-http-server.ipynb) + [helper client](09-http-client.ipynb)\n- [MongoDB](10-mongodb.ipynb) \n- [Mongoose](11-mongoose.ipynb)\n- [RESTful API using Express](12-express-server.ipynb) + [helper client](12-express-client.ipynb)\n\n\n## Who should use this?\n\nThis project is designed for **intermediate-level** developers who are looking to deepen their understanding of *core concepts* in [Node.js](https://nodejs.org/) and [JS](https://javascript.com/). It is particularly beneficial for those who want to expand their knowledge, **review general principles**, or gain a broader perspective on [Node.js](https://nodejs.org/) and [JS](https://javascript.com/). If you are an **expert** in this field, you might find the material **NOT** directly applicable to advanced scenarios. However, if you are eager to refresh your foundational skills or explore different approaches, this resource may still offer valuable insights.\n\n## Active Development\n\nPlease note that this package is still *being modified and updated*. We are continuously working to improve and expand the content based on feedback and new developments in [Node.js](https://nodejs.org/). New features, topics, and enhancements will be added over time. To ensure you have the *latest dependencies and updates*, you might need to run `npm install` periodically.\n\n## Features\n\n- **Variables and Functions**: Learn how to create and use *variables*, *functions* and *lambdas*.\n- **Loops and Branching**: Understand different looping constructs and conditional statements.\n- **JSON**: Work with *JSON* data, including parsing and stringifying *JSON*.\n- **Collections**: Explore *arrays*, *maps*, and *sets*, and how to manipulate them.\n- **File Handling**: Read from and write to files.\n- **Async-await, Promise and Events**: Learn how to do *asynchronous* operations with *async-await*, *promise* and *events*.\n- **Fetch and Axios**: Learn how to use *fetch* and *axios* to send request.\n- **HTTP Connections**: Create basic HTTP servers and handle requests and responses.\n- **MongoDB and Mongoose**: Connect to a [MongoDB](https://www.mongodb.com) database and perform CRUD operations using [Mongoose](https://www.mongoosejs.com).\n- **Express**: Build simple *RESTfull* API with *authentioncation-authorization*, *files upload-download*,... using the [Express framework](https://www.expressjs.com).\n- **And More...**\n\n## Installation\n\nTo get started with this package, follow these steps:\n\n1. **Install Python** (if not already installed):\n    - Refer to [Python](https://www.python.org/downloads/) to download and install python.\n\n2. **Install JupyterLab** (if not already installed):\n   - If you don't have JupyterLab installed, you'll need Python and JupyterLab. You can install JupyterLab using:\n    ```bash\n    pip install jupyterlab\n    ```\n    \n3. **Install Node.js**:\n   - Ensure you have [Node.js](https://nodejs.org/) installed. This is required for running Node.js apps in this package.\n\n4. **Install the Node.js Jupyter Kernel**:\n   - You need the [IJavascript kernel](https://github.com/n-riesco/ijavascript) for Jupyter to run JavaScript code. You can install it using the following commands:\n     ```bash\n     npm install -g ijavascript\n     ijsinstall\n     ```\n\n5. **Clone the Repository**:\n    ```bash\n    git clone https://github.com/me-moghadasian/nodejs-learners-package.git\n    ```\n\n6. **Navigate into the Project Directory**:\n    ```bash\n    cd nodejs-learners-package\n    ```\n\n7. **Install Project Dependencies**:\n    - Install MongoDB too when you want to try MongoDB related sections.\n    ```bash\n    npm install\n    ```\n8. **Start JupyterLab**:\n    ```bash\n    jupyter lab\n    ```\n    \n9. **Open and Explore the Notebooks and Scripts**:\n   - Use JupyterLab to open and explore the notebooks and scripts provided in the package.\n\n## Note\n\nThis package is still under development. New features and improvements will be added over time. you might need to run `npm install` periodically.\n\n## Useful References\n\n - [Node.js Tutorialpoint](https://www.tutorialspoint.com/nodejs/index.htm)\n - [Node.js W3Schools](https://www.w3schools.com/nodejs/)\n - [Developing Back-End Apps with Node.js and Express](https://www.coursera.org/learn/developing-backend-apps-with-nodejs-and-express)\n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Author\n\nMehdi Moghadasian\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fme-moghadasian%2Fnodejs-learners-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fme-moghadasian%2Fnodejs-learners-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fme-moghadasian%2Fnodejs-learners-package/lists"}