Skip to content

15th June 2021

Coding

Python

Python Mysql

  • Correction: Correct the syntax of the left joins.

    Instead of using ON users.id == addresses.user_id, use ON users.id = addresses.user_id

DevOps

Monitoring

Elasticsearch Exporter

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.