IT solutions

Java development

Spring Framework

We have 11 years of experience building server side applications in Java using Spring framework and Spring ecosystem components like Spring Boot, Spring Cloud, Spring Data, Spring Retry.

Android apps

We have developed Android apps for in-house use by our customers. The installation and updates were done without the Google Play Store.

For development we used Android Studio and Kotlin.

JUnit

We have a good habit of writing JUnit tests. We cover the edge cases to make sure that the code works for all inputs.

High code coverage helps to prevent regressions in the future.

JaCoCo can be used to measure the code coverage.

Monitoring and debugging

We have used Java Flight Recorder (JFR) to investigate memory leaks.

We have used Tomcat remote debugging to investigate live problems that were not reproducible in dev environment.