All posts tagged 'Automations'
-
Automating Node Tasks with VS Code
Last time I wrote about my experiences automating startup tasks for a Rails app in VS Code. Lately I've been working on a fullstack MERN application and decided to automate some tasks on the backend. The app is in a single repo, with this structure: root/ frontend/ backend/ I tried adding...
Read article -
Automating Tasks in Rails with VS Code
I've begun working through the new edition of Michael Hartl's excellent Ruby on Rails Tutorial and found that I had to run a number of commands each time I open my repository, so I decided to try to automate them with VSCode tasks. It's worked fairly well, so here are my results. Before starting, I...
Read article