if you use https to communicate with your git repository, es, github or visualstudioonline, you usually setup credential manager to avoid entering credential... Read all
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