Code Snippets

Code Snippets

A Case for Selectors that Invoke Selectors

A surprisingly neat, yet uknown pattern for managing logic with selectors is to invoke selectors within selectors. Memoize-ception!

Read
Code Snippets

Common React/Redux Performance Pitfalls & How To Fix Them

Troubleshooting React/Redux performance problems can be dauting. Here are some common pitfalls and how to fix them.

Read
Code Snippets

Userful Docker Snippets to Bootstrap Python Jupyter Projects

Having dedicated Docker containers for your python projects instead of relying on virtual environments and anaconda will save your insanity and significantly speed up share-ability. Here I share some snippets that will speed up your set up.

Read