Search

Search in:

Results (1105)

Articles

Math Function Optimization Methods in Python

  Very often it is necessary to calculate some practical examples for optimizing the parameters of a particular model in economics, technology, and project management, etc. The most common optimization option is finding a minimum for a function of one...

Articles

Unit testing in C# and .NET Core

  Nowadays it is very important to pay attention to testing software applications. Despite this, unit tests are not usually discussed to support long-term and important projects. Throughout the project life cycle, it is absolutely necessary to maintain its functionality...

Articles

Building IoT device with Thingspeak backend

Very often there is a need to quickly and efficiently assemble an Internet of Things device and connect it to the cloud infrastructure. Let’s look at the construction of such a necessary device to monitor the parameters of CO2, temperature,...