Christian RolleUnderstanding the Strategy patternThe overall objective of the Strategy pattern is similar to the Template Method pattern. Both are higher level behavioral patterns. Though…Feb 18, 2023Feb 18, 2023
Christian RolleDependency Injection patternOO design has to deal with objects interacting with each other. The resulting dependencies between those objects are potential reasons for…Feb 18, 2023Feb 18, 2023
Christian RolleAliasing the Ruby & Rails wayA method alias can make sense or even can be necessary for various reasons.Feb 15, 2023Feb 15, 2023
Christian RolleSimple cURL requestsWhenever it comes to parsing some web content, cURL is a sweet tool for that. It is as simple asJan 29, 2023Jan 29, 2023