Tag: golang
All the articles with the tag "golang".
Golang Application monitoring using Prometheus
Updated: at 15:00In this article, you will learn the basics of Prometheus including what metrics are, the different types of metrics and when they are used. After that, you will expose metrics of a Golang application and visualize them using Grafana.
How to set up and configure your own TURN server using Coturn
Updated: at 15:00In this article, you will set up your own TURN server using Coturn and secure it using a username and password. You will also learn how to add a domain to your TURN server and run the server using Docker.
How to visualize Sensor data using Grafana and InfluxDB
Updated: at 15:00In this article, you will build a Grafana dashboard to visualize the data of a temperature sensor that will be read using a microcontroller and send over MQTT.
Flying DJI Tello drone using Golang
Updated: at 15:00In this article, you will build a simple application to control your DJI Tello drone using your Keyboard in Golang.