How AI is transforming the Smart Cities IoT? [Tutorial]
According to techopedia, a smart city is a city that utilizes information and communication technologies so that it enhances the quality and performance of urban...
Qt installation on different platforms [Tutorial]
Qt provides a different look for mobile and embedded devices where users expect a different style of presentation. This is controlled within the framework so...
Debugging and Profiling Python Scripts [Tutorial]
Debugging and profiling play an important role in Python development. The debugger helps programmers to analyze the complete code. The debugger sets the breakpoints...
How to remotely monitor hosts over Telnet and SSH [Tutorial]
In this tutorial, you will learn how to carry out basic configurations on a server with Telnet and SSH configured. We will begin by...
Application server clustering using various cloud providers [Tutorial]
In this tutorial, we will illustrate how applications are clustered, using different cloud providers and frameworks. You can set up a lot of applications...
Applying Modern CSS to Create React App Projects [Tutorial]
Previously with Create React App, you actually didn't have a lot of options to be able to clean things up visually. You were frequently...
Designing a Multi-Cloud Environment with IaaS, PaaS, and SaaS [Tutorial]
In this tutorial, you will understand a scenario that describes how to use solutions from different cloud providers and frameworks. You will learn how...
Interpretation of Functional APIs in Deep Neural Networks by Rowel Atienza
Deep neural networks have shown excellent performance in terms of classification accuracy on more challenging established datasets like ImageNet, CIFAR10, and CIFAR100. This article...
Keeping animations running at 60 FPS in a React Native app [Tutorial]
An important aspect of any quality mobile app is the fluidity of the user interface. Animations are used to provide a rich user experience,...
React Native development tools: Expo, React Native CLI, CocoaPods [Tutorial]
There are a large number of React Native development tools. Expo, React Native CLI, CocoaPods being the more popular ones. As with any development...