Tutorials

Learn how to work with technologies using detailed, multi-step lessons accompanied by code samples, instructions, and videos.

Marco Codes - SSH
Marco Codes - SSH
Working with SSH.
Resolving Conflicts During Git Merge
Resolving Conflicts During Git Merge
How to recognise and subsequently resolve conflicts when performing a merge using Git.
Git interactive rebase
Git interactive rebase
How to clean up your Git commit history with Git interactive rebase.
Marco Codes - JUnit 5
Marco Codes - JUnit 5
JUnit 5 Nice n Easy.
Marco Codes - Maven
Marco Codes - Maven
Working with Maven in your projects.
Marco Codes - Spring Boot.
Marco Codes - Spring Boot.
Spring Boot Nice n Easy
Writing Less Code With Live Templates
Writing Less Code With Live Templates
How you can use live templates to get IntelliJ IDEA to write more code for you.
Sharing your Project on GitHub
Sharing your Project on GitHub
How you can share a local project to GitHub.
Rearranging Code in IntelliJ IDEA.
Rearranging Code in IntelliJ IDEA.
How you can rearrange code in your classes and projects
Reformatting Code in IntelliJ IDEA.
Reformatting Code in IntelliJ IDEA.
Why and how you can reformat code in your projects
Using the Terminal in IntelliJ IDEA
Using the Terminal in IntelliJ IDEA
IntelliJ IDEA has a built-in terminal that you can use to perform a number of functions inside your IDE.
Migrating JUnit 4 to JUnit 5
Migrating JUnit 4 to JUnit 5
Migrating your JUnit 4 test suite to JUnit 5.