Learn how an independent QA team improves software quality, reduces defects and accelerates releases through scalable software testing services.
External Test Center:
Smart Glasses in Manufacturing:
Benefits, Use Cases and Future Trends
Discover how smart glasses improve manufacturing with augmented reality, remote assistance, quality control and hands-free workflows.
Automotive Industry Trends:
The Future of Electric, Connected and Autonomous Vehicles
Explore the key automotive industry trends, including electric vehicles, autonomous driving and connected mobility shaping the future of transportation.
Qt and QML maps
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...
Problems of developing AI systems based on neural networks
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...
Remote commissioning in the pandemic
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...
SVN 4 PLC
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...
Azure Portal. How to configure roles
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...
OpenCV — out of competition computer vision open source software
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...
Django is for everything!
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...