A Unique Place For Unique Programmers

I bet you’ll learn a lot from this website.

I really mean it. Give it a try and see all valuable blog posts.

Rest Assured Tutorial

This is a full-fledged tutorial on Rest API testing using one of a very popular Java-based API i.e ’Rest Assured‘ library. It is in high demand among automation testers. In this guide, we are going to present solutions which are easily understandable and quick to implement and use. This rest assured tutorial is not only for beginners but for advanced users as well.

Java 13 Tutorial

Java 13 came up with not many but few excellent developer features that can be very handy to use. It has some other great features which are majorly related to improvements in JVM but worth checking.

Other useful tutorials

Apache HttpClient Tutorial

This is a full-fledged tutorial on one of a very popular Java-based API i.e ‘Apache HttpClient’ library. It is a client side HTTP transport library. It’s objective is to transmit and receive HTTP messages. This guide covers all major functionalities to test API.

Karate Dsl Tutorial

This is an extensive tutorial on a relatively new open source tool in the market to perform REST API testing. It is built on top on Cucumber and therefore, those who don’t know programming, this tool will make their life easier.

Java 11

Since version 9, Java started to drop new releases quite often. Some release had quite some new features as well as improvements, 11 was one of them. It has some great features which are worth to look for.

Java 9

Java 9 considered as the revolutionary change being made in the history of Java. Java 9 brought the concept of module into Java programming and brought so many other exciting features as well.

Java 8

Java 8 was one of the most awaited and a major release. This tutorial will explain topics like functional interface, anonymous class, lambda, streams, etc. with simple and effective examples.

Java Examples Collection

Here, you’ll find so many useful Java examples. This list consists of basic as well as complex java problems but all solutions are implemented using features released before Java 8.

Meet the man

Hey, I know you want to learn cool stuff, and if you do, this website can teach you a great deal of great content.

I worked on so many technologies over the years. And, would love to share my knowledge with others. Therefore, I am certain that you’ll find this website real useful.

so, why wait???

Just go ahead and experience one of the best material on programming.

Sincerely,

Deepak Verma

DeepakVerma_Homepage_Image1_Techndeck
This website holds an amazing content especially if someone is looking for automation testing stuff.
Anurag
SEO Expert
You can find simple and detailed solutions on this website. Highly recommended.
Scott
Automation Architect
A must recommendation to anyone who wants to begin or enhance their java career.

Latest Posts

Convert Decimal number to Hexadecimal - Java

Java – How to convert Decimal number to Hexa-Decimal?

In  this tutorial, we will see "How to convert Decimal to Hexadecimal in Java?" How to convert decimal number to hexadecimal in java /** * ...
Find sum of two matrices in java 8

Java 8 – Find Sum of Two Matrices? (Simplest Example)

In  this tutorial, we will see "How to find the sum/add of two matrices using Java 8 Streams?" Find sum of two matrices using Java ...
Print Fibonacci Series using Java 8 Streams API

Java 8 – Print Fibonacci Series for a given number using Streams? (Simplest Example)

In  this tutorial, we will see "How to find or print the Fibonacci Series using Java 8 Streams API?" Find or Print Fibonacci Series using ...
Convert Decimal number to Binary - Java 8

Java 8 – How to convert Decimal number to Binary?

In  this tutorial, we will see "How to convert Decimal number to Binary using Java 8?" How to convert decimal number to binary in java ...
Sort an Array in Ascending and Descending order - Java 8

Java 8 – How to SORT an Array in Ascending and Descending order using Streams?

In  this tutorial, we will see "How to sort an array in Ascending and Descending order using Java 8?" How to sort an array in ...
Find Smallest and Largest Number in Array - Java 8

Java 8 – How to find the ‘Smallest’ and ‘Largest’ numbers in an array using Streams?

In  this tutorial, we will see "How to find Smallest and Largest Numbers in an Array using Java 8?" Find Smallest and Largest number in ...