Optimizing nodejs memory usageBy Arpad BorsosI will memory profile the tsc compiler and show how to optimize its memory usage, with the theory behind it
Code generation for fun and profitBy Arpad BorsosIf you want to translate your react app, you usually end up using react-intl. But doing so has a few problems. react-intl is 42k minified, which is quite a lot. it also parses all your translation strings at start time, ...
Introducing Svelte: The Compile-Time Non-FrameworkBy Arpad BorsosRollups creator Rich Harris has started a new project called svelte. In this talk we will describe the reasoning behind the project, show some examples and discuss possible future directions.
How modern JavaScript patterns affects performanceBy Arpad BorsosArpad will explain what the web platform (browsers) are doing to increase rendering performance, how he thinks the hype of React, immutable data and fractal app architectures is actually really bad for performance. ...
JavaScript does NOT offer zero-cost abstractionsBy Arpad BorsosArpad will dissect common patterns and conventions to raise awareness of their runtime costs. This great talk was held by Arpad Borsos at the monthly ViennaJS meetup in Vienna.