Echo JS 0.11.0

<~>

tracker1 comments

tracker1 1681 days ago. link 2 points
Thanks for the reply... usually get a little Leary with these types of post as they're usually thinly veiled sales channels for commercial services.

I usually dig a bit deeper, guess if I'd just hit the "getting started" guide, it would be pretty self evident how it works.

Looks interresting.
tracker1 1682 days ago. link 1 point
Cool, though the GPL license kind of makes it a non-starter for most web projects.
tracker1 1682 days ago. link 1 point
I hate these kinds of posts...

I started with "Asynchronous Functions" the answer is muddied by the fact that JavaScript since 2017 has had an "async" keyword that applies to functions, which is interpreted as meaning said function returns a Promise, and supports an await  keyword and possibly for-await syntax internally (2019 iirc).

I often will go through these things one by one reporting the issues with each of them, I'm not going to this time.  Letting it stand, but when reading this, take it with a grain of salt, these types of writeups are often outright wrong to mis-informed to incomplete to say the least.

These types of questions should *NEVER* be asked by those that don't understand the answers.  They are not appropriate for pre-screening applicants by people such as HR, recruiters or managers.
tracker1 1682 days ago. link 1 point
Not seeing information on pricing regarding webtiny's hosted CDN... didn't dig into self-hosting.
[comment deleted]
tracker1 1688 days ago. link 1 point
IIRC, JSS (as used in Material-UI) already uses the approach mentioned in TFA.
tracker1 1692 days ago. link 1 point
Requires PubNub account, which doesn't disclose pricing...
tracker1 1692 days ago. link 1 point
At this point, as useful as decorators are, it's best to just stick to TypeScript if you want to use decorator patterns for now.
tracker1 1694 days ago. link 1 point
ELK Stack - ElasticSearch, LogStash and Kibana.  If you are using Node services, there are sink adapters for most common loggers in Node and other services... for some you may need to log ship.  There are also adapters for Kubernetes as well.  YMMV.

While there are commercial support options, and some features that are paid only, you can go a long way with just the open-source/free versions.

For your own services, you might also try Seq.
[more]