Web Development

Building APIs quickly

In this post, I have outlined when to use low code platforms to build APIs. Additionally I have compared some popular frameworks like express, nestJS, springboot, hasura and prisma which could be used to build APIs. Finally, I have presented the reasons why I like using Prisma and Hasura in tandem to build APIs

Read
Web Development

Contentful vs Strapi a comparison

One key difference between Strapi and Contentful is the way they are structured. Strapi is an open-source CMS that can be installed and run on your own server, while Contentful is a cloud-based CMS that is hosted by the company.

Read
Web Development

React Video Localisation & HLS

Awesome React localisation, real time switching of the language on the site as well as the language of the video being played. All of this, without interrupting the video or reloading the page. In short, selecting a new language would switch the HLS audio stream as well as load the localised text for the language chosen.

Read
Web Development

Localisation on live videos

There may be a need to replace the original audio in a live video with an alternative audio. Here we talk about the reasons we may want to do so. And also run through a quick implementation of the same.

Read