Tagged articles
3 articles
Page 1 of 1
21CTO
21CTO
Jun 14, 2022 · Backend Development

Build a Real‑Time Dashboard with Deno, Materialize, and Chart.js

This tutorial walks through creating a live dashboard by generating simulated user‑score events, storing them in Redpanda, materializing the data with Materialize, streaming updates via a Deno WebSocket backend, and visualizing the results in real time with Chart.js on the frontend.

Backend DevelopmentChart.jsDeno
0 likes · 10 min read
Build a Real‑Time Dashboard with Deno, Materialize, and Chart.js
MaGe Linux Operations
MaGe Linux Operations
Nov 15, 2018 · Mobile Development

How to Build a Simple Ionic App for ES & Zabbix Metrics with Chart.js

This tutorial walks through creating a lightweight Ionic mobile app that visualizes Elasticsearch and Zabbix performance data using Chart.js, covering environment setup, a Flask proxy, page structure, data fetching with AngularJS, and common pitfalls, all illustrated with code snippets and screenshots.

AngularJSChart.jsFlask Proxy
0 likes · 6 min read
How to Build a Simple Ionic App for ES & Zabbix Metrics with Chart.js