My Blog Posts
-
Building a custom prometheus exporter
Jul 30, 2025
The need to track business-specific metrics often arises in real-world scenarios. For instance, I was recently tasked with monitoring CO2 emissions for Kubernetes pods using an internal time-based API. Developing a custom Prometheus exporter was the natural solution that came to mind. In this article, I’ll guide you through building your own custom exporter to handle similar challenges.
-
Ricing Windows
Jul 27, 2025
I have been a loyal Linux user since I started my journey in software engineering. I really took pleasure in ricing my Hyprland config, configuring Neovim, playing with themes, and so on.
-
Prosemirror x Angular : My experience with prosemirror
Aug 04, 2024
I’ve always wanted to build my own writing collaboration tool, similar to GitBook, Notion, or Confluence. To achieve this, I needed to create a powerful text editor.