Echo JS 0.11.0

<~>

tracker1 comments

tracker1 1685 days ago. link 1 point
Appreciate the article... and I agree, redis is very cool... I've used it for sequence generation, caching, pub/sub and queues.  This article off topic though.
tracker1 1686 days ago. link 2 points
I just removed the other two posts since this one had conversation... the author keeps posting about this library via differing venues though.

Not a huge issue... just gets a bit over the top sometimes.
tracker1 1687 days ago. link 1 point
That's 3 posts on this in a week... come on man.
tracker1 1690 days ago. link 1 point
While the default "Deno Deploy" from the Deno company will be a paid service, there will be self-host solutions that will match and I wouldn't be surprised if CloudFlare and other providers become viable solution targets as well.

I'm a bit mixed on the likes of Firebase, Fauna and Dynamo direct client access and security, it does seem like a relatively cool in the box approach.

I don't think this process has been posted about, and I will limit any future posts to after alternative targets are available and/or that target other platforms.

https://deno.com/deploy
tracker1 1691 days ago. link 1 point
Why would one use this over just using core-js or es-shims version(s)?
tracker1 1691 days ago. link 1 point
On the "All promises fulfilled" part.

    export const someFn = () => 
      new Promise(() => {
        // Hahahahaha
      });
[more]