In containers and microservices, we’re facing the greatest potential change in how we deliver and run software services since the arrival of virtual machines. Read all
When I needed to do prototyping, proof of concept or play with some new technology in free time, starting new project was always a little annoying barrier with... Read all
if you have a .html file in a github repository and want to view that page directly, you would typically download or clone the repo to your local hard drive and... Read all
The Android system software stack is typically divided into the four areas as the following graphic: Terminology Android Software Development Kit (Android SDK)... Read all
It’s a common pattern for command line tools to have multiple subcommands that run off of a single executable. For example, git fetch origin and git commit... Read all
At the end of last year I was playing around with running scheduled tasks to monitor a Neo4j cluster and one of the problems I ran into was that the monitoring... Read all
Learn more about Android Package Manager and Installer, including where APK files are stored in Android, where the manager stores data, and more. Read all
In this blog post, I will show you how to "ETL" all kinds of data to Amazon’s cloud data warehouse Redshift wit Talend’s big data components. Let’s begin with a... Read all
Originally authored by Jason HarwigThe Square Engineering Blog has a great article on Smoother Signatures for Android, but I didn't find anything specifically... Read all
This is the first in what will be a series of posts on how to establish a continuous delivery pipeline. The eventual goal is to have an app that we can push out... Read all
i switch between programming languages quite a bit; i often wondered what happens when having to deal with the different syntaxes, does the syntax allow you to... Read all