JetBrains WebStorm and Rider Now Free for Non-Commercial Use



This content originally appeared on DEV Community and was authored by Saurabh Rai

Just announced! WebStorm is now free for non-commercial use!

Whether you’re learning JavaScript, working on open-source projects, creating content, or coding as a hobby, you can now do so for free 🥳

~ JetBrains Twitter

Read more here: https://www.jetbrains.com/webstorm/

Saw this on Twitter, thought of letting the community know.

// Detect dark theme var iframe = document.getElementById(‘tweet-1849447048828842234-844’); if (document.body.className.includes(‘dark-theme’)) { iframe.src = “https://platform.twitter.com/embed/Tweet.html?id=1849447048828842234&theme=dark” }


This content originally appeared on DEV Community and was authored by Saurabh Rai