After 3 years of using React Native as a solution for developing apps for iOS and Android, I would like to share my thoughts and some of my experience.
Posts Tagged → javascript
Speed up NodeJS server-side development with Webpack 4 + HMR.
When webpack 4.0 came out, I decided to migrate my codebase implementing webpack for the frontend to webpack 4.0. One thing I hadn’t invested time to do however, is to enable HMR in my backend code. I have a project that takes approx 30 seconds to start up, mainly because of babel transpiling my whole… Continue reading
NodeJS, Varnish + NginX
I am building a web service, and I chose NodeJS as a backend, due to its efficiency and simplicity. However, since nodejs is single thread – single process, other means of making the process more responsive under server high server load must be implemented.
Country border highlighting with Leaflet.js
Not too long ago I finished a project on Big Data for the University. One part of this huge project was the implementation of a dynamics map that would be responsive to mouse hover and mouse click. When the mouse would hover over a country, the whole country borders would be highlighted in the map,… Continue reading