Articles about APIs and algorithms
All articles and blogposts about APIs and algorithms. We hope you find what you are looking for and that you will learn something new.Search for articlesType in keywords or title of the article you are looking for
Quicksort algorithm in JavaScriptA tutorial on how to implement the known algorithm, quicksort, in JavaScript using recursive programming.
Merge sort algorithm in JavaScriptA tutorial on how to implement the known algorithm, merge sort, in JavaScript using recursive programming.
How to get historical sport events in JavaScriptA tutorial on how we can retrieve winners of historical sport events in JavaScript for free. We will utilize our own free Sport winner API in this article.
Caesar algorithm - Encrypt and decryptIn this guide we will use the Caesar cipher to encrypt and decrypt messages in JavaScript.
Find prime numbers in JavaScriptA short demonstration on how we create an algorithm for finding prime numbers in JavaScript
A free API for hashing passwordsA short tutorial on how we can use a free API to hash and compare passwords for our applications user management
Free city API tutorialA tutorial on how to retrieve information about a city on a free API
Free weather API tutorialA tutorial on how to retrieve weather forecast through a free weather API
How to make NPM not publish src/ and other private files to your libIn this short post, we will show how to make NPM ignore project files you not want to get uploaded to npmjs.com for your library.
API for getting exchange currency ratesIn this tutorial, we will take a look at how we can get the current exchange rates and do some currency exchanges in JavaScript using our own free API at Algobook.
Get real time stock prices in your application for freeIn this tutorial, we will explore our own API that we have published here on Algobook that provides real time stock prices and price changes for free. Enjoy!
Speed conversion in JavaScriptIn this post, we will do some speed conversion in JavaScript. We will convert between mp/h to km/h, m/s to mp/h and so on. Follow along to learn more about speed conversion!
Convert Celsius to Farenheit and vice versa in JavaScriptIn this tutorial we will do some conversion. We will first convert Celsius to Farenheit, and then Farenheit to Celsius.
Build and publish your React component/library to npmjs.comHave you just created an amazing component or library that you just can't wait to share with the world, but don't know how to do it? This tutorial will have your back!
Harris-Benedict formula in JavaScript - Maintenance calories calculatorAre you a health freak? Are you on a weight journey? Do you have a fitness blog where you want to have a cool calorie calculator but don't know any good formulas? Don't worry, we got you covered!
Roman numerals converter in JavaScriptA common problem that an employer might want you to solve, is to convert a number to a roman numeral. In this guide, we will take a look at how we can solve it in JavaScript.
A guide on how to use NHL API in NodeJsIn this post we will explore the API that NHL are providing. We will take a look at different endpoints, such as getting team data, player stats and more. We will set up a NodeJs express server with some endpoints which we will try out in Postman.
Calculating compound growth in JavaScriptIn this tutorial, we will create two algorithms for a known scenario in the world of finances. One for calculating compound growth, and one for calculating compound growth with regards to monthly deposits. Enjoy!
Tutorial on Yahoo Finance API in JavaScript and NodeJsA tutorial on how to use Yahoo Finance API in a NodeJs server using JavaScript.

Mon Aug 21 2023

Mon Aug 14 2023

Fri May 26 2023

Sun May 14 2023

Sun May 14 2023

Sun May 14 2023

Fri May 12 2023

Tue May 09 2023

Wed May 03 2023

Sat Apr 29 2023

Sat Apr 29 2023

Sat Apr 22 2023

Thu Apr 20 2023

Sat Apr 15 2023

Fri Apr 07 2023

Thu Apr 06 2023

Sat Apr 01 2023

Mon Mar 27 2023

Tue Mar 21 2023