continuing from my previous post about azure service bus, in this post i will share my learning about queues & messages. the focus of this post will be... Read all
Github stores its pull-request and code review data in MySql. I’d much prefer a git reperentation for both (JSON, commits, audit trail, etc). Kinda the way... Read all
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