Git for Windows, Getting Invalid Username or Password with Wincred

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

8 Questions You Need to Ask About Microservices, Containers & Docker in 2015

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

How to Speed Up Your Gradle Build From 90 to 8 Minutes

Read all

Black Box Testing of Spring Boot Microservice is so Easy

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

How to Run HTML files in your Browser from GitHub

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

Android Software Stack and Terminology (Tutorial 01)

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

Multi-Level Argparse in Python (Parsing Commands Like Git)

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

Java: Handling a RuntimeException in a Runnable

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

In Depth: Android Package Manager and Package Installer

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

Integration of Amazon Redshift Data Warehouse with Talend Data Integration

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

 

 

 

 

Top