What's New Here?

Marker Interface vs Marker Annotation

Is there a better approach to Marker?

Since the launch of Java 1.5 there has been a wide range of discussion and debate on whether to use the Marker interface in Java. This is because Java 1.5 has introduced Annotations ...
Adapter Pattern Structure

Let’s adopt the Adapter

Problem Statement: Have you ever come to a situation where you have been handed over a charge of a code base and were told to update a new functionality reusing the existing components? ...
Abstract Factory Design Pattern (UML)

Abstract Factory Design Pattern Explained

Abstract Factory Design Pattern is another flavor of Factory Design Pattern. This pattern can be considered as a “super factory” or “Factory of factories”. The Abstract Factory ...
Factory_Method_Design_Pattern

Design Best practices using Factory Method Pattern

In the previous Design Pattern example we have explained about a flavor of Factory pattern which is commonly used nowadays. In this session we will understand a more advanced solution ...
Design Pattern Relationship

Gang of Four (GoF) Design Pattern

Gang of Four (GoF) Patterns are 23 main software design patterns providing recurring solutions to common problems in software design. They were developed by  Erich Gamma, Richard Helm, ...
Flipkar

Case study : How Flipkart scales PHP

How Flipkart scales PHP from sids
Wordpress Plugin Development

Create a WordPress plugin : Stylish HTML tables

What is WordPress? WordPress is Open Source Blog publishing software which uses PHP as front end and MySQL as back end in the application. It is highly extensible through pluggable ...
© 2013 IdioTechie. All rights reserved.