15th June 2021
Coding⚑
Python⚑
Python Mysql⚑
-
Correction: Correct the syntax of the left joins.
Instead of using
ON users.id == addresses.user_id
, useON users.id = addresses.user_id
DevOps⚑
Monitoring⚑
Elasticsearch Exporter⚑
-
New: Introduce the prometheus elasticsearch exporter.
The elasticsearch exporter allows monitoring Elasticsearch clusters with Prometheus.
Explain how to install it, configure the grafana dashboards and the alerts.
Operative Systems⚑
Linux⚑
dunst⚑
-
New: Introduce dunst.
Dunst is a lightweight replacement for the notification daemons provided by most desktop environments. It’s very customizable, isn’t dependent on any toolkits, and therefore fits into those window manager centric setups we all love to customize to perfection.