Java
-
Efficient enterprise testing – test frameworks (5/6)
This part of the article series will cover test frameworks and my thoughts and experiences on when and whether to…
Read More » -
Date/Time Printing Can Be Elegant Too
I owe my pretty high StackOverflow reputation to this question in particular, which I asked a few years ago: How…
Read More » -
How to deploy a Spring Boot Application on AWS EC2 instance
Hello Friends, In this tutorial,we will see how we can deploy a Spring Boot application over an AWS EC2 instance.…
Read More » -
Efficient enterprise testing — workflows & code quality (4/6)
This part of the article will cover the impact of having effective workflows during our development sessions as well as…
Read More » -
Easy Spring Boot Deployment with AWS Elastic Beanstalk
Friends don’t let friends write user auth. Tired of managing your own users? Try Okta’s API and Java SDKs today.…
Read More » -
Spring @Lazy Annotation
Introduction: The Spring framework, by default, loads and eagerly initializes all beans at the application startup itself. In our application,…
Read More » -
Efficient enterprise testing — integration tests (3/6)
This part of the series will show how to verify our applications with code-level as well as system-level integration tests.…
Read More » -
jClarity: Boost to Java on Azure
In the new age of connected world public infrastructure, the biggest and the most essential two pieces have been the…
Read More » -
Handling repeated code automatically
In this article I will describe how you can use Java::Geci generator Repeated to overcome the Java language shortage that…
Read More »