A few things released recently that I find interesting

rhymes - Dec 5 '18 - - Dev Community

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

In this post I'm going to list a few things that I find interesting for me. If I were to talk about everything I would probably finish by next year's conferences.

AWS re:Invent

AWS as usual released a lot of features and improvements. Their dashboard is famously overpacked and I have no idea what half of those thing do:

Among the new features a few stroke a chord:

  • AWS Lambda (it's only 4 years old!) gets support for shared code and a Runtime API that allows you to write functions in whatever language. Ruby, C++, Rust, Erlang and others are all in. This is huge, especially for developers who don't want to maintain more than one environment in their distributed apps. You can read all about it here: Use Any Programming Language and Share Common Components

  • AWS has launched ARM based processors in their infinite offer of instance types. Using their words:

They are a great fit for scale-out workloads where you can share the load across a group of smaller instances. This includes containerized microservices, web servers, development environments, and caching fleets.

It seems a cost effective way to scale horizontally for web apps on EC2

AWS is clearly set on ruling the world (satellite as a service ? blockhain as a service ?) but I wonder how many of the hundreds of features they release each year can they actually sustain and improve and support. The feeling of "let's be in as many markets as we can at the same time" is evident, and the same principle driving the actual Amazon company.

Microsoft Connect();

  • Azure Functions gets Python 3.6 support (in preview). Both AWS (Java, Go, PowerShell, Node.js, C#, Python, and Ruby, plus the new runtime for everything else) and Azure (C#, JavaScript, F#, Java, Python, PHP, Bash, PowerShell) are clearly trying to support as many runtimes as possible. Google Cloud only supports JavaScript and, since recently, Python 3.7.

  • Azure Serverless Community Library: an open source library of functions ready to use.

  • CORS support for Azure Cosmos DB. Cosmos DB is one of the most interesting pieces of DB technology out there in my opinion. It's a globally distributed DB with "infinite" scalability, minimal latency and that can be accessed with many different types of APIs (as a traditional SQL DB, as a graph DB, as a Mongo DB and others). Well, now we can use it directly from a JavaScript frontend: CORS Support in Azure Cosmos DB

I feel like Azure deserves more attention :-)

Google Flutter Live

(the screenshot is from https://flutter.io/)

And you? What did you find interesting?

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player