Getting your Android app ready for the Play Store[Tutorial]
In this tutorial, we will discuss adding finishing touches to your Android app before you release it to the play store such as using...
Preparing and automating a task in Python [Tutorial]
To properly automate tasks, we need a platform so that they run automatically at the proper times. A task that needs to be run...
Implementing the EIGRP Routing Protocol [Tutorial]
EIGRP originated from Interior Gateway Routing Protocol (IGRP). The problem with IGRP is that it had no support for Variable Length Subnet Masking (VLSM) and it was...
Learn how to debug in Python [Tutorial]
Writing code isn't easy. Even the best programmer in the world can't foresee any possible alternative and flow of the code. This means that...
Setting up a Raspberry Pi for a robot – Headless by Default [Tutorial]
In this tutorial, you will learn why the Raspberry Pi controller on a robot should be wireless, or headless; what headless means; and why...
Generating automated image captions using NLP and computer vision [Tutorial]
In this tutorial, we will combine techniques in both computer vision and natural language processing to form a complete image description approach. This will be responsible for constructing computer-generated natural descriptions...
How to build a neural network to fill the missing part of a handwritten...
GANs are neural networks used in unsupervised learning that generate synthetic data given certain input data. GAN's have two components: a generator and a...
Creating and loading a WebAssembly module with Emscripten’s glue code [Tutorial]
With simple C code you can test the compiler without having to accommodate for included libraries or WebAssembly's limitations. We can overcome some of...
The elements of WebAssembly – Wat and Wasm, explained [Tutorial]
In this tutorial, we will dig into the elements that correspond to the official specifications created by the WebAssembly Working Group. We will examine...
Introduction to Open Shortest Path First (OSPF) [Tutorial]
The OSPF interior routing protocol is a very popular protocol in enterprise networks. OSPF does a very good job in calculating cost values to choose...