This article is a tutorial about the Selenium Keyword Driven Framework. We will see how Keyword Driv…
Category: Articles
Top 5 Java and JavaScript Frameworks to Learn in 2018 – Best of Lot
Hello guys, if you are a Java developer and wondering which Java frameworks you should learn in 2018 then you have come to the right place….
Eliminating Java Update Confusion – Azul Systems, Inc.
Many Java developers and users are still not clear on how the JDK will be delivered and updated starting with JDK 11 later this year. Here we provide a concise summary of the changes with links to sources.
Fix SonarQube’s ‘jvm.dll is missing’ and ‘missing server JVM’ startup error – Coffee Talk: Java, News, Stories and Opinions
Hitting a ‘jvm.dll is missing’, ‘jvm.dll not found’ or a ‘missing server JVM’ error as you try to start Java apps such as Eclipse or SonarQube? Here’s the fix.
Akka anti-patterns: Java serialization – JAXenter
The Akka documentation discourages the use of Java serialization but performance is just one reason to not use Java serialization. What to do instead?
Selenium WebDriver with Java – Basics to Advanced& Interview
Join with us-“Top Ranked #1 Master Selenium java course – 44,000+ students learning together with great collaboration
Improving Testability of Java Microservices with Container Orchestration and a Service Mesh
In enterprise test scenarios, software needs to be tested in the same way as it will run in production. This article provides a practical demonstration of testing Java microservices that are running on Kubernetes with the Istio service mesh. K8s service abstractions enable mocking, and Istio enables us to re-route traffic and inject faulty responses or delays to verify our services’ resiliency.
Hibernate Interview Questions and Answers – The ULTIMATE List
This is a summary of some of the most important questions concerning the Hibernate Framework, that y…
How to get a job in cloud computing: 10 skills to master
Job postings for cloud computing and cloud engineers have risen 27% in the past two years, according to Indeed.
APIs To Be Removed from Java 11
After seeing several APIs removed as part of Java 10 , Java 11 ( JSR 384 ) looks to remove some more APIs. In the recent OpenJDK java-se-sp…
Stack Overflow: Top Java Questions We Didn’t Know We Had – and How to Answer Them | OverOps Blog
A collection of Stack Overflow questions that you shouldn’t miss out on:
Best Machine Learning Libraries For Java Development
These days having skills in deep learning and machine learning is one of the most trending things in the tech world right now, and…
Marcus Biel – JavaDay Ecuador
Clean Code Evangelist, Technical book reviewer, JCP member Marcus is a Clean Code evangelist who has authored a series of video tu….
JavaFX on JDK 11
There was a mixture of feelings about the decoupling of JavaFX from JDK after its 11th release. Many…
Your own MicroProfile Config source
MicroProfile Config, that is part of the MicroProfile Specification, is the standardization for Java…