Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts

Tuesday, November 19, 2019

[Links of the Day] 19/11/2019 : Stateful Functions, Timeseries in JS, EU SMEs and Cloud


  • Stateful functions : this is a really cool concept that mimics the lambda model but injects statefulness in the function by leveraging Apache Flink. Ok, you need the whole Kafka/Flink stack but the benefit from this is quite staggering.
  • uplot : fast tiny time series and line chart. Enough said :) 
  • Study on the economic detriment from unfair and unbalanced cloud computing contracts :  European study on the unfair balance of power held by cloud providers and its impacts on EU SMEs. Sadly the report seems to be heavily biased against the cloud providers. It seems to boil down that a lot of problem stems from a lack of education of the customer and the lack of understanding of the problems and costs associated with cloud-based services.

Thursday, June 22, 2017

[Links of the Day] 22/06/2017 : Modern Web Dev spell-book, .Net microservices framework, Optimizing Rust

  • Spellbook of Modern Web Dev : like an awesome list for javascript development but with more thought and structure. Must read for front end javascript devs.
  • Microdot : not a .net guy but here is a framework for easily creating .NET Microservices with Orleans
  • Rust Optimization : a lot of stuff can be applied to any language. But, there is some nugget of information for Rust language in this document.