Algobook
- The developer's handbook
mode-switch
back-button

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 JavaScript-thumbnailQuicksort algorithm in JavaScriptA tutorial on how to implement the known algorithm, quicksort, in JavaScript using recursive programming.
Mon Aug 21 2023
Merge sort algorithm in JavaScript-thumbnailMerge sort algorithm in JavaScriptA tutorial on how to implement the known algorithm, merge sort, in JavaScript using recursive programming.
Mon Aug 14 2023
How to get historical sport events in JavaScript-thumbnailHow 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.
Fri May 26 2023
Caesar algorithm - Encrypt and decrypt-thumbnailCaesar algorithm - Encrypt and decryptIn this guide we will use the Caesar cipher to encrypt and decrypt messages in JavaScript.
Sun May 14 2023
Find prime numbers in JavaScript-thumbnailFind prime numbers in JavaScriptA short demonstration on how we create an algorithm for finding prime numbers in JavaScript
Sun May 14 2023
A free API for hashing passwords-thumbnailA 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
Sun May 14 2023
Free city API tutorial-thumbnailFree city API tutorialA tutorial on how to retrieve information about a city on a free API
Fri May 12 2023
Free weather API tutorial-thumbnailFree weather API tutorialA tutorial on how to retrieve weather forecast through a free weather API
Tue May 09 2023
How to make NPM not publish src/ and other private files to your lib-thumbnailHow 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.
Wed May 03 2023
API for getting exchange currency rates-thumbnailAPI 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.
Sat Apr 29 2023
Get real time stock prices in your application for free-thumbnailGet 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!
Sat Apr 29 2023
Speed conversion in JavaScript-thumbnailSpeed 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!
Sat Apr 22 2023
Convert Celsius to Farenheit and vice versa in JavaScript-thumbnailConvert 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.
Thu Apr 20 2023
Build and publish your React component/library to npmjs.com-thumbnailBuild 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!
Sat Apr 15 2023
Harris-Benedict formula in JavaScript - Maintenance calories calculator-thumbnailHarris-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!
Fri Apr 07 2023
Roman numerals converter in JavaScript-thumbnailRoman 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.
Thu Apr 06 2023
A guide on how to use NHL API in NodeJs-thumbnailA 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.
Sat Apr 01 2023
Calculating compound growth in JavaScript-thumbnailCalculating 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!
Mon Mar 27 2023
Tutorial on Yahoo Finance API in JavaScript and NodeJs-thumbnailTutorial on Yahoo Finance API in JavaScript and NodeJsA tutorial on how to use Yahoo Finance API in a NodeJs server using JavaScript.
Tue Mar 21 2023