Skip to main content
Anton Troshin
Clematis maintainer
View all authors

Zabbix Installed and Configured

· One min read
Anton Troshin
Clematis maintainer

The goal is to cut the time spent on maintenance of Java applications and network resources and spare time for work and creativity. So Zabbix comes at handy again:

  1. Java Applications Monitoring, the documentation is ready
  2. TrueNAS Monitoring, the documentation is ready

New Pet Projects Ideas

· One min read
Anton Troshin
Clematis maintainer

Throwing in some stuff to experiment with:

  1. Backends for Frontends (BFF): we need some aggregation to build the next web application, Clematis Day. Will probably be using https://bff-patterns.com.
  2. Use Storybook to build the next web application.
  3. Use Headless UI in the next web application to get a feeling of how to be ready for any UIKit.
  4. Add ML/Deep Learning to Clematis Weather API to select a weather picture.

Cosmic Web Application

· One min read
Anton Troshin
Clematis maintainer

Working on the FORTRAN based legacy project, trying to bring it closer to the modern web applications workflow. The idea is to make a web user interface backed up by a database to store the FORTRAN output.

Overview

Math Parser is Released

· One min read
Anton Troshin
Clematis maintainer

Math Parser is now deployed to GitHub packages:

<dependency>
<groupId>org.clematis</groupId>
<artifactId>math-parser</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>

Skos Parser is Released

· One min read
Anton Troshin
Clematis maintainer

Skos Parser is now deployed to GitHub packages:

<dependency>
<groupId>org.clematis</groupId>
<artifactId>skos-parser</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>