Blog

Git – Bash Command-line Aliases

Just as at many other companies, at Monetate we use Github as our source control system. Recently I decided to dedicate some time to create some helpful aliases to save some time. Assuming that you create new branches all based off of your “master” branch these aliases may be helpful Read more…

By Chris West, ago
Blog

JavaScript – Polling

At times you may need to use a polling function in order to wait for an event before the rest of your code can fire. One way we can solve this is with a polling function: Let’s say that you want a function which tells the user when window.myCustomVar is Read more…

By Chris West, ago
Blog

JavaScript – Modify URL Parameters

Recently I had to develop a solution which involved changing the HREF attributes of links in the navigation bar of a site. This had to be done on the JavaScript side because at my company we are the 3rd-party JavaScript solution for modifying other companies’ sites. That being said, I Read more…

By Chris West, ago