RunJS makes development 10x faster

<p>I am not kidding, there are some huge boost in productivity for this one tool!</p> <p>I have been writing javascript for at least 10 years, and the silent thing that most JS dev&rsquo;s don&rsquo;t say out loud it is A LOT of copy and paste and make things work.</p> <p>For years in order to test out JS functions or making sure my logic is sound I have basically gone through the process of creating a test.js file, spinning up some some web server, usually nodeJS + express + ejs (fixed that with my&nbsp;<a href="https://www.npmjs.com/package/slowcook" rel="noopener ugc nofollow" target="_blank">slowcook</a>&nbsp;npm module) then I could finally start running the js file.</p> <p>This is where the magic of&nbsp;<a href="https://runjs.app/" rel="noopener ugc nofollow" target="_blank">RunJS</a>&nbsp;comes into play. It has node engine built right into the playground UI meaning you can paste your functions and play around with them instantly! Let alone the fact it also has built in npm module support meaning no longer do I need 30 instances of express installed locally into various project folders on my hard drive. Now with&nbsp;<a href="https://runjs.app/" rel="noopener ugc nofollow" target="_blank">RunJS</a>&nbsp;I simply use the interface to install the module and can go to town writing my AES256 encryption function, or testing the express routing function, etc&hellip;</p> <p><a href="https://medium.com/@drewschweinfurth/runjs-makes-development-10x-faster-64153904be0f">Click Here</a></p>
Tags: RunJS slowcook