Blog Posts
All of my thoughts and ramblings
Chinese Stir fry
As a software engineer, I am well versed in tribal demeanor. Server-side rendering vs client-side rendering, SQL vs NOSQL, Functional vs Object Oriented. I for one, in love with functional programming. In the functional programming world, everything is neatly contained using pure functions with no side effects. Stringing these simple and easy to reason functions, yields more complex behavior. This is identic ...