Contents:
UI Performance Tuning Tips
I believes that in today’s Web 2.0 / Web 3.0 world, Web UI performance tuning deserves utmost attention alongside other Web development tasks. I have collated tips & techniques for UI performance Tuning. Most of them are result of my … Read More
JavaFX 2.x development using FXML
This post simply explains, development of JavaFX 2 application using FXML.
FXML: you can say as a Flexible XML.
Requirements:
- XML knowledge
- CSS knowledge
As per JavaFX 2 architecture, it uses Scene Graph which is the starting point for … Read More
A lock-free and faster approach to get Singleton instance
The traditional way of implementing Singleton design pattern is given in Listing 1. The implementing class provides a static method which instantiates it if no instance already exist. This method is synchronized to ensure that not more than one thread … Read More
10 Best Practices for Agile Success in Offshore Model
Based on our experience of agile project execution at e-Zest, I would like to highlight some of the best practices for success of agile projects in offshore model
- Fixed cost model is not right model for execution of agile projects.
… Read More
e-Zest showcasing its AWS managed services at CeBIT AU 2012
e-Zest, a software services company specializing in building next generation cloud applications with integrated Mobility, BI and Social Collaboration, is demonstrating its AWS managed services at CeBIT Australia 2012.
Auto scalability, high availability and high durability, security, performance and low … Read More