-
Software development
We are a software development group which specializes in designing and implementing custom IT systems for business users and manufacturing plants.
-
Consulting and audits
Support your projects with our experiance. We can help you in your software development endeavors, manufacturing plan management and business practices.
-
Training courses
Lets us transfer our knowledge to your organization. Detailed software development workshops organized at your location.
Last blog posts

Oct 31, 2023, 10:18 PM
The ability to precisely locate browser users is a key functionality of many applications and online services. Choosing the right geolocation method is not always straightforward. In this article, we will examine the strengths and weaknesses of the browser’s Geolocation API versus server-side IP-based geolocation, and also compare the effectiveness of various services supporting the latter option.

Aug 13, 2022, 10:17 PM
In this article we continue our research on how to implement field level text search by using a datatype specific to Postgres - a HStore column. Next we'll use GIN / GiST indexes which ware described in the opening article of this series and we'll try to implement the described concept using Spring Data JPA, Hibernate and Postgres.

Apr 3, 2021, 8:03 PM
In this article we continue our research on how to implement field level text search by creating a companion translations table for each class. We'll use GIN / GiST indexes which ware described in the opening article of this series and we'll try to implement the described concept using Spring Data JPA, Hibernate and Postgres.