Collect U.S. Stock Daily Close Prices into ThingsBoard with Polygon, Docker, and Kubernetes
In this post, I will show how to run a Python-based stock data collector that publishes U.S. stock market data […]
In this post, I will show how to run a Python-based stock data collector that publishes U.S. stock market data […]
This guide installs EJBCA Community Edition (example: r9.3.7) on Ubuntu 24.04, using WildFly as the application server and MariaDB as
This post shows a clean way to run Zabbix Server + Zabbix Web (NGINX) + MariaDB using Docker Compose, and
crane (from Google’s go-containerregistry) is a CLI that talks to container registries directly. It’s great when you want to list
This post shows how to build a Backstage app image (a single container image that runs the Backstage backend and
This guide shows how to run a production-style Backstage container that uses PostgreSQL (instead of SQLite), with secrets provided through
This guide shows a simple, production-style Docker deployment for a Backstage app that we previously ran from source. Goal: Prerequisites
In previous posts, I already have: Now I want Backstage to show Jenkins CI/CD status directly in the CI/CD tab
In a previous post, I installed Backstage on Ubuntu 24.04, wired it to Keycloak for OIDC login, and ran it
The official Backstage docs are excellent and very complete. They also move fast: Docker images, Postgres, Kubernetes, and a lot