Tag: development

  • Auto-reloading (safe-write) issues of application development servers

    I have discovered new module bundler for developing applications in JavaScript. It’s called Parcel.js and my initial impressions are positive. That’s what I tweeted about it: https://twitter.com/jernejsila/status/962262223967186944 Parcel is a web application bundler, differentiated by its developer experience. It offers blazing fast performance utilizing multicore processing, and requires zero configuration. Basically a fast Webpack alternative…

  • On developing Android applications

    Developing Android applications is fun thanks to good documentation, lots of guides and zillion examples all over the internet. Programming in Java, not so much. But not discouraging to the point to use libraries which let you write mobile apps in other programming languages like Ionic, PhoneGap or similar. I prefer going native. And besides,…