I'm a full stack developer with expertise in NodeJS, Vue, Gulp, git, training, among other talents. Love NodeJS and the command-line. Prefer test driven design.
- Nice people
- NodeJS
- Vue3
2022 - Present
I work in a multiple respository Windows environment with git for windows and VS-Code. The product is installed on-prem with custom installers. My GH activity does appear on my profile but the company repositories are private.
Electron | Express | NodeJS | Grunt | Vue |
git | Sequelize | JSDoc | Typescript | Knockout |
GitHub | MariaDB | MongoDB | ESlint | Mocha |
Sinon | PowerShell | Python |
- Analytics with ML modeling
- Dependency management (PowerShell, Git, NodeJS, Express)
- Deployment & installation automation (Power Shell, Git, NodeJS, Express)
- Code reviews, JSDoc, style guide, static analysis (GitHub, ESLint, SonarLint )
- Unit testing (Mocha, Sinon)
- Developer Documentation Wiki (GitHub, Markdown)
2017 - 2021
I worked in a multiple respository Windows environment with git for windows and VS-Code. Most of my commits are on the university GitHub Enterprise server without cloud support. π
ColdFusion | NodeJS | Angular (1,7+) | Gulp | BASH |
Mocha | Sinon | Jasmine | Karma | yargs |
GitHub | git | SQL | ESlint | MS Server |
Typescript | policy |
Not publically available
- centralized builders (NodeJS)
- we have lots repositories which used to have individual build scripts (gulp). Making changes required numerous pull requests. By centralizing the building code into a single repository (currently a mono-repo with several builders) I've reduced maintenance significantly.
- release commits (TM π) (NodeJS)
- with so many repositories, deployments used to involved running a build for each and then zipping up the result to be passed on to a deployment system. Even when running in parallel and an offline package mirror this took a long time. My solution was to build the repository targeting a folder in the repository itself. I then built tools for developers to create a release commit and another to copy a release commit into a web root or where ever. Deployments are super fast now. And PR reviewers no longer need to build a repository for functional review.
- yarn audit scanner (NodeJS, GH Rest API)
- using the yarn 1.x audit function, download the package.json/yarn.lock for every deployable (denoted via repository tags) repository and run yarn audit dumping the result as json. Then procress these files to create issues in the impacted repositories. These issues contain a human readable component (of every dependency with a CVE) and a serialized compressed comment. Acting as a database, read these comments to detect changes between scanning runs so that tool knows to update, close, or create an issue.