-
The state of machine learning (ML) is currently at an exciting and rapidly evolving stage. In recent years, advances in technology have led to significant improvements in the capabilities and applications of ML, making it one of the most promising fields in technology today.
Read More -
Java 12 was released in March 2019 and it includes several new features and improvements, such as...
Read More -
Java 11 was a long-term support (LTS) release that was released in September 2018 and it includes several new features and improvements. Here are a few examples..
Read More -
Java 10 was a release with a shorter development cycle, focused on smaller enhancements and bug fixes rather than major new features which includes Local variable type interference, Parallel Full GC for G1, Application Class-Data Sharing, Thread-Local Handshakes, Heap Allocation on Alternative Memory Devices, Root Certificates, Experimental Java-Based JIT Compiler
Read More -
Java 9 was a major release of the Java programming language, and it introduced several new features and improvements like JShell, Stream API improvements, Reactive Streams, Improved Process API, Private Interface Methods
Read More -
Java 8 is a major release of the Java programming language that was released in March 2014. It introduced several new features, including Lambda Expressions, Streams, Streams, Functional Interfaces, Date and Time API, Nashorn JavaScript Engine, Default methods in interfaces, Optional class and Concurrent Accumulators
Read More -
Singleton pattern is a creational design pattern which ensure that a class has only one instance throughout application and which can be access via global access point.
Read More -
This article will cover step by step guide on how to integrate rabbitmq with spring boot and add retry mechanism on receiver side
Read More -
RabbitMQ is quite famous , lightweight message broker. Spring boot provides easy integration with rabbitmq. you just to add dependencies and few annotations.
Read More -
A step by step guide to deploy static website on aws s3 and cloudfront using cloudformation as devops infrastructure as code.
Read More