Ways To Upload The Browser Audio Files To Cloud After Recording & Exporting Via Recorder.js

Content posted here with the permission of the author, who is currently employed at Josh Software. Original post available here. In this article, Let's see how audio recording is possible without any shim or plugin, but only by using the Recorder.js library in the browser and how to upload recorded file on s3 (Or any … Continue reading Ways To Upload The Browser Audio Files To Cloud After Recording & Exporting Via Recorder.js

Leverage A Database To Gain An Optimum Speed For Your Application

In this blog post, I will tell you some queries/ tricks to speed up your application using the power of a database. I am using Postgres and ActiveRecord rails, so all questions are related to these, but you can tell them with your database. Recently I got some performance issues when our user base increased … Continue reading Leverage A Database To Gain An Optimum Speed For Your Application