…
currency
Using the Redux API (Redux API Example)
What is Redux? Redux is a state management framework for the front-end. At its core, the Redux API is very simple: You implement a function that: Takes the previous state Takes an update action Returns new state You provide it the initial state You subscribe to updates: In response, can update the view Or you …
How to use a Currency API with Python to Build a Currency Conversion Chart
Currency conversion tables are a common sight in airports and other places of international transit. In most cases, a long row of records containing two currencies and their conversion rate/exchange rate is on display. This format is difficult to follow, as well as feels monotonous. So how about giving a facelift to currency conversion …
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 your application logic. Single-page applications are a perfect candidate for building such Apps. These Apps allow the web browser to re-render different parts of the web page dynamically, by invoking APIs. These …
Top Currency Exchange Websites
With more than 180 currencies being recognized as legal tender across the globe today, currency exchanges have become imperative for efficient global trade and tourism. Since time immemorial, it has been vitally essential for individuals who are traveling or paying for goods and services all around the world to convert currencies from one form to …