* Updated hello-world/-kuberentes Node.js apps
1. Using async/await rather than promises for better readability
2. Make sure that methods do not return until state is committed
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* 💄
W/o this change the reader might not realize they need to cd into the
'node' dir to see the app.js file that we talk about next.
Also removed some extra whitespace at the end of some lines.
Signed-off-by: Doug Davis <dug@microsoft.com>
* moving devcontainer to root to enable
* Fix for tutorials to point to new dapr-cli-link
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Fixed additional broken links found by MMD `make validate` in tutorials.
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Changing readme to call python3 instead of python per best practices
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Fixed zipkin api bug failing tests. Duration with current multiply code will never be slow enough to return traces results!
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>