Frequently used Docker commands
In here I have listed few of the most frequently used Docker commands. Also scripts to install Docker or Docker Compose components through commandline. Useful while setting them up on…
In here I have listed few of the most frequently used Docker commands. Also scripts to install Docker or Docker Compose components through commandline. Useful while setting them up on…
Video transcoding is certainly an integral part of any Video On Demand (VOD) service. At Mobishaala, on a daily basis, thousands of videos get uploaded. Before making these video contents…
From time to time, I have the need to create custom gifs for my blog or sharing over social networking sites. I had used websites like Giphy to create them,…
Recently, I came across this SharedArrayBuffer is not defined error in the Firefox browser, while working on my react app called Giferate. This error was hitting in the Firefox, mobile…
In this post let me show you, how I used Supervised Learning to teach an AI agent to play game. In my earlier post to this series - #posture recognition,…
So last year, I was working on this iOS app to view and add annotations to pdf files, for one project requirement. I have not worked on it for many…
In my previous blog post, I talked about the initial version of my implementation of Hand posture detection using OpenCV & CNN. And in this blog, I am doing a…
In this blog series, I am sharing the project work that I did to implement a simple palm or hand posture detection using OpenCV & CNN (Convolutional Neural network). This…
Recently I picked up Flutter and I must say I am simply loving every widget of it :D. However, in between, I had to upgrade my MacOS to Catalina and…
In this blog, I have summarised the steps along with the code required to develop a basic PDF viewer iOS app in SwiftUI, using it a user can open and…