Java 8 had a major change for the date and time APIs, which was the inclusion of Joda Time APIs into JDK under the JSR 310: Date and Time API. This JSR was lead by Stephen Colebourne, the creator of… Read More ›
General
Getting to know about java.nio.file.Path – 2
In Part 1 of this, we looked at most of the APIs in the java.nio.file.Path class. In this article, we will look at the remaining APIs. Using register() This API allows us to register an implementation of java.nio.file.WatchService interface which… Read More ›
A stupid Mistake
the above mistake cost me close to 1 hour. Can you spot the mistake? I tried all these possibilities: model.put(“validation_success”,1); model.put(“validation_success”,true); model.put(“validation_success”,”true”); and then realized my stupid mistake. I have installed sonar plugin, it suggested me to “Extract this nested code… Read More ›
Command to find files from windows command prompt
So if you want to find files with a given extension in windows, this is how you would do: where, /r says recursively search and match for files with given pattern, and the argument after /r says to start from… Read More ›
Very useful Console Window for windows
ConEmu (http://www.fosshub.com/ConEmu.html) is a very useful and much much better Console window for Windows. It acts as a facade over the cmd.exe. There are loads of good things in it and highly recommended for programmers who are windows users. If… Read More ›
Sessions looking forward to at Great Indian Developer Summit-2012`
After a few good sessions at Great Indian Developer Summit (GIDS)-2011, I look forward to another great 3 days at the GIDS-2012. I thought of listing out the talks I have planned to attend at the conference. GIDS.Web Track 1…. Read More ›
Useful Audio Podcasts for Software developers
I have been listening to few technical podcasts for software developers and thought of sharing them for the benefit of the readers. Software Engineering Radio: Very useful podcast for software developers. There are about 186 episodes as of writing this… Read More ›
Are you running 10kms for the first time?
I always say this: “Running 10K is easier said than done”, this can be compared with “Test Driven Development(TDD) is easier said than done”. The reason I say this is that both Running and TDD can be mastered by dedication… Read More ›
Learning in a Result Oriented Software Development environment
This article is being written in context of Software development, but should be applicable to all areas where ever there is human involvement. Looking at the current scenario, all of us are becoming more result oriented. And in the process… Read More ›
Transition from Feature phones to smart phones driven by the Internet
The mobile industry is under a revolution from the all classy N series to the affordable, power packed android smartphones and not to forget the iPhones. Travelling back in time, 4 years ago a smartphone was not an affordable commodity… Read More ›