Skip to content

Coding Thoughts

Personal Blog of Alexandros Gougousis

Main Navigation
  • Home
  • About me
  • Favorite Books
  • Contact me

Month: August 2018

Design patterns in action: Decorator and Redux Middlewares

Posted on August 25, 2018October 24, 2018 By Gougousis Alexandros

Note: This article assumes that you have some basic knowledge of how Redux works.   If there is a piece of functionality that we want to interject between the triggering of any action from a component and the service of this actions from a reducer ,we can use middlewares. Middlewares provide us a way to…

0

Design patterns in action: Builder and Symfony Finder

Posted on August 19, 2018December 17, 2018 By Gougousis Alexandros

The Symfony Finder ( Symfony\Component\Finder ) is a component that, according to its documentation, can be used to “build rules to find files and directories”. This functionality includes a numder of optional parameters that can be used to construct the Finder object based on what files or directories we are looking for. The Finder uses…

0
Pingraphy powered by WordPress
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok