A complete overview of graph theory algorithms in computer science and mathematics. – Free Course
Category: Articles
Hunting for weak spots in Java and Python projects is easier than ever with SAP’s Vulnerability Assessment Tool – JAXenter
Does your Java or Python project have a giant target hiding deep within its code? Find out with the open source Vulnerability Assessment Tool from SAP.
Map.merge() – One method to rule them all
Suwalszczyzna I don’t often explain a single method in JDK, but when I do, it’s about Map.merge() . Probably the most versatile operatio…
creating a slope in Java
Im trying to create a slope in java. I can use the DrawLine function and it’ll create a perfect one but I dont want to use that but rather create my own function for it. The problem is that it has …
Lies, darn lies and sampling bias
Sampling profiling is very powerful technique widely used across various platforms for identifying hot code (execution bottlenecks). …
Getting Started with Java | Udemy
A gentle introduction to the Java programming language along with the tools you will need to be a productive developer – Free Course
MicroProfile Starter Launched
MicroProfile Starter lets you get started with a Microprofile-based application on any of the implementations while generating code examples. You can learn the features of the specifications quickly.
Use the Java JDeps tool to root out internal API calls
Don’t get fooled by the ease of internal Java API calls in your code. Use this example of the JDeps tool to identify internal calls and remove these instances before they go away for good and cause more developer problems.
Helidon V1 Brings API Stability and MicroProfile 1.2 Support
Oracle has released version 1.0 of Project Helidon, an open-source collection of Java libraries to build microservices, with greater API stability than beta versions and support for the MicroProfile 1.2 spec. Helidon comes in two programming models: Helidon SE and Helidon MP.
What does SocketInputStream.socketRead0() API in Java do? – JAXenter
Is SocketInputStream.socketRead0() API in Java something that you need to be concerned about? In this article, Ram Lakshmanan offers some answers.
Java 12 String API Updates
Following the unexpected success of my previous article about Java 11 String API, time to have a look at new API methods coming to String…
Java Stream findFirst() vs findAny() API With Example – HowToDoInJava
Java Stream interface has two methods findFirst() and findAny(). Learn the difference between stream findFirst() vs findAny() methods in parallel streams.
Selenium WebDriver for Beginners using JAVA | Udemy
Learn Automation Using Selenium WebDriver – Free Course
Why Use Docker with Payara Platform? Benefits for your Business
Business benefits of using Docker with the Payara Platform include scalability and reducing resource consumption.
10 Essential Tools Every Java Developers Should Know
Hello guys, we are already in the second month of 2019 and I am sure all of you have already made your goals about what to learn in 2019 an…