List all connected media devices in Windows

List all connected media devices in Windows

0
In this post, I will show you how to list all connected media devices in Windows. We will use ffmpeg for the job. Make sure...
List all connected media devices in MacOS

List all connected media devices in MacOS

0
I will show you a tip to list all connected media devices in MacOS from terminal. We will use ffmpeg for the job. If you...
List all connected media devices in Linux

List all connected media devices in Linux

0
A quick tip to list all connected media devices in Linux. We will install and use v4l2 utility for the job. Depending on Linux distros,...
Make HTTP Post request in Deno

Make HTTP Post request in Deno

0
In this post, I will show you how to make HTTP Post request in Deno. Similar to Javascript, Deno uses fetch() function to make HTTP...
Add custom Prometheus counter metric into Gin Gonic application

Add custom Prometheus counter metric into Gin Gonic application

0
As counter is one of the most basic metric in monitoring, we can add custom Prometheus counter metric into Gin Gonic application. Let's start with...