State Design Pattern
State Design Pattern is often overlooked in favor State Machines when it comes to Rails and object state management. However, the State Design Pattern is a highly effective open/closed solution to many state design woes.
State Design Pattern is often overlooked in favor State Machines when it comes to Rails and object state management. However, the State Design Pattern is a highly effective open/closed solution to many state design woes.
A quick overview of using associations to define good domain descriptions as well as good behavior.
Use SSH Dynamic Port Forwarding/Tunnel to route web traffic.
I've always had complaints about emacs performance but the latest native compilation branch squashes any concerns I have with it.
After making small changes to a model, it got me thinking hard about how I build interfaces.