Manoj Shukla

About Manoj Shukla

I'm a naive with ordinary qualities of human being, as I'm not satisfied with the word ordinary, I do a lot of EXTRA things to become extra-ordinary. So far, these efforts are put in practicing the New Modern Java, Spring, Spring Boot, Hibernate, GraphQL, REST, Web App, System Architecture & Design, Data Structures, Algorithms, MySQL, MongoDB, Javascript, Angular 4+, NodeJS, ExpressJS. I've also tried Python, Django & Android too. Not from IIT, NIIT, IISc.

Getting Started with JUnit 5

In this quick tutorial, we are going to see how we can set up a JUnit 5 project. It will cover the download and installation part with a small working example. Prerequisite To set up a JUnit 5 project, you will need the followings: Java 8 (or higher) Maven 3.0 (or higher) Your favorite IDE (I’m using IntelliJ IDEA) I'm [Read More]

By |2020-08-28T23:14:34+00:00August 8th, 2020|Categories: JUnit|Tags: |

JUnit 5 – Software Testing Framework

Introduction “Nobody likes testing. Neither I". Yes, you heard it right. I said I don’t like testing. Well, that’s not only me, it’s true for MOST of the developers around the world. But actually, testing is an essential phase of any software development life-cycle. And that is what we are going to learn in this tutorial series with JUnit 5 [Read More]

By |2020-08-12T15:04:31+00:00August 1st, 2020|Categories: JUnit|Tags: , |

Use of @Order annotation in Spring

Introduction In this tutorial, we will learn about the @Order annotation in Spring. The @Order annotation in Spring defines the sorting order of beans or components. Before Spring 4.0, this annotation supported only the ordering of AspectJ aspects. Since Spring 4.0, it supports many kinds of components e.g. even for collection injection. 1. The @Order annotation in Spring Right from [Read More]

By |2020-05-29T15:50:41+00:00May 29th, 2020|Categories: Spring Framework|Tags: , |
Go to Top