Latest

All the resources in the Guide, starting with most recent.

Dependency Injection - Intro

Part of tutorial

Dependency Injection - Intro
Working with Dependency Injection.
DeleteMapping

Part of tutorial

DeleteMapping
Creating and testing @DeleteMapping.
application.properties

Part of tutorial

application.properties
Spring Boot's properties file and configuring JSON.
Navigating a Long Class

Tip

Navigating a Long Class
There are various tips and tricks you can use to navigate a long class in IntelliJ IDEA.
Different Viewing Modes for Your Code

Tip

Different Viewing Modes for Your Code
IntelliJ IDEA has lots of different ways for you to view your code depending on your requirements.
Code Completion for the Stream API

Tip

Code Completion for the Stream API
IntelliJ IDEA can add the stream() call meaning less typing for you.
New Features in GoLand 2022.2

Playlist

New Features in GoLand 2022.2
A selection of useful features from GoLand 2022.2.
Group Multiple `use` Directives in `go.work`

Tip

Group Multiple `use` Directives in `go.work`
Merge multiple `use` directives in `go.work` into one directive.
Run Anything

Tip

Run Anything
Launch run/debug configurations, applications, scripts, commands, tasks, and open recent projects.
Rename Constants That Use Reserved Names

Tip

Rename Constants That Use Reserved Names
Rename a constant if it uses a name of a built-in constant.
Delete a Type Parameter with an Empty Parameter List

Tip

Delete a Type Parameter with an Empty Parameter List
Type parameters with empty parameter lists are reported as errors, but you have a quick-fix in GoLand to put it right.
Convert Empty Interfaces to `any`

Tip

Convert Empty Interfaces to `any`
Check and replace empty interfaces that are used as types or type constraints.