JetBrains

Last updated

JetBrains s.r.o.
Company type Private limited company
Industry Software
Founded14 August 2000;23 years ago (2000-08-14)
Headquarters Prague, Czech Republic
Key people
  • Sergey Dmitriev
  • Max Shafirov
  • Kirill Skrygan, CEO [1]
Revenue10,431,527,000 Czech koruna (2021)  OOjs UI icon edit-ltr-progressive.svg
4,834,809,000 Czech koruna (2021)  OOjs UI icon edit-ltr-progressive.svg
3,970,609,000 Czech koruna (2021)  OOjs UI icon edit-ltr-progressive.svg
Total assets 10,145,044,000 Czech koruna (2021)  OOjs UI icon edit-ltr-progressive.svg
Number of employees
1,900 [2]
Website jetbrains.com

JetBrains s.r.o. (formerly IntelliJ Software s.r.o.) is a Czech [3] software development private limited company which makes tools for software developers and project managers. [4] [5] The company has its headquarters in Prague, and has offices in China, Europe, and the United States. [6]

Contents

The company offers integrated development environments (IDEs) for a variety of programming languages. The company created the Kotlin programming language, which can run in a Java virtual machine (JVM), in 2011.

InfoWorld magazine awarded the firm "Technology of the Year Award" in 2011 and 2015. [7] [8]

History

JetBrains logo used from 2000 to 2016 JetBrains Logo.svg
JetBrains logo used from 2000 to 2016

JetBrains, initially called IntelliJ Software, [9] [10] was founded in 2000 in Prague by three Russian software developers: [11] Sergey Dmitriev, Valentin Kipyatkov and Eugene Belyaev. [12] The company's first product was IntelliJ Renamer, a tool for code refactoring in Java. [5]

In 2012 CEO Sergey Dmitriev was replaced by Oleg Stepanov and Maxim Shafirov. [13] [14]

In 2021 The New York Times stated that unknown parties might have embedded malware in JetBrains' software that led to the SolarWinds hack and other widespread security compromises. [15] In a press release, JetBrains said they had not been contacted by any government or security agency and had not "taken part or been involved in this attack in any way". [16] The CEO of one of the affected companies, SolarWinds, "asked about the possibility that software tools made by JetBrains, which speeds the development and testing of code, was the pathway, Mr. Ramakrishna said there was still no evidence". [17]

In response to the 2022 Russian invasion of Ukraine, the company suspended sales and R&D activities in Russia indefinitely as well as sales in Belarus. [18] [19] JetBrains' Russian legal entity was liquidated on 21 February 2023. [20]

Effective 1 February 2024, Kirill Skrygan replaced Max Shafirov as CEO. [21]

Products

IDEs

The following is a non-exhaustive list of integrated development environments (IDEs) distributed by JetBrains.

