Created
May 7, 2017 04:57
-
-
Save jamesrajendran/8170a24583840a244eb74890ab8c8e43 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you own souce code, make all methods final - never accidentally overridden | |
Arrays and collections should never be null | |
avoid state - like http - parallelism/distributed | |
eventHandling: | |
https://www.youtube.com/watch?v=ZUe1Xz7DAcY#t=17.905495 | |
Proxy Pattern: | |
pre/post processing | |
overriding functinality | |
caching mechanism | |
security | |
eg: Spring AOP | |
https://www.udemy.com/java-design-patterns-tutorial/ | |
JMX | |
Java Management Extensions - is the standard for java applications to expose their status. | |
Nagios - tool to get qualitative data about cluster status, polls current metrics and compares against thresholds. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment