{"id":15594006,"url":"https://github.com/ansaribrahim/node-exercise","last_synced_at":"2025-03-29T10:28:05.919Z","repository":{"id":211111217,"uuid":"728227960","full_name":"AnsarIbrahim/Node-Exercise","owner":"AnsarIbrahim","description":"Understanding Call-back Hell, Async and Promises in Node.js","archived":false,"fork":false,"pushed_at":"2023-12-06T15:21:08.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-04T09:16:51.361Z","etag":null,"topics":["api","async","callback","javascript","promises","superagent","txt"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/AnsarIbrahim.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}},"created_at":"2023-12-06T13:55:16.000Z","updated_at":"2023-12-06T15:22:31.000Z","dependencies_parsed_at":"2023-12-06T15:42:43.405Z","dependency_job_id":null,"html_url":"https://github.com/AnsarIbrahim/Node-Exercise","commit_stats":null,"previous_names":["ansaribrahim/node-exercise"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnsarIbrahim%2FNode-Exercise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnsarIbrahim%2FNode-Exercise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnsarIbrahim%2FNode-Exercise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnsarIbrahim%2FNode-Exercise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnsarIbrahim","download_url":"https://codeload.github.com/AnsarIbrahim/Node-Exercise/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246170921,"owners_count":20734920,"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","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":["api","async","callback","javascript","promises","superagent","txt"],"created_at":"2024-10-03T00:22:24.738Z","updated_at":"2025-03-29T10:28:05.900Z","avatar_url":"https://github.com/AnsarIbrahim.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node-Exercise: Understanding Callback Hell, Async and Promises in Node.js\n\nThis repository is dedicated to exercises that help understand the concepts of Callback Hell, Async functions, and Promises in Node.js.\n\n## Callback Hell\n\n\"Callback Hell\" is a phenomenon that afflicts a JavaScript developer when he tries to execute multiple asynchronous operations one after the other.\n\n## Async Functions\n\nAsync functions are a combination of promises and generators to reduce the boilerplate around promises, and the \"don't break the chain\" limitation of chaining promises.\n\n## Promises\n\nPromises are a pattern that helps with one particular kind of asynchronous programming: a function that returns a single result asynchronously.\n\n## Getting Started\n\nTo get started, clone the repository and install the dependencies.\n\n```bash\ngit clone https://github.com/AnsarIbrahim/Node-Exercise.git\ncd Node-Exercise\nnpm install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansaribrahim%2Fnode-exercise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fansaribrahim%2Fnode-exercise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansaribrahim%2Fnode-exercise/lists"}