Code Samples
Most of the code I write is proprietary. Send me a note, if you would like to see more examples.
Python
- Script that deploys code patch to multiple repositories
This code was developed and tested on repositories forked from the same code template. If the repositories are highly divergent and patch method cannot be used, the code can be modified to search and replace specific strings in code.
JavaScript/Node.js
- Gulp plugin to convert Unicode characters to ASCII
The plugin is designed to convert the Unicode characters to ASCII in SCSS during compilation to ensure rendered code properly displays characters on pages where character set property is set to "iso-8859-1".