-
Agile
Who Solves Which Problems?
Many years ago, I was part of a task force to “standardize” project management at an organization. I suggested we…
Read More » -
Core Java
Creating your own loop structure in Java 8 lambda
Java doesn’t have an easy construct of repeat something N number of times. We can make a for loop of…
Read More » -
Agile
Design Your Agile Project, Part 2
The point of using agile is to get finish something valuable-to-the-business quickly, to get feedback. Why? For several reasons, but…
Read More » -
Core Java
150 Java Interview Questions and Answers – The ULTIMATE List (PDF Download & video)
Our Java Interview Questions and Answers collection is all about different types of questions that can be used in a…
Read More » -
Agile
How Agile is a Scrum team?
Most teams I meet today are agile. Or, so they proclaim to be. All of these teams do Scrum, and…
Read More » -
Software Development
Effective learning techniques for software craftsmen
Go in one ear and out the other Programming languages, operating systems, SQL, NoSQL, web frameworks, Spring, Java EE, HTML,…
Read More » -
Core Java
Common Misconceptions About Java
Java is the most widely used language in the world ([citation needed]), and everyone has an opinion about it. Due…
Read More » -
Android Core
Using Android Location API in Weather App – Search city
In this post I would like to describe how to search a city using openweathermap to get weather conditions. There…
Read More » -
Android Core
Consume Webservice in Android using intentService
In this post, I will explain how to consume Restful Webservice using IntentService. We know we can consume a Webservice…
Read More »