Sunday, December 31, 2017

A fast React Live Editing implementation

A fast React Live Editing implementation



Hi folks, part of my personal mission to integrate good ol' Java with modern JavaScript frameworks was the implementation of "Hot Reload". I am not talking of "automatic Browser refresh" but of live patching the code of a React client without losing component state.

This blog has moved, continue reading here

Tuesday, August 15, 2017

Developing a React+JSX app from Java without node, webpack, and babel



Implementing a web app server side using Java has been getting ugly recently as its required to run a a full nodejs stack including a load of npm packages and javascript related stuff. By implementing a bundling and JSX Transpilation in native Java, kontraktor can help out and make things simple again (#MTSA).

you can't have a java article without picturing a cup of coffee ..
Gone are the days of server side web apps, though there are apparently still people out there trying to get something fancy out of .. [this blog has moved, continue reading here]


Saturday, February 25, 2017

Move Code Not Data: 'Sandboxing' using Remote Lambda Execution


Leveraging remote lambda execution to avoid being IO bound in a data intensive  microservice system. 


This blog has moved. Read the full article here.