Category Software

Basics on Apache Airflow

Basics on Apache Airflow

Apache Airflow is a free workflow orchestration software, which are created through Python scripts, and can be monitored using its user interface. Some examples of workflows in which this tool could be used are the scheduling of ETL (Extract, Transform,…

How to cross-compile in Java

How to do cross-compilation in Java step by step with examples

At Damavis, we always like to use the latest tools added to the language. Sometimes, we often have to write code for a project that is in an older version of Java, which can be frustrating. Especially when we know…