Configuring VS Code for Vue.js development using Vite

In the last couple years, I have shifted away from Angular, and now primarily use Vue.js as my preferred front end framework for both work and personal projects. As part of the transition process from Vue version 2 to 3, I was struggling to configure VS Code for Vue development. Surprisingly, I was able to … Continue reading Configuring VS Code for Vue.js development using Vite

Configuring VS Code for ArcPy/ArcGIS Pro development

I have been using Esri's ArcGIS Pro and its companion Python package, ArcPy, more and more often as of late, and have really been enjoying developing with Python. For the unfamiliar, ArcGIS is geographic information system (GIS) software, primarily used to visualize and analyze geographic data. Python is commonly used to automate these analysis tasks … Continue reading Configuring VS Code for ArcPy/ArcGIS Pro development

The Microsoft Edge Dev Tools extension for VS Code is so awesome that I’m ditching Chrome for web development

I've been using Visual Studio Code enjoyably for several years, but the Microsoft Edge Tools for VS Code extension has brought web development tooling to another level. This extension was game-changing enough for me that I made Edge my daily driver browser for web development work, replacing Chrome. Early versions of VS Code did not … Continue reading The Microsoft Edge Dev Tools extension for VS Code is so awesome that I’m ditching Chrome for web development