HomeAboutBlog

Blog Posts

Planning a Learning Project
tl;dr: The benefits of building a project soley for learning and steps to help make sure you learn. Intro questions for the less experienced engineers How do you learn new skills? Do you always jump to tutorials? Are you reading documentation…
August 12, 2022DevelopmentSoftware Engineering
Building a Custom Jest Runner for Salesforce Apex Tests
tl;dr: Created a proof of concept showing what it might be like to run Salesforce Apex tests using Jest. Git Repository for Proof of Concept. I recently joined a new company and started my first Salesforce engineering position! I knew almost nothing…
April 13, 2020DevelopmentNPMJavaScriptJestSalesforce
Designing Shared NPM Scripts
NPM scripts have long taken over the build process of Web projects. While Grunt and Gulp commands are still used by some, it's very common to see many projects skip this tools and go straight for using NPM scripts to handle linting, transpilation…
June 19, 2018DevelopmentNPMJavaScriptWeb
Introduction
I'm finally getting this space setup! I'm excited to start writing some technical pieces. It was suggested that I originally start with Medium but along with getting to learn about Gatsby, I think I can experiment with new ways of presenting…
June 07, 2018PersonalDevelopment