Skip to content
Code & Colors
  • System Design
  • DSA
    • Data Structures & Algorithms (DSA)
    • DSA Practice Questions
  • Frameworks
    • Laravel
    • Spring Boot
  • Code Quality
    • Coding Conventions
    • Design Patterns
  • Interview
    • Interview Questions
  • Path to Financial Freedom

Design Patterns

Strategy Pattern

Posted by By codencolors September 16, 2022Posted inDesign PatternsNo Comments
The Strategy Pattern defines family of algorithms, encapsulates each one, and makes them interchangeable. Strategy lets the algorithm vary independently from clients that use it. Suppose you are working on…
Read More

Singleton Pattern

Posted by By codencolors August 6, 2022Posted inDesign PatternsNo Comments
The Singleton Pattern ensures a class has only one instance and provides a global point of access to it. To achieve it we have to do the following Make constructor…
Read More

Recent Posts

  • Java streams question on map and filter
  • What is JPA?
  • Spring boot series
  • Spring boot questions
  • Printing all the loaded beans in Springboot

Recent Comments

No comments to show.

Archives

  • September 2022
  • August 2022
  • July 2022

Categories

  • Algorithms
  • Code Quality
  • Data Structures
  • Design Patterns
  • Interview Question
  • Java
  • Java 8
  • Laravel
  • Programs
  • Software Engineering
  • SQL
  • System Design
  • Uncategorized

If you found something incorrect in the content please suggest updates in the comment section.

About Us

The purpose of this website is to collect notes while preparing for our technical interview. We will be compiling quick notes and exercises for future reference

Please use this website at your own risk. Notes have been collected from different sources. If you encountered issues please comment on the post.

  • Java
  • Data Structures & Algorithms
  • System Design
  • Dictionary
2023 — Code & Colors
Scroll to Top