Merging
Merge Multiple Nested …
If you have a need to merge multiple simple or complex JavaScript objects together into a single object, overriding or extending previous values, this helper function is handy. I often use multiple different objects to manage things like the configuration values for my applications. I might have one …
Merging an Upstream Repo …
In recent years I’ve changed my approach to GIT version control to use a forking method vs. branching. While I still create branches, sometimes a lot of branches, where I create those branches has changed. Let’s say for example that I’m working on a team of 5 developers creating …