{"id":20091402,"url":"https://github.com/tejasbubane/nodejs-training","last_synced_at":"2026-04-05T23:03:58.765Z","repository":{"id":145488477,"uuid":"162250035","full_name":"tejasbubane/nodejs-training","owner":"tejasbubane","description":"My material NodeJS training","archived":false,"fork":false,"pushed_at":"2019-01-21T10:57:17.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-22T10:52:08.866Z","etag":null,"topics":["express-js","node-js","training-materials"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tejasbubane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-12-18T07:45:58.000Z","updated_at":"2019-01-21T10:57:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"8945be16-081d-4499-bfb7-e5d256a46476","html_url":"https://github.com/tejasbubane/nodejs-training","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tejasbubane/nodejs-training","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Fnodejs-training","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Fnodejs-training/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Fnodejs-training/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Fnodejs-training/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tejasbubane","download_url":"https://codeload.github.com/tejasbubane/nodejs-training/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Fnodejs-training/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28133012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-30T02:00:05.476Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["express-js","node-js","training-materials"],"created_at":"2024-11-13T16:31:56.240Z","updated_at":"2025-12-30T22:06:59.524Z","avatar_url":"https://github.com/tejasbubane.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NodeJS Training Material\n\nI conducted [NodeJS](https://nodejs.org/en/) training at my company [Cybrilla](http://cybrilla.com/).\nThis is my training material.\n\n**Disclaimer:**\n\nI am not a seasoned NodeJS developer. I learnt NodeJS while preparing for this training.\nSo there might be errors/inconsistencies here. Please feel free to reach out to me if you find any.\n\n## MERN Training Demo App\n\nProducts portal where users can login, create products and filter them on price-range.\n\n* Uses [Express framework](https://expressjs.com/) and [Mongoose](https://mongoosejs.com/).\n* This is API-only app.\n* Frontend which interacts with this can be found in [reactjs-training](https://github.com/tejasbubane/reactjs-training).\n\n### Requirements:\n\n1. Newer version of NodeJS installed. `v8+` should work.\n1. MongoDB installed and running on port `27017`.\n\n\n## Session Outline:\n\nEach session of approx 2 hrs was conducted twice every week over the course of 2 weeks\n\n### Node Express Basics - routes, controllers, params, callbacks\n\n* ExpressJS hello world\n* Parameters - routes - nesting of routes\n* Connecting to mongo - get and store data\n* Javascript event loop - callbacks\n\n### Modelling and querying data with MongoDB\n\n* Mongodb\n* [Mongoose - the ODM](https://mongoosejs.com/)\n* Schemas\n* Validations\n* Associations - one-to-many many-to-many\n\n### Middlewares\n\n* Express Middlewares\n* Build simple logger middleware\n* Exception handling middleware\n* JWT auth middleware using Passport\n\n\n## Resources\n\n### Documentation\n\n* [ExpressJS docs](http://expressjs.com/en/api.html)\n\n* [Mongoose docs](http://mongoosejs.com/docs/guide.html)\n\n* [MongoDB manual](https://docs.mongodb.com/manual/)\n\n* [MongoDB aggregation operators](https://docs.mongodb.com/manual/reference/operator/aggregation/#aggregation-expression-operators)\n\n* [PassportJS](http://www.passportjs.org/docs/)\n\n### Articles worth Reading\n\n* [NodeJS eventloop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/)\n\n### Video Courses\n\nI could not find any good free ones. Here's one that lot of people recommend but I haven't looked at:\n\n* [Learn Node](https://learnnode.com/)\n\n### [Project Ideas](/project_ideas.md)\n\n\n\n## Contact\n\n* Email: [my-github-username] [at] gmail [dot] com\n\n* Twitter: [@tejasbubane](https://twitter.com/tejasbubane/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejasbubane%2Fnodejs-training","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftejasbubane%2Fnodejs-training","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejasbubane%2Fnodejs-training/lists"}