Using Web Applications as Native Desktop Applications in Windows
Ever felt the need to install some useful web applications as native desktop applications in Windows? Well, I’ve always been on the lookout for desktop versi...
Ever felt the need to install some useful web applications as native desktop applications in Windows? Well, I’ve always been on the lookout for desktop versi...
In my earlier post we saw how we can get a basic React Native app up and running in minutes and target both ios and Android platforms using the same code. In...
React Native as we know, helps develop mobile apps using JavaScript. On the surface it is just like React, except that it uses native mobile components inste...
In the last post we saw the various ways in which we can version REST APIs. As part of this post we’ll look at some additional important concepts in maintain...
These days REST APIs are used everywhere. As applications begin to mature, there are numerous times when APIs need to be updated. These need to be done in a ...