About Us

Do you need to develop an application or an internal system? You are at the right address. Our company has longstanding experience with software development. We are interested in modern technologies and we want to help our customers achieve their goals by using them.

Technologies Used

We have a longstanding experience with software development, we went through many projects and collected plenty of valuable experience that helps us to provide efficient solutions for our client’s needs. …

Our Vision

Nullam ut tempor eros. Donec faucibus, velit et imperdiet aliquam, lacus velit luctus urna, vitae porttitor orci libero id felis.

Software craftsmanship - Perfected

Some Fun Facts about us

Statistics

4
Projects completed
654
Bugs fixed
99 %
Positive feedback

Blog

How to make work Querydsl with Gradle 5

dependencies { … compile(“com.querydsl:querydsl-jpa:${querydslVersion}”) annotationProcessor(“com.querydsl:querydsl-apt:${querydslVersion}:jpa”) annotationProcessor(‘javax.persistence:javax.persistence-api:2.2’) annotationProcessor(‘javax.annotation:javax.annotation-api:1.3.2’) … }