Marit van Dijk19 articles
This is part 2 of the interviews we recorded at the JCON conference earlier this month in Germany. In this episode, you get two main topics: Maven and Code Quality.
- Frank Delporte,
- Karl Heinz Marbaise,
- Marit van Dijk,
- Miro Wengner,
- Steve Poole
-
Tips for reading code
As developers, we read code more than we write it. When reading code inside the IDE, IntelliJ IDEA helps us to read and understand code by providing helpful features.
- Marit van Dijk
-
lntelliJ IDEA: Selectively Commit Changes to a File
Selectively commit changes to a file using the Git integration in IntelliJ IDEA. Split unrelated changes into separate commits.
- Marit van Dijk
-
Virtual Event: JetBrains AI Launch Event
Don’t miss the online JetBrains AI launch event, where we’ll release our AI-powered coding companion, JetBrains AI Assistant.
- Marit van Dijk
-
Webinar: Harnessing the Power of AI Assistant in IntelliJ IDEA
In this session, Anton Arhipov will demonstrate the capabilities of AI Assistant in IntelliJ IDEA. You will learn how the tool helps you explore and improve existing code as well as write new code in different scenarios.
- Marit van Dijk
-
Explore project structure with IntelliJ IDEA’s Dependency Matrix
In this tutorial, we’ll look at exploring project structure with IntelliJ IDEA’s Dependency Matrix. When working with large, complex software projects, we need to understand the dependencies between components in your projects. IntelliJ IDEA has a feature called Dependency Structure …
- Marit van Dijk
-
Unexpected Things That Make You a Senior Developer
In the end, it’s essential to keep in mind that people will mostly remember how you reacted to a disaster.
- Frank Delporte,
- Marit van Dijk
-
Working with GitLab Merge Requests in IntelliJ IDEA
In this tutorial, we will take a look at working with GitLab Merge Requests inside IntelliJ IDEA.
- Marit van Dijk
-
Contributing to Open Source Software: Creating a Pull Request
Let’s take a look at contributing to Open Source Software, specifically how to create an open source pull request (PR).
- Marit van Dijk
-
Analyzing Dependencies in IntelliJ IDEA
Use IntelliJ IDEA to analyze dependencies in your project. Use the Dependency Analyzer to find specific dependencies, show conflicts and more, or use the Dependency Diagram in IntelliJ IDEA Ultimate.
- Marit van Dijk
-
Cherry-Pick: Move a Commit to a Different Branch
Moving a commit to a different branch: not nearly as scary as it sounds! Let the IDE help to turn this into a quick, low-stress task.
- Marit van Dijk