A month ago I had released my first personally developed iOS app on the App Store, called Sound Doctrine Online which you can find here: https://apps.apple.com/in/app/sound-doctrine-online/id6443919279. Sound Doctrine Online is a Media player app for iOS that streams Christian Baptist Preaching from around the world. To know more about Sound Doctrine Online you can also … Continue reading Go Live System Architecture v1.0: Sound Doctrine Online
Category: Backend Development
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)
Make a Simple Video Streaming Backend from Scratch (Setting up the Server)
Are you worried that your hard drive space is running low because of your huge collection of the Game of Thrones series? Here's a solution(a geeky one probably) to fix that.
Convert Bible JSON to SQLite Database
A simple Python script used for the GirdThySword project, to extract Bible verses from JSON files and store them as an SQLite Database file.