Learning in a Result Oriented Software Development environment

2
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 giving less importance to the learning. Its not our fault, [...]

Developing a sample Todo desktop application using JavaFX and MongoDB

0
I wanted to explore learning to use MongoDB with Java and the best way to do this was to develop a toy application. And to add to this, I thought of using JavaFX and building a desktop application instead. I am building the application as I am writing this. I will upload the code onto Github once I [...]

Transition from Feature phones to smart phones driven by the Internet

0
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 for the common man. Feature phones were all around, people were [...]
Test Driven Development

Book Review: Test Driven Development by Example, Kent Beck

0
Test Driven Development by Example authored by Kent Beck covers the following: Writing Unit test backed code, takes teeny-tiny steps towards adding new code. Creating a test framework for running the tests- again by using TDD. Patterns related to Test Driven development. Some of the [...]

My First steps in Test Driven Development- A Win-Win strategy

2
Agile practitioners talk about Test Driven Development(TDD), so do lot of developers who care about their code quality and workability. And I once upon a time, not so long ago managed to read about TDD. The crux of TDD as I have understood is: Write Test, and fail Code, make the tests [...]
Go to Top