In the sprawling digital landscape, the importance of a professional photo – capturing not just your features, but your essence – cannot be overstated. Traditionally, this would involve studio lights, a professional photographer, and a rather hefty fee. However, the digital domain
Javascript
A collection of 4 posts
How to fetch JSON data in a React app with Axios
React is a popular JavaScript library for building user interfaces, and one of the most common use cases is fetching data from an API. In this blog post, we will explore how to fetch JSON data in a React app
Using chart.js for data visualisation
In this short tutorial, I'm going to use chart.js to display the Premier League winners from 1992 to 2017. Chart.js is an open-source javascript library for visualising data. It comes with many built-in responsive types of charts including
Check for a palindrome using Javascript
What is a palindrome? Oxford Dictionary defines a palindrome as a word, phrase, or sequence that reads the same backwards as forwards, e.g. madam or nurses run. Let's use Javascript to check if a word is a palindrome Function