They say the best things in life are free, but when it comes to software... well, it’s not always true. Don't get me wrong - there are plenty of excellent free, open-source tools that I use daily. But tools that help you develop faster or more efficiently can easily pay for themselves in terms of time saved, because, as they also say, time is money.
I rounded up a list of tools that I think are worth paying for and I hope you will find them useful. They all have a decent free plan or trial version available, so you can always kick the tires before you break the bank 💰.
GitLive is my team’s most recent discovery. It’s a peer-to-peer code streaming platform and IDE UI extension (for VS Code and JetBrains) that enhances Git with real-time features such as:
✅ Free plan. Includes:
💲 Pro plan (10$/user/month or free for Open Source). Includes:
Everything from the free plan
Instant merge conflict detection
Group calls (coming soon)
4-hour call duration limit
Priority support
Wallaby is an integrated continuous testing tool for JavaScript, developed by the team behind Quokka and Dingo (fun fact: they name all their products after native Australian animals 🇦🇺).
This distraction-free javascript testing runs the tests as you type and provides the results directly in your editor, right next to your code (unlike traditional test runners that display feedback in your console), even on unsaved files.
Wallaby works really well on bigger projects where it can help you maximize your productivity by allowing you to focus on a specific set of tests, no matter how large your project becomes.
The tools come with a lot of great features liketime travel debugger with edit-and-continue or value explorer and output inspector for viewing runtime values, to name just a few. Plus, their docs are amazing and provide you with a vast overview of all the functionality that can really make you kick it off with the product in no time!
✅ 2-week free trial
💲 License required after two weeks
The regular price is 200$/user/year, but there are plenty of discounts that you can apply for (for example 40% for startups and non-profit, 10% for teams +20 ). Free for OSS.
If you’re anything like me, we would surely appreciate a good data visualization of how you spent your time during coding. Personally, analyzing the graphs helps me improve my time management and better organize my work - that’s why I love time tracking tools, I use them for my personal projects and encourage my team to use one as well. Recently we’ve been experimenting with Code Time 🕰
Code Time is an Open Source plugin for automatic programming metrics and time tracking in Visual Studio Code on JetBrains. Its advanced features can provide you detailed feedback on how productive you are at work (a big plus for a slick design!).
It has a lot of cool features that help you minimise distractions, find out your most productive time of the day and break down your coding stats (code time by project, lines of code and keystrokes.)
With Teams plan, you can defend code time, see the impact of meetings, and improve work-life balance across your entire team, while your data is always private - when you create a team, you will only see aggregated and anonymized summary data at the team level—available to everyone on that team. In addition, to protect individual privacy, the minimum team size is five members.
✅ Free plan. Includes:
Fast setup in less than five minute
Key DevOps performance metrics
90-day data retention
💲 Pro plan (20$/user/month or free for Open Source). Includes:
Everything in the free plan
Unlimited data retention
Custom dashboards
Automated email reporting
Monitors and alerts
EditorOps workflow automation (coming soon)
Most dev teams are constantly looking for solutions that will boost their productivity. One of the ways to increase the efficiency of developers (and decrease frustration) is faster coding. If you are among those who are always on the hunt for tools to speed up the coding, Tabnine should definitely be on your radar.
It is an AI code completion tool that indexes your code and finds statistical patterns to create customized suggestions based on how you write your own code. This allows you to code faster with fewer syntax errors and more code snippets to look into right into your IDE. The best bit is that it gets better with time as it gains more material to learn from, which brings enormous value for dev teams (as we use the same project-specific modules, APIs, code patterns and conventions, whatever the AI learns from each one of the team members is very likely useful for the rest of the team when working in the same context) 🚀
✅ Free plan. Includes:
1 user
Completion based on Public Code
💲 Pro plan (12$/user/month or free for Open Source). Includes:
1-50 users
Completion based on your Code
Advanced Completion based on Public Code
Insights & Analytics
Customization Options
Priority Support
For each of his own, but I couldn’t really leave it out, could I? There is no need to present them to any developer, the JetBrains IDEs are widely used for professional development.
JetBrains IDEs come with a lot of “out-of-the-box” functionality dedicated to a specific language. They are also known for their great code refactoring possibilities and code analysis functionalities.
Except for IDEA Community and Android Studio the IDEs cost money, but if you consider the amount of work you have to put into configuring other products, the price seems reasonable.
✅ 30-day free trial
💲 License required after 30 days
To start with, most of their IDEs cost 199$ per user year, excluding WebStorm which is cheaper (129$) and ReSharper(299$) and Rider(349$) that are more expensive. The price went down significantly after the second and third year of using the product.
Time is money, and when it comes to software development then well, there is no doubt about that! I hope you find my choice of paid developer tools worth checking out and after weighing the benefits they provide you’ll agree that spending money on quality tools is worth the cost.
Also published here.