<

Ruben

/>

JSConf Armenia 2019

November 30, 2019

Scaling NodeJS apps with N-API

N-API allows us to combine the strengths of the NodeJS ecosystem and development experience with the raw performance of C/C++.

As an example of that, the talk goes through the process of designing, implementing and benchmarking a voice command detection application.

The example leverages multithreading in order to scale the performance with the CPU core count.

JSConf Armenia 2018

November 3, 2018

GatsbyJS as the future of the web

With more and more content competing for the potential visitors, performance and user experience are becoming increasingly important for modern web development.

GatsbyJS offers tooling to optimize metrics like the First Contentful Paint, Largest Contentful Paint, Blocking Time and Cumulative Layout Shift as a solution to these issues.

In this talk you can learn more about how static webpage generation combined with the built-in featureset of GatsbyJS can help you to improve your visitor count and retention.