https://github.com/jellydn/promise-should-be-fun
Collection of exercises designed to practice and improve your skills with async programming in JavaScript.
https://github.com/jellydn/promise-should-be-fun
deno javascript promise typescript
Last synced: 6 months ago
JSON representation
Collection of exercises designed to practice and improve your skills with async programming in JavaScript.
- Host: GitHub
- URL: https://github.com/jellydn/promise-should-be-fun
- Owner: jellydn
- Created: 2023-01-01T07:20:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T07:23:34.000Z (over 1 year ago)
- Last Synced: 2025-03-28T10:50:30.726Z (7 months ago)
- Topics: deno, javascript, promise, typescript
- Language: TypeScript
- Homepage:
- Size: 27.3 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to promise-should-be-fun 👋

[](https://twitter.com/jellydn)> Collection of exercises designed to practice and improve your skills with async programming in JavaScript.
[![IT Man - Tip #30 - Promise should be fun [Vietnamese]](https://i.ytimg.com/vi/jhz8EhETkZ8/hqdefault.jpg)](https://www.youtube.com/watch?v=jhz8EhETkZ8)
[![IT Man - Tech #30 - Deno 101 - The best developer experience [Vietnamese]](https://i.ytimg.com/vi/ocLNcwm4xUs/hqdefault.jpg)](https://www.youtube.com/watch?v=ocLNcwm4xUs)
## Usage
#### Initialize
```sh
git clone https://github.com/jellydn/promise-should-be-fun
```### Develop
```sh
deno task dev
```### Test
```sh
deno task test
```### Benchmark
```sh
deno task bench
```## Exercises
These are a collection of exercises designed to practice and improve your skills with async programming in JavaScript.
### How to use
Each exercise is a separate module and can be run on its own. The instructions for running each exercise can be found in the [exercises](exercises) folder.
## Useful links
- [Using npm Packages with npm Specifiers | Manual | Deno](https://deno.land/manual@v1.29.1/node/npm_specifiers)
- [sindresorhus/promise-fun: Promise packages, patterns, chat, and tutorials](https://github.com/sindresorhus/promise-fun)## Author
👤 **Dung Huynh**
- Website: https://productsway.com/
- Twitter: [@jellydn](https://twitter.com/jellydn)
- Github: [@jellydn](https://github.com/jellydn)## Show your support
[](https://ko-fi.com/dunghd)
[](https://paypal.me/dunghd)
[](https://www.buymeacoffee.com/dunghd)Give a ⭐️ if this project helped you!