What is a SPA? Single Page Applications (SPAs) are applications that use one webpage for all their features. In the past, websites …
spa
How To Use an API with Vue.js
The web is progressing fast with new technologies and libraries emerging every few months. Vue.js is one of the Javascript frameworks …
How to Build a Single-Page Application (SPA) with Vue.JS (and APIs)
If you are building a web application with the API-first approach, then you have to think of leveraging external APIs to execute part of …
Leveraging a proxy application to satisfy APIKEY request requirement for Single Page Application development
Often times APIs are secured with a unique APIKEY for each application. The requirement of these APIs is you send your APIKEY with every …