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

Code Quality

SOLID Principles

Posted by By codencolors September 22, 2022Posted inCode Quality, Software EngineeringNo Comments
Single Responsibility Principle A class should have only one single reason to change which means it should only do one thing. Open Closed Principle A class should be open for…
Read More

Case types in Programming

Posted by By codencolors July 31, 2022Posted inCode QualityNo Comments
Programming case types While programming or even in real world naming things is one of the most complex task you can have. Its quite exhauting. Also, if you wan to…
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