← Back to Home

Blog Posts

Backend Oct 02, 2019

Datastore (NoSQL) to SQL Migration

Share our experience of migrating from Google Datastore to SQL, strategies and lessons learned.

Read article
Testing Aug 08, 2017

Running Android UI Tests (Part 2)

Part 2: Advanced techniques for Android UI testing, optimization and reporting.

Read article
Testing Mar 28, 2017

Running Android UI Tests (Part 1)

Part 1 of a series on running Android UI tests effectively, covering setup and basic execution.

Read article
CI/CD Mar 14, 2017

Run lint and test checks of Android builds from Jenkins

Learn how to integrate automated lint and test checks into your Jenkins pipeline for better Android code quality.

Read article
Android Mar 07, 2017

Building Android builds with Jenkins - Build Types

A guide to managing different build types like debug, release, and staging in your Jenkins Android build process.

Read article
Android Feb 24, 2017

Clear notifications using ADB

A quick tip on how to clear all Android notifications using the Android Debug Bridge (ADB).

Read article
CI/CD Oct 30, 2016

Building Android builds with Jenkins

Setting up a complete CI/CD pipeline for Android applications using Jenkins.

Read article
Security Jan 05, 2016

Free SSL with Let's Encrypt on Google App Engine

A guide on setting up free SSL certificates using Let's Encrypt for applications hosted on Google App Engine.

Read article