Monitoring with Prometheus and Grafana

What is Prometheus? https://prometheus.io/ Prometheus is a monitoring tool which was created to monitor highly dynamic container environments like Kubernetes, Docker swarm etc. It can also be used to monitor bare server where applications are directly deployed....

Automatic Deployment Using GitHub Actions

Software development is a continuous process, with regular code updates from time to time. Whether from adding new features, fixing bugs or just performing general chores like updating project dependencies now and then. One effective approach to easily push and...

Nextcloud: Why Should You?

Nextcloud is open source file sync and share software for everyone from individuals operating the free Nextcloud Server in the privacy of their own home, to large enterprises and service providers supported by the Nextcloud Enterprise Subscription. Nextcloud provides...

Lexical Environment & Closure

Code Blocks If a variable is declared inside a code block {…} it’s only visible inside that block. For example: { let message = “Hello”; alert(message); } alert(message); We can use this to isolate a piece of code that does its own task, with...
Forecast365

Forecast365

Overview An add-on which would forecast the data based on the pre-defined parameters set. This would be used for reporting purpose, so that companies can predict/analyze what kind of impacts it can have on their business continuity. This is specifically aimed at sales...