Introduction This article covers more advanced topics like routing and deployment to professional web servers like tomcat. For newbies I recommend reading my previous article about a simple workflow for developing SPA web applications. We will continue to use live-preview as the backbone of our workflow, but now and then you’ll want to check your ..
Category : Tomcat
There are a few articles covering GPS Tracker which send GPS Data over the SIGFOX network. In my opinion they fall short of presenting a full stack solution which make use of the GPS Data by a remote client device like Android smartphones. So I decided to write an article about GPS Data processing on ..
Introduction The idea behind this article was that, although Basic Auth is considered to be extremely unsafe, adding SSL to it fully compensates for most safety concerns. Why is that? If your backend is SSL secured, data transfer happens through a tunnel which encrypts the whole HTTP request, effectively encrypting also the Basic-Auth authorization header ..