In the era of the coronavirus pandemic, the digitization of businesses in Poland has begun to accelerate. Many companies have had to change their existing…
This year, we have prepared an attractive special offer for you for the entire vacation period. Get to know the details!
This year, Sages is again very active in organizing competitions and challenges in the field of IT, and in particular in the context of the application…
OMEGA-PSIR software, developed by the Institute of Computer Science at the Warsaw University of Technology, and developed and implemented in cooperation…
We should treat data in an organization as our asset. It is sometimes said that nowadays data for companies, is the modern equivalent of oil, that is,…
The topic of migration to the cloud is one of the most popular topics not only at many presentations or conferences, but is also one of the most popular…
In June we would like to introduce our offerings from the area of cloud technologies. We invite you to take a look at our proposals for this month.
Test-Driven Development is one of those practices that, despite having been in the minds of developers for a very long time, is not widely used. I know…
May is the month when we want to introduce our offerings in the area of mobile technologies. We invite you to take a look at our proposals for this month.
Each month we would like to introduce one of the training categories available with us. In April, our attention is directed to offerings from Python.…
If you program in Java, you're bound to be familiar with the exception given in the title. Although fixing it is usually easy, the key to success is to…
In Java, all classes inherit from the class "java.lang.Object". Among the inherited methods is the "equals" method. Correct implementation of this method…