Why Augmented Reality (AR) Will Replace Personal Computers and SmartPhones

According to Facebook Reality Labs chief Michael Abrash: “Everybody sees that AR (Augmented Reality) will replace the phone someday. That seems like an obvious thing. I think that VR will be as important as AR. AR can replace the phone, but VR can replace the personal computer.” (AndroidCentral, 2020). Apple Inc also thinks AR glasses … Read more

Django rest framework, use different serializers in the same ModelViewSet

Django rest framework allows the creation and the use of different serializers (objects allowing complex data such as querysets and model instances to be converted to native Python datatypes that can then be easily rendered into JSON , XML or other content types) within the same ModelViewSet. For instance, if you would like to use PutHeroSerializer … Read more

ag-Grid The World Best Open Source Angular Grid

In my opinion (and Google Software Engineer’s too) ag-Grid community edition is the best free data Grid available so far, I’ve tested it, examined its performance, and concluded that it’s the simplest and the best in terms of implementation, customization and performance. Here are some numbers that speak about it : 600 K monthly downloads50% … Read more

Angular Dynamic Table with Django API

This component allows you to perform real-time HTTP requests to a Django API (backend), search, and filter data easily and simply. Requirements Let’s assume that you have a Django server up and running on the port 8000. In this example, I’ve created and configured a Django app called patient (backend), so the URL to this … Read more

How Can Artificial Intelligence (AI) Help in Drug Discovery

Today, most new drugs are often developed through drug design using combinatorial chemistry. Artificial intelligence provides new insights by making it possible to determine which substances are most interesting to test pharmacologically. In the context of the search for drug candidates, there are several stages of development, particularly in the choice of active ingredients. Combinatorial … Read more

Towards one .NET Ecosystem

“Today we are announcing that the next release, after .NET Core 3.0, will be .NET 5, the next major version of the .NET family. There will be only one .NET in the future, and you will be able to use it to target Windows, Linux, MacOS, iOS, Android, tvOS, watchOS and WebAssembly, etc. » Microsoft … Read more