Hope y'all doing well. The format of this blog post is going to be similar to a blog post that I did on a different topic called Internet Radio Station 101 where I went through the workings of an Internet Radio Station from the top-down. I recently completed the Introduction to Data Science eDX course … Continue reading Data Science 101
Tag: tutorial
Created a GraphQL Bible API in 2 Days using Hasura (Here’s How)
Few years ago I worked on a project where I had to get hold of the 31,102 verses of the English Bible, and use it to develop an Android app that helps people memorize Bible verses. This app used a memorization technique called spaced repetition which is popularly used in the flash card app - … Continue reading Created a GraphQL Bible API in 2 Days using Hasura (Here’s How)
How to extract Metadata of an Image in Android?
This is a small tutorial where I tell you how you can extract the metadata of an image using ExifInterface while developing a native Android app.