Recently, it has become increasingly common to hear about smart glasses. In this article, we will try to understand what they are, as well as how they can be applied in industry.
Recently, it has become increasingly common to hear about smart glasses. In this article, we will try to understand what they are, as well as how they can be applied in industry.
During the last century, the car culture has spread over the entire globe. Moreover, like many other products, the car has shaped not only the global economy but the lives of billions of people everywhere. In Europe alone, the automotive industry accounts for roughly...
One of the largest departments at our company is developing C++ applications with the help of the well-known Qt library. Most of our applications are based on QWidget classes and UI design. However, recently we have been faced with the problem of incorporating and...
Finding the most successful network architecture is assumed to be the main difficulty in developing a neural network for solving a particular applied problem. However, this is only one of the problems to be solved. We should keep in mind that finding the optimal...
The COVID-19 pandemic has made a significant impact on the relocation of people around the world. Many countries closed their borders for the entry, while numerous companies were actively developing projects in the territories of other states. As a result, the...
Today I’d like to share my experience I’ve gained using a cloud storage service with a version control system for my PLC projects. In particular, I’ll address projects developed in the IDE TIA Portal or Simatic Step7 that both employ Subversion repositories. Let’s...
In a growing organization, with an increasing number of employees, the number of products, applications and resources increases as well. As a result, it becomes necessary to systematize employees’ activities, ensure control over data security and optimize costs. The...
Data analysis problems might be solved in different ways with different approaches, so it is nice to have a way to write your code quickly and use as many out-of-the-box solutions as possible to find the optimal one to your particular problem. When it comes to...
Starting with Django version 3, you can use async core support. For many years WSGI (Web Server Gateway Interface) has been a simple and universal interface between python applications and web servers. By design, WSGI servers are synchronous. The server blocks every...
Programming languages bring us a wonderful option to get almost anything we want from our computers and gadgets. With the development of electronics from mainframes to personal computers, from personal computers to portable computers, from portable computers to...