The Spring Framework has come a long way. Nowadays, it is way easier to start a Java project with the Spring Framework using Spring Boot. In the past, we used
Create Java Project Using Maven in Command Line
This post shows how to create a Java project with Apache Maven in the command line. The content may be old, and a myriad of people may already know how
Rust Stable And Rocket 0.5 Latest Development Codes
As posted in Rust Framework Rocket Goes Stable, Rocket will be compatible with Rust Stable, starting with version 0.5. It is almost September, and any time soon, we will have
Work on Ballerina Projects Using CLI Tools
Ballerina is a new programming language that shows a lot of promise, especially for microservice and cloud-based development. It is a general-purpose programming language for distributed applications. Since it is
Run Ballerina On Command-Line Without Installing Java
This post shows how to run Ballerina On Command-Line without installing the Java Development Kit (JDK) in Windows 10 64-bit. Instead, we use a zip distribution of Java with only
Java Primitives in The Object-Oriented Programing World
Java primitives are predefined basic data types that exist in the Java programming language. We do not need to create them as we would with our custom Java classes. What
Python Basic Syntax – An Introduction For New Learners
In terms of basic syntax, Python 3 has a lot of similarities with Perl, PHP, and Ruby. Many tutorials would include Java, but that is not even remotely true. This
Introduction To Python 3 That Does Not Bite
Python is a general-purpose programming language that is available in many operating systems. When we run a Python program, we run it using the Python interpreter. However, there is more
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
Java Classes And Access Modifiers – Review
Java classes, along with its variables and methods, can use access modifiers – private, public, protected, and package-level (no keyword). These access modifiers set the visibility of the classes, their