Outsourcing software and the strategic criteria to consider in 2022

With digital transformation, your organization depends on creative applications and extensions that IT could provide. It’s no longer about ‘the best price wins! More and more companies look for differentiation; they want a partner who can create value from day one. Companies need to deliver results in key strategic ways. 2022 is no longer […]
Romania-The Pool of Talent in Outsourcing

The present pandemic hastens the current digital transformation and automation trend, as businesses require (new) digital solutions to stay operating. Software development projects are frequently difficult, long, and varied and crucial to the client’s long-term strategic goals. This emphasizes the importance of clear communication between the client and the developer. Many software development activities necessitate […]
The benefits of digitalizing the administration of a dental office

The World Health Organization defines health as “physical, mental and social, not just the absence of disease or infirmity”. Dental conditions can cause pain, which can lead to changes in diet or expressing, as well as changes in the social life, given by aesthetic dysfunctions. Quality of life is directly influenced by health and, in […]
Root Cause Analysis in Information Technology

Root cause analysis is the process of discovering the root of a problem in order to find proper solutions. Whether you want to implement new technologies or improve the method of dealing with certain issues that inevitably appear in a company, the root cause analysis is an instrument that responds to both of your needs. […]
The Swiss Standard of Software Services

Switzerland has made an exceptional reputation for itself in many industries and people from all around the world can instantly recognize the high level of quality of Swiss timepieces, Swiss chocolate, Swiss cheese and others. The common word is ”excellence” as it goes beyond just products, it is part of the Swiss lifestyle and culture. […]
Exploring database interactions using Spring

Introduction If you are a backend developer you will eventually have to query the database, there is no way around it. Depending on the specific requirements, this is easy or tedious, so naturally there are multiple ways of handling these interactions are offered inside the Spring framework. Today we are going to explore some of […]
What is Elasticsearch

Elasticsearch is a highly scalable search engine based on the Lucene library. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. In other words, Elasticsearch is an open source, standalone database server developed in Java. Following an open-core business model, parts of the software are licensed under […]
Temporary Stored Procedures

A less known feature of SQL Server are temporary stored procedures, which, as their name says, are fleeting database objects. They are created just like any other stored procedure, the only difference being in how you name them: prefixed with # for local usage or with ## for global usage. Note: one limitation of […]
Managing 4+ Terabytes DW – A story about indexes and execution times

Working with a Data Warehouse with more than 4TB of data for the last couple of years was very challenging but also highly rewarding. As I’m pretty much a person that works best when challenged and when I have to deal with new things, I am always up for a task that requires a lot […]
Data Integrity: how to achieve and maintain it

At the moment of writing this article, I’m working on a corporate Java-based application that stores vast amounts of sensitive data used in a wide variety of computations and processes based on dozens of variables to generate all sorts of reports and forecasts. Having that in mind, you probably get where I’m going with this. […]