From 060473d7e7da51bf372b3d2958580b8f65f4769b Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 16 Jun 2022 11:37:18 +0200 Subject: This is the new Ember --- old/jetbrains/index.php | 106 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 old/jetbrains/index.php (limited to 'old/jetbrains/index.php') diff --git a/old/jetbrains/index.php b/old/jetbrains/index.php new file mode 100644 index 0000000..04aa807 --- /dev/null +++ b/old/jetbrains/index.php @@ -0,0 +1,106 @@ + + + +
+
+
+ supported by
+ JetBrains +

(this does NOT mean sponsorship or endorsement of my projects by JetBrains)

+
+
+
+ +
+
+

I use the following products from JetBrains:

+
+
+ +
WebStorm
+
+
+ +
PhpStorm
+
+
+ +
Toolbox
+
+
+ +
TeamCity
+
+
+ +
YouTrack
+
+
+ +
Qodana
+
+
+
+ +
+
+
+ +
+

JavaScript is one of the first programming languages I used, and the way I develop in this language changed throughout the years. Today, WebStorm's intelligent autocompletion helps me code in JavaScript faster than ever and makes me spend more time designing new features rather than writing actual code.

+
+
+
+ +
+

I started programming in PHP back in 2019, and the way I use the language now changed a lot. PhpStorm helps me make sure my code uses new optimized features from new versions of PHP so I can always keep my code up-to-date with the language.

+
+
+
+ +
+

TeamCity was such a total change for me. I didn't want to use CI before because it always seemed complicated, but TeamCity makes it very easy to create build configurations and deploy my code to production servers as soon as possible. It is also compatible with a wide range of languages, and your own build script.

+
+
+
+ +
+

YouTrack is my personal favorite issue tracker. GitLab's issue tracker is bundled to a Git repository which may not be ideal to track issues related to infrastructure, it's also much more limited than YouTrack. YouTrack allows to connect a Git repository and TeamCity build configuration with the issue tracker.

+
+
+
+ +
+

With JetBrains' Toolbox app, I never need to worry about running the latest version of the IDEs, they are all updated automatically whenever a new version releases. With a single click, I can install the latest version of my favorite IDEs. And I can install a new IDE whenever I need it with a single click.

+
+
+
+ +
+

JetBrains' IDEs already provide code insights, but Qodana summarizes everything and displays fixes publicly so other developers who may not have access to the IDEs can improve the code quality. Qodana makes improving my code more intuitive and an after-programming task, so I focus on writing code instead.

+
+
+
+

JetBrains has been giving me free licenses to help me develop my open-source projects for 4 ? (int)date('Y') - 2020 : (int)date('Y') - 2021 ?> year 4 ? (int)date('Y') - 2019 : (int)date('Y') - 2020) > 1 ? "s" : "" ?>, huge thanks to them for supporting me!

+
+
+
+ +
+
+

+ Copyright © 2000- JetBrains s.r.o. JetBrains, the JetBrains logo, YouTrack, the YouTrack logo, TeamCity, the TeamCity logo, Qodana, the Qodana logo, JetBrains Toolbox, the JetBrains Toolbox logo, WebStorm, the WebStorm logo, PhpStorm and the PhpStorm logo are registered trademarks of JetBrains s.r.o. +

+
+ + + + \ No newline at end of file -- cgit