Skip to content

Big Data

Analytics And More
  • Home
  • Spark
  • Design Patterns
  • streaming
  • Map Reduce
  • Hive
  • Hdfs & Yarn
  • Pig
  • Oozie
  • Hbase

Category: Design Patterns

facade pattern java with real world example

September, 2017 adarsh

The Facade Pattern provides a unified interface to a set of interfaces in a subsytem. Facade defines a higher-level interface…

Continue Reading →

Posted in: Design Patterns Filed under: java design pattern

adapter pattern scala with real world example

adarsh

The adapter pattern converts the interface of a class into another interface the clients expect. Adapter lets classes work together…

Continue Reading →

Posted in: Design Patterns Filed under: scala design pattern

adapter pattern java with real world example

adarsh

The adapter pattern converts the interface of a class into another interface the clients expect. Adapter lets classes work together…

Continue Reading →

Posted in: Design Patterns Filed under: java design pattern

scala prototype design pattern with real time example in scala

September, 2017 adarsh

The prototype design pattern is a creational design pattern that involves creating objects by cloning them from existing ones. Its…

Continue Reading →

Posted in: Design Patterns Filed under: scala design pattern

real time example for prototype design pattern in java

adarsh

The prototype design pattern is a creational design pattern that involves creating objects by cloning them from existing ones. Its…

Continue Reading →

Posted in: Design Patterns Filed under: java design pattern

scala singleton design pattern with realtime example

September, 2017 adarsh

The Singleton Pattern ensures a class has only one instance, and provides a global point of access to it.There are…

Continue Reading →

Posted in: Design Patterns Filed under: scala design pattern

singleton design pattern in java with realtime example

adarsh

The Singleton Pattern ensures a class has only one instance, and provides a global point of access to it. I…

Continue Reading →

Posted in: Design Patterns Filed under: java design pattern

Post navigation

Page 6 of 7
← Previous 1 … 5 6 7 Next →

Recent Posts

  • Optimization for Using AWS Lambda to Send Messages to Amazon MSK
  • Rebalancing a Kafka Cluster in AWS MSK using CLI Commands
  • Using StsAssumeRoleCredentialsProvider with Glue Schema Registry Integration in Kafka Producer
  • Home
  • Contact Me
  • About Me
Copyright © 2017 Time Pass Techies