I have been using IntelliJ Idea at work for a decade or so by now, and it’s been a reliable companion. JetBrains IDEs have a bit of a reputation for being slow, but their feature set is incredible: powerful refactoring tools, a great VCS UI (though I like magit even more!), a huge number of supported frameworks, integration with just about any testing library for any language, code coverage tools, powerful debuggers, etc.| Andrea Bergia's Website
CLion, a JetBrains IDE, is now free for non-commercial use! Learn more in the blog post.| The JetBrains Blog
Read this blog post if you are a JavaScript programmer and want to get a rough idea of what using TypeScript is like (think first step before learning more details). You’ll get answers to the following questions: How is TypeScript code different from JavaScript code? How is TypeScript code run? How does TypeScript help during editing in an IDE? Etc. Note: This blog post does not explain why TypeScript is useful. If you want to know more about that, you can read my TypeScript sales pitch.| 2ality.com
WebStorm and Rider, JetBrains IDEs, are now free for non-commercial use! Learn more in the blog post.| The JetBrains Blog
Install the JetBrains Plugin. To use Lightrun from your IDE, you must first install the Lightrun IDE plugin.| Lightrun Documentation
This post introduces a novel approach to developing, debugging, and profiling Node.js applications within Chrome DevTools. devtool # Recently I’ve been working on a command-line tool, devtool, which runs Node.js programs inside Chrome DevTools.... | Matt DesLauriers | creative developer| Matt DesLauriers on Svbtle
There are a lot of options out there as far as text editors go, but I’m here to help you traverse the wide landscape of coding editors.| Freshman — Articles and Tutorials on Software Development