NameDescription
Android Studio Made with cooperation of Google for the android programming tools.
AppCodeSupports programming in C, C++, Objective-C and Swift. Unlike most JetBrains products, that are cross-platform, AppCode is only available for macOS. JetBrains announced that AppCode is being sunsetted but received technical support until 31 December 2023. [22]
AquaA test automation IDE that supports unit tests, UI tests and API tests.
CLionCLion (pronounced "sea lion") is a C and C++ IDE for Linux, macOS, and Windows integrated with the CMake build system. [23] [24] The initial version supports GNU Compiler Collection (GCC) and Clang compilers and GDB debugger, LLDB and Google Test. [25]
DataGripA database administration tool for SQL databases. Other data stores are also accessible via plugin functionality.
DataSpellA data science tool for Jupyter Notebooks and Python. [26]
FleetLightweight multi-purpose IDE, with support for collaboration and remote workflows. [27]
GoLandFor Go development. [28] [29]
IntelliJ IDEA For Java virtual machine–based languages such as Java, Groovy, Kotlin, and Scala. An open-source version is available under the name IntelliJ IDEA Community Edition, and a proprietary version as IntelliJ IDEA Ultimate Edition.
PhpStormFor PHP. [30]
PyCharm For Python. An open-source version is available as PyCharm Community Edition, and a proprietary version as PyCharm Professional Edition. [31] For students JetBrain has also developed PyCharm Education. [32]
RiderFor .NET (primarily C# and F#) development [33] and game development with Unity (C#) and Unreal Engine (C++) [34]
RubyMineFor Ruby and Ruby on Rails.
RustRoverFor Rust.
WebStormFor web, JavaScript and TypeScript development. Many of JetBrains's other IDEs include the feature set of WebStorm via plugins.
WritersideTechnical writing IDE.

Programming languages

Kotlin is an open-source, statically typed programming language that runs on the Java Virtual Machine and also compiles to JavaScript or native code (via LLVM). [35] The name comes from the Kotlin Island, near St. Petersburg.[ citation needed ]

JetBrains MPS is an open-source language workbench for domain-specific languages (DSLs).

Ktor is a Kotlin-based programming framework for developing "connected applications", using the same framework on both server (JVM) and client (JavaScript, Android, and iOS). [36]

Team tools

TeamCity is a continuous integration and continuous delivery server developed by JetBrains. It is a server-based web application written in Java. The New York Times reported that TeamCity may have been used by Russian hackers of US governmental and private agencies, in potentially "the biggest breach of United States networks in history". [15]

Upsource is a code review and repository browsing tool supporting Git, GitHub, Mercurial, Perforce and/or Subversion repositories from a central location. JetBrains released a new developer collaboration tool, Space, in 2019. [37] [38] It began sunsetting Upsource in 2022, officially ending support for the product in January 2023. [39]

YouTrack is a proprietary, commercial web-based bug tracker, issue tracking system, and project management software developed by JetBrains. As of April 2023, YouTrack has a ticket-based helpdesk solution for customer support and service desk processes.

Qodana is a code quality analysis tool that uses static code analysis to help with users with code reviews, building quality gates, and the implementation of code quality guidelines. [40] It was publicly launched in July 2023 and can be used with IDEs in JetBrain's ecosystem, has CI/CD pipeline integration, while supporting code analysis in over 60 programming languages. [41]

Others

Datalore is a web application for data analysis and visualization, which is focused specifically on the machine learning environment in Python. [42] JetBrains Academy [43] is an online platform to learn programming, including such programming languages as Python, Java, and Kotlin. The Academy was introduced by JetBrains in 2019, and reached 200,000 users by July 2020. [44] [45] Certifications were added in November 2021 after community feedback prioritized verifiability of the work done on projects. [46] JetBrains have also developed EduTools plugin for student, this plugin is compatible with IntelliJ IDEA (Ultimate, Community, Educational), Android Studio, CLion, GoLand, PhpStorm, PyCharm (Professional, Community, Educational), WebStorm. [47]

Open source projects

In 2009, JetBrains open-sourced the core functionality of IntelliJ IDEA by offering the free Community Edition. [48] [49] It is built on the IntelliJ Platform and includes its sources. JetBrains released both under Apache License 2.0. [50] In 2010, Android support became a part of the Community Edition, [51] and two years later Google announced [52] its Android Studio, the IDE for mobile development on Android platform built on the Community Edition of IntelliJ IDEA and an official alternative to Eclipse Android Developer Tool. [53] In June 2015, it was announced that the support of Eclipse ADT would be discontinued making Android Studio the official tool for Android App development. [54]

In January 2020, JetBrains released a geometric monospaced font called JetBrains Mono, made the default font for their IDEs, under the Apache License 2.0. [55] [56] The font is designed for reading source code by being optimized for reading vertically with support for programming ligatures. [57] [58]

See also

Related Research Articles

An integrated development environment (IDE) is a software application that provides comprehensive facilities for software development. An IDE normally consists of at least a source-code editor, build automation tools, and a debugger. Some IDEs, such as IntelliJ IDEA, Eclipse and Lazarus contain the necessary compiler, interpreter or both; others, such as SharpDevelop and NetBeans, do not.

<span class="mw-page-title-main">NetBeans</span> Integrated development environment software for software development

NetBeans is an integrated development environment (IDE) for Java. NetBeans allows applications to be developed from a set of modular software components called modules. NetBeans runs on Windows, macOS, Linux and Solaris. In addition to Java development, it has extensions for other languages like PHP, C, C++, HTML5, and JavaScript. Applications based on NetBeans, including the NetBeans IDE, can be extended by third party developers.

<span class="mw-page-title-main">Eclipse (software)</span> Software development environment

Eclipse is an integrated development environment (IDE) used in computer programming. It contains a base workspace and an extensible plug-in system for customizing the environment. It is the second-most-popular IDE for Java development, and, until 2016, was the most popular. Eclipse is written mostly in Java and its primary use is for developing Java applications, but it may also be used to develop applications in other programming languages via plug-ins, including Ada, ABAP, C, C++, C#, Clojure, COBOL, D, Erlang, Fortran, Groovy, Haskell, JavaScript, Julia, Lasso, Lua, NATURAL, Perl, PHP, Prolog, Python, R, Ruby, Rust, Scala, and Scheme. It can also be used to develop documents with LaTeX and packages for the software Mathematica. Development environments include the Eclipse Java development tools (JDT) for Java and Scala, Eclipse CDT for C/C++, and Eclipse PDT for PHP, among others.

Code completion is an autocompletion feature in many integrated development environments (IDEs) that speeds up the process of coding applications by fixing common mistakes and suggesting lines of code. This usually happens through popups while typing, querying parameters of functions, and query hints related to syntax errors. Modern code completion software typically uses generative artificial intelligence systems to predict lines of code. Code completion and related tools serve as documentation and disambiguation for variable names, functions, and methods, using static analysis.

<span class="mw-page-title-main">IntelliJ IDEA</span> Integrated development environment

IntelliJ IDEA is an integrated development environment (IDE) written in Java for developing computer software written in Java, Kotlin, Groovy, and other JVM-based languages. It is developed by JetBrains and is available as an Apache 2 Licensed community edition, and in a proprietary commercial edition. Both can be used for commercial development.

The following tables list notable software packages that are nominal IDEs; standalone tools such as source-code editors and GUI builders are not included. These IDEs are listed in alphabetic order of the supported language.

TypeScript is a free and open-source high-level programming language developed by Microsoft that adds static typing with optional type annotations to JavaScript. It is designed for the development of large applications and transpiles to JavaScript. Because TypeScript is a superset of JavaScript, all JavaScript programs are syntactically valid TypeScript, but they can fail to type-check for safety reasons.

<span class="mw-page-title-main">MonoDevelop</span> Integrated development environment, discontinued for macOS

MonoDevelop was an open-source integrated development environment for Linux, macOS, and Windows. Its primary focus is development of projects that use Mono and .NET Framework. MonoDevelop integrates features similar to those of NetBeans and Microsoft Visual Studio, such as automatic code completion, source control, a graphical user interface (GUI) and Web designer. MonoDevelop integrates a Gtk# GUI designer called Stetic. It supports Boo, C, C++, C#, CIL, D, F#, Java, Oxygene, Vala, JavaScript, TypeScript and Visual Basic.NET. Although there is no word from the developers that it has been discontinued, nonetheless it hasn't been updated in 4 years and is no longer installable on major operating systems, such as Ubuntu 22.04 and above. Its parent Microsoft, seems to have shifted focus to Visual Studio Code and the .NET Framework, which runs on many operating systems, including Linux.

<span class="mw-page-title-main">Visual Studio</span> Code editor and IDE

Visual Studio is an integrated development environment (IDE) developed by Microsoft. It is used to develop computer programs including websites, web apps, web services and mobile apps. Visual Studio uses Microsoft software development platforms including Windows API, Windows Forms, Windows Presentation Foundation (WPF), Windows Store and Microsoft Silverlight. It can produce both native code and managed code.

YouTrack is a proprietary, commercial browser-based bug tracker, issue tracking system, and project management software developed by JetBrains.

<span class="mw-page-title-main">Android software development</span> Process of writing software for Android operating system

Android software development is the process by which applications are created for devices running the Android operating system. Google states that "Android apps can be written using Kotlin, Java, and C++ languages" using the Android software development kit (SDK), while using other languages is also possible. All non-Java virtual machine (JVM) languages, such as Go, JavaScript, C, C++ or assembly, need the help of JVM language code, that may be supplied by tools, likely with restricted API support. Some programming languages and tools allow cross-platform app support. Third party tools, development environments, and language support have also continued to evolve and expand since the initial SDK was released in 2008. The official Android app distribution mechanism to end users is Google Play; it also allows staged gradual app release, as well as distribution of pre-release app versions to testers.

<span class="mw-page-title-main">Xamarin</span> American software company

Xamarin is a Microsoft-owned San Francisco-based software company founded in May 2011 by the engineers that created Mono, Xamarin.Android and Xamarin.iOS, which are cross-platform implementations of the Common Language Infrastructure (CLI) and Common Language Specifications.

<span class="mw-page-title-main">PyCharm</span> Python IDE

PyCharm is an integrated development environment (IDE) used for programming in Python. It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems, and supports web development with Django. PyCharm is developed by the Czech company JetBrains.

Dart is a programming language designed by Lars Bak and Kasper Lund and developed by Google. It can be used to develop web and mobile apps as well as server and desktop applications.

<span class="mw-page-title-main">Android Studio</span> Integrated development environment for the Android platform

Android Studio is the official integrated development environment (IDE) for Google's Android operating system, built on JetBrains' IntelliJ IDEA software and designed specifically for Android development. It is available for download on Windows, macOS and Linux based operating systems. It is a replacement for the Eclipse Android Development Tools (E-ADT) as the primary IDE for native Android application development. Android Studio is licensed under the Apache license but it ships with some SDK updates that are under a non-free license, making it not open source.

Codename One is an open-source cross-platform framework aiming to provide write once, run anywhere code for various mobile and desktop operating systems. It was created by the co-founders of the Lightweight User Interface Toolkit (LWUIT) project, Chen Fishbein and Shai Almog, and was first announced on January 13, 2012. It was described at the time by the authors as "a cross-device platform that allows you to write your code once in Java and have it work on all devices specifically: iPhone/iPad, Android, Blackberry, Windows Phone 7 and 8, J2ME devices, Windows Desktop, Mac OS, and Web. The biggest goals for the project are ease of use/RAD, deep integration with the native platform and speed."

Kotlin is a cross-platform, statically typed, general-purpose high-level programming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of Kotlin's standard library depends on the Java Class Library, but type inference allows its syntax to be more concise. Kotlin mainly targets the JVM, but also compiles to JavaScript or native code via LLVM. Language development costs are borne by JetBrains, while the Kotlin Foundation protects the Kotlin trademark.

TeamCity is a build management and continuous integration server from JetBrains. It was first released on October 2, 2006 and is commercial software and licensed under a proprietary license: a freemium license for up to 100 build configurations and three free Build Agent licenses are available. Open Source projects may request a free license.

GitHub Copilot is a code completion tool developed by GitHub and OpenAI that assists users of Visual Studio Code, Visual Studio, Neovim, and JetBrains integrated development environments (IDEs) by autocompleting code. Currently available by subscription to individual developers and to businesses, the generative artificial intelligence software was first announced by GitHub on 29 June 2021, and works best for users coding in Python, JavaScript, TypeScript, Ruby, and Go. In March 2023 GitHub announced plans for "Copilot X", which will incorporate a chatbot based on GPT-4, as well as support for voice commands, into Copilot.

<span class="mw-page-title-main">DevEco Studio</span> Integrated development environment for the HarmonyOS platform

DevEco Studio is the official integrated development environment (IDE) for Huawei's HarmonyOS operating system, built on JetBrains' IntelliJ IDEA software and Huawei's SmartAssist designed specifically for HarmonyOS development. It is available for download on Microsoft Windows and macOS based operating systems.

References

  1. "JetBrains CEO Transition". The JetBrains Blog. 30 January 2024. Archived from the original on 2 February 2024. Retrieved 4 February 2024.
  2. "JetBrains Presents 2022 Annual Highlights -- Its Community Reaches 12.8M Developers Across the Globe". finance.yahoo.com. Archived from the original on 28 June 2022. Retrieved 30 June 2022.
  3. "jet Brains Corporate overview" (PDF). Archived (PDF) from the original on 16 December 2021. Retrieved 11 January 2022.
  4. Taft, Darryl K. (29 June 2012). "JetBrains Ships YouTrack 4.0 Agile Dev Tool". eWeek . Archived from the original on 24 October 2013.
  5. 1 2 Hunger, Michael (26 November 2010). "JetBrains Developer Tools". infoQ . Archived from the original on 15 February 2016. Retrieved 5 August 2013.
  6. "Contact Us". JetBrains. Retrieved 9 March 2023.
  7. staff, InfoWorld (26 January 2015). "InfoWorld's 2015 Technology of the Year Award winners". InfoWorld. Archived from the original on 23 June 2017. Retrieved 7 January 2021.
  8. "InfoWorld's 2011 Technology of the Year Award winners". InfoWorld . 12 January 2011. Archived from the original on 8 March 2013. Retrieved 3 February 2020.
  9. "IntelliJ Software s.r.o. v likvidaci IČO: 26193264". Archived from the original on 7 May 2021. Retrieved 25 November 2019.
  10. "12th Annual Jolt and Productivity Awards". Dr. Dobb's. Archived from the original on 16 July 2013. Retrieved 2 July 2013.
  11. Heiss, Janice J. (November 2012). "JAX Innovation Awards winners reflect the vibrancy of the Java community". Oracle Technology Network . Archived from the original on 9 August 2013. Retrieved 5 August 2013.
  12. "Java Posse No. 001 - Interview with Rob Harwood of Jetbrains about IntelliJ IDEA". 22 September 2005. Archived from the original on 26 July 2018. Retrieved 10 July 2013.
  13. Осипов, Антон (26 October 2012). "JetBrains назначила генеральных директоров в Санкт-Петербурге и Мюнхене". Vedomosti . Archived from the original on 1 September 2014. Retrieved 15 October 2013.
  14. Лаврентьева, Наталья (24 October 2012). "Российский поставщик средств разработки для Oracle и HP назначил гендиректорами двух программистов". Cnews.ru . Archived from the original on 27 October 2012. Retrieved 15 October 2013.
  15. 1 2 Perlroth, Nicole; Sanger, David E.; Barnes, Julian E. (6 January 2021). "Widely Used Software Company May Be Entry Point for Huge U.S. Hacking". The New York Times. ISSN   0362-4331. Archived from the original on 31 May 2021. Retrieved 30 June 2022.
  16. Shafirov, Maxim (6 January 2021). "Statement on the story from The New York Times regarding JetBrains and SolarWinds". Archived from the original on 7 January 2021. Retrieved 7 January 2021.
  17. Sanger, David E. (24 February 2021). "After Russian Cyberattack, Looking for Answers and Debating Retaliation". The New York Times. Archived from the original on 1 July 2022. Retrieved 1 July 2022.
  18. "JetBrains' Statement on Ukraine | JetBrains News". The JetBrains Blog. 11 March 2022. Archived from the original on 4 April 2022. Retrieved 22 March 2022.
  19. "JetBrains: indefinite suspension of sales and R&D activities in Russia". www.sobyte.net. 12 March 2022. Archived from the original on 8 August 2022. Retrieved 22 March 2022.
  20. Nogaeva, K. (1 March 2023). "Мозги свернулись: в JetBrains закрыли своё последнее юрлицо в Петербурге" [The brains have curdled: JetBrains has closed its last legal entity in St Petersburg] (in Russian). Delovoy Peterburg. Retrieved 2 March 2023.
  21. "JetBrains CEO Transition". The JetBrains Blog. 30 January 2024. Archived from the original on 2 February 2024. Retrieved 4 February 2024.
  22. "AppCode 2022.3 Release and End of Sales and Support". 14 December 2022.
  23. Bridgwater, Adrian (13 September 2014). "JetBrains CLion: A New Cross Platform C/C++ IDE". Dr. Dobb's Journal . Archived from the original on 18 January 2018. Retrieved 4 April 2015.
  24. Avram, Abel (9 September 2014). "JetBrains CLion, a C/C++ IDE, and ReSharper for C++". InfoQ. Archived from the original on 10 April 2015. Retrieved 4 April 2015.
  25. "Supported Languages - Features | CLion". JetBrains. Archived from the original on 25 March 2019. Retrieved 11 May 2018.
  26. "DataSpell, The IDE for Professional Data Scientists". jetbrains.com. Archived from the original on 11 January 2022. Retrieved 9 January 2022.
  27. "JetBrains Fleet: The Next-Generation IDE by JetBrains". JetBrains. Retrieved 9 October 2022.
  28. "GoLand: The Up and Coming Go IDE by JetBrains". JetBrains. Archived from the original on 20 November 2017. Retrieved 19 August 2017.
  29. Ewbank, Kay (19 December 2017). "GoLand Adds Go To IntelliJ". i-programmer.info. Archived from the original on 7 October 2019. Retrieved 13 October 2019.
  30. "Features - PhpStorm". JetBrains. Archived from the original on 19 March 2015. Retrieved 19 November 2016.
  31. "Features - PyCharm". JetBrains. Archived from the original on 9 May 2017. Retrieved 19 November 2016.
  32. "JetBrains for Education: Keep Evolving".
  33. "Features - Rider". JetBrains. Archived from the original on 30 July 2022. Retrieved 26 July 2022.
  34. "Game Development Tools by JetBrains".
  35. "Kotlin Native | Kotlin". Kotlin Help. Retrieved 14 August 2022.
  36. "Welcome | Ktor". Ktor Help. Archived from the original on 12 April 2022. Retrieved 21 March 2022.
  37. Cardoza, Christina (5 December 2019). "JetBrains introduces new developer collaboration tool". SD Times. Retrieved 10 March 2023.
  38. Anderson, Tim (20 July 2022). "JetBrains Space on-premises released in beta, Kubernetes all-but required • DEVCLASS". DEVCLASS. Retrieved 10 March 2023.
  39. "Sunsetting Upsource | The Upsource Blog". The JetBrains Blog. 31 January 2022. Retrieved 10 March 2023.
  40. Krill, Paul (20 July 2023). "JetBrains ships Qodana static code analysis tool". InfoWorld. Retrieved 15 November 2023.
  41. Daws, Ryan (20 July 2023). "JetBrains launches code quality platform Qodana". Developer Tech News. Retrieved 15 November 2023.
  42. Carleto, Diogo (8 November 2018). "JetBrains Introduces Datalore 1.0, an Intelligent Web Application for Data Analysis". InfoQ . Archived from the original on 2 May 2019. Retrieved 2 May 2019.
  43. "JetBrains Academy: A hands-on platform for learning to program". JetBrains. Archived from the original on 25 July 2020. Retrieved 24 July 2020.
  44. "JetBrains Academy EAP". blog.jetbrains.com. 27 February 2019. Archived from the original on 27 July 2020. Retrieved 24 July 2020.
  45. "JetBrains Academy Celebrates the Close of Its Early Access Program with 50% Discount Plan". blog.jetbrains.com. July 2020. Archived from the original on 25 July 2020. Retrieved 24 July 2020.
  46. "Introducing JetBrains Academy Certificates of Completion | The JetBrains for Education Blog". The JetBrains Blog. 4 November 2021. Archived from the original on 5 February 2022. Retrieved 5 February 2022.
  47. "JetBrains for Education: Keep Evolving".
  48. Handy, Alex (15 October 2009). "JetBrains creates open-source IntelliJ IDEA". SD Times . Archived from the original on 18 October 2009.
  49. "IntelliJ IDEA open sourced". 15 October 2009. Archived from the original on 7 September 2015. Retrieved 8 September 2015.
  50. Krill, Paul (12 October 2009). "JetBrains readies open source version of its Java IDE". InfoQ . Archived from the original on 14 June 2013. Retrieved 2 July 2013.
  51. Russakovskii, Artem (9 December 2010). "JetBrains Releases IntelliJ IDEA 10 With Full Android Gingerbread Support in the Free Community Edition". Android Police. Archived from the original on 20 February 2016. Retrieved 3 July 2013.
  52. Thomson, Iain (15 May 2013). "Live Blog: Google I/O keynote". The Register . Archived from the original on 3 May 2018. Retrieved 1 September 2017.
  53. Wayner, Peter (22 May 2013). "First look: Android Studio eclipses Eclipse". InfoQ . Archived from the original on 14 June 2013. Retrieved 2 July 2013.
  54. Eason, Jamal (26 June 2015). "An update on Eclipse Android Developer Tools". Archived from the original on 19 June 2016. Retrieved 24 September 2015.
  55. "JetBrains Mono. A typeface for developers_". JetBrains. Archived from the original on 21 January 2020. Retrieved 21 January 2020.
  56. "JetBrainsMono". GitHub. Archived from the original on 22 January 2020. Retrieved 21 January 2020.
  57. Konstantin Bulenkov (15 January 2020). "JetBrains Mono. A typeface for developers_". JetBrains. Archived from the original on 27 February 2021. Retrieved 11 February 2021.
  58. Reeve, Robert (24 July 2023). "JetBrains Mono Leads the Way as the Ideal Typeface for Developers". Web Designer Depot. Retrieved 24 August 2023.