rabbitmq / rabbitmq/rabbitmq-tutorials

Contributing Node.js port based on async/await

Open
#207 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
6.9k
Forks
3.5k
Avg merge
3h 27m
Merged PRs (30d)
28

Description

Hi, this is a bit related to other issue that I opened sometime ago (sorry I can't found the issue) where I wanted to contribute code in nodejs using async await.

I think it would be great if there was the possibility within the same sample page to switch between the current code, using callbacks, the promises implementation and using async await, all through a navs system like https://getbootstrap.com/docs/4.3/components/navs/

I found that the code exists using promises and my implementation with async await is here

https://github.com/cocodrino/rabbitmq-tutorials-async-await

I would like to know if this is possible and how I could collaborate

Thank you.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing the existing Node.js callback and promises examples with the async/await implementation linked in the issue. Check how the tutorial pages are structured and whether a navs-based switch is supported; the work is done when the requested Node.js variants can be presented together with an agreed contribution scope.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
documentation
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.