Skip to content

Instantly share code, notes, and snippets.

@jamesrajendran
Created May 7, 2017 04:57
Show Gist options
  • Save jamesrajendran/8170a24583840a244eb74890ab8c8e43 to your computer and use it in GitHub Desktop.
Save jamesrajendran/8170a24583840a244eb74890ab8c8e43 to your computer and use it in GitHub Desktop.
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