From b35b6f19fe10f833c93f3475cecffa83ab3d9e22 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sat, 23 Apr 2022 09:57:05 +0200 Subject: JetBrains page + additional fixes --- jetbrains/index.php | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 92 insertions(+), 5 deletions(-) (limited to 'jetbrains/index.php') diff --git a/jetbrains/index.php b/jetbrains/index.php index 339a0fe..23b3f8e 100644 --- a/jetbrains/index.php +++ b/jetbrains/index.php @@ -1,11 +1,99 @@ - + +
+
+
+ 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') - 2020 : (int)date('Y') - 2021) > 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, WebStorm, the WebStorm logo, PhpStorm and the PhpStorm logo are registered trademarks of JetBrains s.r.o. +

+ 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