I spend a lot of time in Visual Studio Code working with React Native these days. If you're like me, you're probably starting your debugging instances right from Visual Studio via the integrated terminal; npm run ios or npm run android is a super easy and quick way to kick of a build and begin … Continue reading DevOps: Launching an Android Emulator from the Terminal using Bash Scripts
Tag: devops
Quick Start: Telling Your New Flutter Install About your Existing Android Tools
Recently, I had the dubious privilege of getting to set up my developer machine from scratch. Don't get me wrong; a new developer environment is a chance for a fresh start! New toys, new experiences, clean out the clutter! But, I am also a creature of habit and spend much fo the first month with … Continue reading Quick Start: Telling Your New Flutter Install About your Existing Android Tools
Quick Start: Telling Your New React Native Install About your Existing Android Tools
Recently, I had the dubious privilege of getting to set up my developer machine from scratch. Don't get me wrong; a new developer environment is a chance for a fresh start! New toys, new experiences, clean out the clutter! But, I am also a creature of habit and spend much fo the first month with … Continue reading Quick Start: Telling Your New React Native Install About your Existing Android Tools
DevOps – Accelerating Development with Code Snippets
I am so, so late to the code snippet party and I feel like I've wasted my youth @iwritecodesmtms I recently discovered the power of Code Snippets in Visual Studio. They're super easy to make and can save you a ton of typing for repetitive tasks. This is a brief guide on making a new … Continue reading DevOps – Accelerating Development with Code Snippets