-
Web Development
Devising A UI Test Plan That Works Like A Charm
User Interface(UI) is the first thing that the user comes in contact with on your website. A good user interface…
Read More » -
Enterprise Java
Why use Cloud Computing? Advantages and Disadvantages
Cloud Computing has been a buzz word in the IT world from the last few years. When it first appeared,…
Read More » -
Software Development
[MEGA DEAL] The Ultimate 2020 White Hat Hacker Certification Bundle (97%)
Defend Any System from Digital Attacks with 98 Hours of Cybersecurity & Ethical Hacking Content from Top Instructors Joe Parys,…
Read More » -
Core Java
All you wanted to know about Throwable
This article is a tutorial about exceptions. But not the usual one. There are many of those that tell you…
Read More » -
Core Java
Record type in Java
JDK 14, released in March 2020, introduced records (preview language feature) which provide a compact syntax for declaring classes whose…
Read More » -
Core Java
10 Best Practices to Handle Java Exceptions
In this article, we will see the best practices to handle Java Exceptions. Exception handling in Java is not an…
Read More » -
Enterprise Java
RESTful services with HATEOAS. Documenting Hypermedia APIs
1. Introduction Hopefully the previous part of the tutorial not only unveiled the far-reaching implications of the hypermedia and HATEOAS…
Read More » -
Enterprise Java
Mockito ‘thenReturn’ vs Mockito ‘thenAnswer’
When it comes to writing test cases for code, Mockito is one of the most common choices of developers. Then…
Read More » -
Core Java
Looking at Java Records
JEP 359, available as preview feature in JDK 14, introduces records to Java. Records are an easy way to model…
Read More »