Java Development
-
Spring Boot Application Deployment on Heroku
Welcome, in this tutorial, we will see how to deploy a simple spring boot application on the Heroku platform. 1.…
Read More » -
Apache Kafka Messaging System and Workflow
1. Introduction This is an in-depth article related to the Apache Kafka messaging system and workflow. Apache Kafka was created…
Read More » -
How to Download Spring Framework
1. Introduction This is an in-depth article related to downloading of Spring framework. Spring Framework helps in creating stand-alone and…
Read More » -
Java 8 vs Java 11
This is an article that compares Java 8 vs Java 11. We will see the various features and enhancements from…
Read More » -
Finding Spring Versions
In this article, we’re going to discuss Spring Framework and Spring Boot versions and which Java version works on each…
Read More » -
Java Programming Basics
1. Introduction Java is a high-level, general-purpose, object-oriented, and secure programming language developed by James Gosling at Sun Microsystems, Inc.…
Read More » -
OpenAPI implementation through Swagger
In this article we will learn about OpenAPI specification and how swagger implements it. 1. Introduction The OpenAPI specification defines…
Read More » -
Java Compiler Example
In this article, we’re going to see how the Java compiler works. Also, we’ll use an example to understand the…
Read More » -
Security Architecture with Spring
1. Introduction This is an in-depth article related to Spring Security Architecture. Spring Framework is used for developing stand-alone and…
Read More » -
SQL Alias Example
This article illustrates the use of SQL Alias through examples. The code was prepared with MySql 5.7 syntax, most notable…
Read More »