Post image

Introduction to Node.js API Testing with Mocha and Chai

Unit testing is the procedure during which individual parts of a program are tested to determine whether they work as expected.

Posted on

Post image

Using AdMob In Your Android App? Beware Of The Pre-Launch Report

Update: When this article was written, several years ago, it wasn’t clear whether AdMob automatically filtered out traffic originating from the Fir...

Tags:

Posted on

Post image

Recover Deleted Files Using the Free Open Source Tool PhotoRec

A while ago I wrote an article on How to Recover a Disk Partition with TestDisk and GParted Live. While TestDisk is a powerful tool for recovering ...

Posted on

Post image

Put on a Mask and Fight Spam with SpamCop

What is the first thing you do after receiving spam email? If you are like most people, it probably goes like this:

Tags:

Posted on

Post image

Android Emulator does not Launch in Ubuntu 16.10

A couple of days ago, I updated Android Studio to the latest version. Then, I tried to run the emulator to test an app I’m working on, using:

Posted on

Post image

Beginning Android Game Development with LibGDX

LibGDX is a open source game development framework. It is written in Java and provides a cross platform API that can target Android, iOS, Windows, ...

Posted on