Getting Started with IntelliJ IDEA
Starting in a new team can be daunting. You have to learn All The Things, one of which is your IDE! So, how can you best learn IntelliJ …

Helen is a Java Developer Advocate at JetBrains. She has over 20 years’ experience in the software industry which has been gained in a variety of roles including developer, technical writer, product owner, and advocacy.

Starting in a new team can be daunting. You have to learn All The Things, one of which is your IDE! So, how can you best learn IntelliJ …

In this podcast, we are talking to some of the key people working on different IDEs, Integrated Development Environments.

At some point in your career, probably many points, you'll have to resolve merge conflicts. Learn how on Foojay.io!

In this article, you will learn how to quickly and efficiently set up IntelliJ IDEA Ultimate to work with Apache Tomcat.

In this post we're going to migrate some sample code from the `javax` namespace to `jakarta`.

Sometimes you need to modify multiple lines of code on separate lines inside IntelliJ IDEA with the same change. Here's how!

It's really helpful to use keyboard shortcuts because it speeds you up and keeps you in the flow of coding!

Let's use the New Project Wizard in IntelliJ IDEA to create a Spring Boot project with the Spring Web dependency!

These are resources I've used and still use to re-learn Java. If you're new to Java or looking to pick it up again, this article is for you.

Did you know? Since the release of IntelliJ IDEA 2020.3, there are now two ways to manage your commits to Git.

One of the super cool things about IntelliJ IDEA is how much code you can generate with minimum effort. Read on to find out more!

Simplifying your code has advantages, including improving readability, tackling technical debt, and managing ever-changing requirements.

Being lazy isn't a bad thing, it's an efficiency gain for focusing on the things that matter, which isn't checking my parentheses are …
The Java SE landscape is strewn with acronyms picked up over the last 25 years. Sometimes those acronyms even mean multiple things!

When I first came across the notion of Live Templates, I couldn't figure out what was 'live' about them. Did they need feeding?

There’s a lot going on when you first load IntelliJ IDEA. Here’s my experience of using IntelliJ IDEA for the first time!