DEV Community

A few things released recently that I find interesting

rhymes on December 05, 2018

As you probably know, recently Amazon held their AWS re:Invent 2018 conference, Microsoft held their Connect(); 2018 event and Google held Flutter ...
Collapse
 
creativ_bracket profile image
Jermaine

Also worth mentioning that Flutter code can now compile for various environments. This includes the web under what they call the Hummingbird project.

Collapse
 
vinceramces profile image
Vince Ramces Oliveros

There's Desktop, IoT, And many more surprises to come.

A lot of desktop embedding such as google's own desktop-embedding and go-flutter-desktop-embedding(pretty much the same). I was also shocked at the presentation powered by Flutter engine itself, I thought it was some Google Slides or something.

I'm glad I am now in the Dart side. Never ever be a dead horse project now fellas!

Collapse
 
creativ_bracket profile image
Jermaine

I was also shocked at the presentation powered by Flutter engine itself, I thought it was some Google Slides or something.

Yup, the presentation was awesome. Glad I was there to witness with my own eyes ๐Ÿ‘€

Dart is returning strong. Success stories are usually preceded by a boat-load of failures.

Thread Thread
 
ben profile image
Ben Halpern

This is exciting!

Whatโ€™s the story for Dart running natively ever? Would this be a WebAssembly thing at this point?

Thread Thread
 
creativ_bracket profile image
Jermaine

So from the article I linked to, they are currently exploring these approaches:

  • HTML+CSS+Canvas
  • CSS Paint API

This is due to their strong support across browsers. No mention of WASM. I can only hope they're secretly looking into it because till yesterday, I had no clue that they got Flutter already compiling for the web.

Thread Thread
 
ben profile image
Ben Halpern

Ah interesting!

Iโ€™m definitely checking out that article. Thanks for the tldr ๐Ÿ™‚

Collapse
 
rhymes profile image
rhymes

Would you characterize this as their attempt of building an alternative to React Native?

Collapse
 
vinceramces profile image
Vince Ramces Oliveros

Yes/No. RN right now is decreasingly popular. If they ever surpass the new RN architecture, I wouldn't be surprised as Flutter is three step ahead to REACT.

Collapse
 
creativ_bracket profile image
Jermaine

I would characterise this as an attempt at presenting another option on the market for cross-platform development. Kinda makes sense since Dart can already compile to JavaScript since day 1.

Collapse
 
nektro profile image
Meghan (she/her)

Absolutely

Collapse
 
helenanders26 profile image
Helen Anderson

Such a great summary :D

Collapse
 
rhymes profile image
rhymes

Thanks! There's much more, I had to select my favorites :D Maybe you're interested in the new managed time series database AWS launched: aws.amazon.com/timestream/ (quite expensive though)

Collapse
 
helenanders26 profile image
Helen Anderson

I spotted that in the long, long list of releases that came out of re:Invent. The future is definitely serverless and streaming in the AWS world. Interesting times ahead :)