menu
Thursday, 28 March 2019
WPF vs ElectronJS
Several days ago, we got the final results of a comparison of WPF and ElectronJS performance for one of our projects. The applications should load quite big files with data series and show all the data on the same line chart. Of course, the application is doing much more functions, and we were working on it for 4+ years, but these is some of the most important features from point of view of performance. During loading data, we do a lot of memory allocations, and some parsing operations and charts give us drawing performance which is very important for the application. In the test, we used files up to 100Mb which is not the maximum size of production files, but our 4 years old WPF application built with a straight-forward WPF approach (MVVM and all the best from WPF and .Net) was not able I...
Thursday, 28 February 2019
Cross platform dictation app with IBM Watson and robotjs Posting a link (Speech to text) to a small demo application on GitHub to continue my previous post. The application is working as a dictation tool. To start the application, click the start button, on...
Wednesday, 13 February 2019
Kiosk applications with HTML/JavaScript <h1>This is a test</h1> Recently one of our clients asked me about the possibility to build a kiosk application with a Mac mini and a huge display with touch support. The display is really...