• / company
    • about us
      • / about us

        The partner of choice for data & product engineering to drive business growth & deliver an impact within your organization
    • product engineering
      • / product engineering
        We specialize in Software Product Engineering, transforming your concepts into impactful products.
    • technology
      • / technology
        250+ specialists skilled in software, BI, integration, offering end-to-end services from research to ongoing maintenance.
    • methodology
      • / methodology
        We specialize in software product engineering, transforming your concepts into impactful products.
    • careers
      • / careers
        Our team needs one more awesome person, like you. Let’s grow together! Why not give it a try?
    • do good
      • / do good
        We’re a team devoted to making the world better with small acts. We get involved and always stand for kindness.
    • events
      • / events
        Real Time Analytics Operational Intelligence – LIVE Webinar
    • blog
    • contact us
      • / contact us
        We would love to hear from you! We have offices and teams in Romania and Switzerland. How can we make your business thrive?
  • / get in touch

Chaos Theory and Cyber Security

chaos theory in cyber security

Nowadays, the skillful genesis of chaos turns out to be a key issue in many technological application fields such as engineering, medicine, communications, information storage, and, with particular importance, cryptography. Chaos theory is a branch of mathematics focusing on the study of chaos – practically the final result being highly sensitive to initial conditions. Chaotic […]

Maximize your coding speed with IntelliJ IDEA

IntelliJ IDEA coding productivity

We all live in a time where everything needs to be fast, where productivity and efficiency is our first priority. In this article we will discuss how to crush it as a Java developer using IntelliJ IDEA as your main integrated development environment. In the past few years this tool was highly updated and improved […]

Why security testing is important

importance of security testing

Security is becoming increasingly important as technology advances. Infrastructure complexity is directly proportional with the effort needed to assess if you have covered every potentially vulnerable area. And it’s not only a matter of your company’s security, but your online security too. Rumor has it that information has become, in this day and age, both […]

Bayesian search. Is it the best way to tune your hyperparameters?

Bayesian search hyperparameter tuning

As you may know, every machine learning model, whether it’s a tree based one, or a deep neural network consists of trainable parameteres (weights, bias etc.) and hyperparameteres that can not be optimized during the training process. After acquiring a dataset, you have to initialize and optimize the weights of every layer, or just optimizing […]

Reliable Integration Tests Using SpringBoot and Docker

Spring Boot integration tests with Docker

Description Testing enterprise applications has always been challenging due to the large number of external dependencies that are not always available during development and testing. Developers write the code on their local machines and perform automated tests on CI pipelines using mocks for the external systems, only hoping that the code will still work when […]

State management in React

React state management techniques

Understanding State In an application, state is the interface between your data from any kind of backend or local change and the representation of this data with UI elements in the frontend. It could contain every interaction of a user with your application, an object which reflects the currently signed in user or the data […]

Exposing a SOAP, MQ or Database Service as a REST Web Service

Expose SOAP MQ database as REST service

Here is a simple Use Case implemented in IBM IntegrationBus 10 vs TIBCO BusinessWorks™ 6 Which one is easier to implement? What is best practice and what not? Which one has the most flexibility when it comes to configuration? We have a simple (common) scenario when we need to expose a Soap Web service (SOAP […]

Can AI be a partner in the new way of working?

how AI reshapes collaboration and productivity.

With the recent changes our environment was subjected to by Covid-19, we have seen how remote working was accelerated at its fastest pace so far. Business leaders and Human Resources had to quickly adapt their working policies to assure business continuity. Many have started, though, making strategies for adapting this way of working based on […]

Handling Browser Navigation and bookmarkability in a single page web application

With the rise of advanced JavaScript frameworks like Angular or React, the concept of single page applications entered the centerstage of web development. A single page application (or SPA) is an app that uses a design approach where page content is generated dynamically through manipulating the DOM elements, rather than requesting new HTML files on […]