Hello, I am Ray
A Software Engineer Based in Sydney
05
20
Reflection Reflection
What I learn from a collapse of a startup.For the last two years I have been working in a startup named DSYNC. It provid
2019-05-20 Ray Zhang
15
Factory Factory
Factory Patterns are normally use to abstract away the logic for create a product.i.e creating a product by passing thro
2019-05-15 Ray Zhang
15
Decorator Decorator
Decorator Pattern Decorator AddOnDecoractor is-A Beverage SolidCoffeeCLass is-A Beverage Decorator is-A AddOnDecoractor
2019-05-15 Ray Zhang
15
Observer Pattern Observer Pattern
Observer PatternObserver Pattern is commonly use to implement Pub/Sub model. IObservable Has-A IObservable WeatherStatio
2019-05-15 Ray Zhang
13
Strategy Pattern Strategy Pattern
Strategy PatternStrategy Pattern is a commonly used pattern for OOP.The idea is to use Has-A relation replace Is-A relat
2019-05-13 Ray Zhang
13