Java
-
Selenium Scripting Tips and Tricks
If you have just started learning selenium then the below tricks and tips will act as a saviour. These tips…
Read More » -
Decorator Design Pattern In Java
A decorator design pattern allows dynamically attaching the additional responsibilities or behaviors to an object at runtime. It is a…
Read More » -
Proxy Design Pattern In Java
Proxy objects or the surrogates provide a placeholder for another object to control access to that object. A proxy acts…
Read More » -
Monitor Your Java Apps with Spring Boot Actuator
Friends don’t let friends write user auth. Tired of managing your own users? Try Okta’s API and Java SDKs today.…
Read More » -
How-To: Spring Boot 2 Web Application with Multiple Mongo Repositories and Kotlin
First of all, a disclaimer: if you’re writing a microservice (which everyone does now right?) and want it to be…
Read More » -
Factory Method Design Pattern
Factory Method pattern is one of the popular creational design patterns. It doesn’t specifically rely on a factory object to…
Read More » -
Facade Design Pattern In Java
Facade means the face of a building. While passing across a street, all we look at is the face of…
Read More » -
Composite Design Pattern In Java
A composite design pattern is useful when we have to work with a tree-like hierarchical structure of objects. It lets…
Read More » -
Selenium Waits: Implicit, Explicit, Fluent And Sleep
Selenium waits for page load play an important part in your Selenium scripts. They help to make them less flaky…
Read More »