Skip to content

Big Data

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

Tag: scala design pattern

scala memento design pattern example in scala

September, 2017 adarsh

The memento design pattern is a behavioral design pattern which can be used when we have a requirement to restore…

Continue Reading →

Posted in: Design Patterns Filed under: scala design pattern

scala interpreter design pattern example in scala

September, 2017 adarsh

The interpreter pattern is a behavioural design pattern that specifies how to evaluate sentences in a language. The basic idea…

Continue Reading →

Posted in: Design Patterns Filed under: scala design pattern

scala composite design pattern example in scala

September, 2017 adarsh

The composite pattern is a structural design pattern which allows you to compose objects into tree structures to represent part-whole…

Continue Reading →

Posted in: Design Patterns Filed under: scala design pattern

scala custom iterator example

September, 2017 adarsh

The Iterator Pattern is a behavioral design pattern which provides a way to access the elements of an aggregate object…

Continue Reading →

Posted in: Design Patterns Filed under: scala design pattern

scala mediator design pattern real world example in scala

September, 2017 adarsh 2d Comments

Mediator is a behavioral design pattern which helps in decoupling classes which communicate with each other in some way in…

Continue Reading →

Posted in: Design Patterns Filed under: scala design pattern

scala way chain of responsibility design pattern using partial functions

adarsh

scala partial functions is a function that does not provide an answer for every possible input value it can be…

Continue Reading →

Posted in: Design Patterns Filed under: scala design pattern

scala chain of responsibility design pattern real world example in scala

adarsh

Chain of responsibility is a behavioral design pattern which helps in decoupling the sender of a request from its receiver…

Continue Reading →

Posted in: Design Patterns Filed under: scala design pattern

Post navigation

Page 2 of 4
← Previous 1 2 3 4 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
 

Loading Comments...