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
Random Musings

Learning Leadership

Leadership is a skill that can be learned, but not often taught. How to become a better leader?

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

Writing Meaningful Git Commit Summary

Writing meaningful, well-formated git commit summary saves time in the long run. Here's a few of my golden rules.

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

Why Use virtualenv or Docker Containers to Manage Python 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