This post demonstrates how to add an Android SDK in IntelliJ IDEA.
Change Java Language Level in IntelliJ IDEA
This post shows how to change Java Language Level in IntelliJ IDEA .
Kotlin – How to create Maven project for Kotlin
This post demonstrates how to create a Maven project for Kotlin as as library jar. Instead of a Java codes, we’ll only have Kotlin codes.
Kotlin – Using Lists
This post shows how to create and use Lists in Kotlin. It will also briefly touch on mutable and immutable lists.
Create a Spring Boot Application using IntelliJ
This blog post demonstrates how to create Java Spring Boot applications in IntelliJ. As you may not know yet, Spring Boot allows for rapid development of applications. One of the important benefits of using Spring Boot is that it bundles all tested compatible versions of jar files.
Import Maven Remote Archetype Catalogs in IntelliJ IDEA
This post demonstrates how to import Maven Remote Archetype Catalogs in IntelliJ IDEA to use archetypes that are not readily available out-of-the-box.
Check out from a specific branch from Git in IntelliJ IDEA
This post demonstrates how to check out a specific (non-master) branch from a Git repository in IntelliJ IDEA. For this purpose, we will use the angular codebase available in Github.com.
Rust Plugin for IntelliJ IDEA – Install And Use
By default, IntelliJ IDEA does not support Rust. However, there is a plugin that we can use to start programming in the IDE.
Install And Use Julia Plugin for IntelliJ IDEA
Julia has a plugin for IntelliJ IDEA that we can install and use instead of Atom with Juno. The plugin may not be full-featured but good enough for as a
IntelliJ IDEA And Ballerina Plugin Configuration
This post shows how to install Ballerina and OpenJDK 8 using ZIP distributions, add on its IntelliJ plugin, and create a Ballerina project in Intellij IDEA. We are going to