Java continues to hold on to the #1 spot, PowerShell swims into the top 50 again, and Go stumbles a few spots this month on the TIOBE Index.
Category: Home
Recursion and Backtracking (Memoization, D&C, Combinations)
Algorithm Design Techniques, Backtracking, Divide and Conquer, Memoization, N-queen Problem – Free Course
Let’s celebrate Java 11 Support on Jenkins
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software.
How to Monitor/inspect data/attribute flow in Java code
I have a use case when I need to capture the data flow from one API to another. For example my code reads data from database using hibernate and during the data processing I convert one POJO to ano…
Life Beyond Java 8 – DZone Java
In this post, we take a look at life since Java 8, how things have changed, and how you should make future release decisions for your projects.
Insertion Sort Algorithm in Java with Example
Insertion sort is another simple sorting algorithm like Bubble Sort . You may not have realized but you must have used Insertion sort in a …
Java Testing Weekly 10 / 2019
There are many software development blogs out there, but many of them don’t publish testing articles on a regular basis. Also, I have noticed that some software developers don’t read blogs written by software testers. That is a shame because I think that we can learn a lot from them. That is why I decided to create a newsletter that shares the best testing articles which I found during the last week. Let’s get started. Technical Stuff Integrating TestProject with Jenkins CI is an excellent blog post that describes how you can run TestProject jobs from the Jenkins CI server. JUnit 5 Conditional Test Execution with Annotations is a comprehensive blog post that describes how you can enable and disable test methods when a specific condition is true. Running the Robot Framework in your own Docker Container is a good blog post that describes how you can create a Docker image that can run tests which use the Robot Framework. Using WireMock Scenarios is a practical blog post that explains how you can simulate the different states of a REST API with WireMock. The Really Valuable Stuff What Could Kill Testing? is a thought-provoking blog post which identifies seven things
Java Masterclass | Beginner to OOP Programming with Eclipse
Learn Basic to Advanced Java programming Techniques and Methods as well as Object Orientated Programming – Free Course
Weekly round-up: Angular v8, new Kubernetes native Java framework, TensorFlow Privacy & more – JAXenter
Every Monday, we take a step back and look at all the cool stuff that went down last week: Kubernetes native Java framework, TensorFlow Privacy & more.
5 Best books for OCAJP8 Exam 1Z0-808 – Java 8 Certification
It’s been more than a couple of years since Java SE 8 was launched on 17th March 2014 and OCAJP 8 exam went live. You might know that in or…
The Most Important Stop on Your Java Journey
Howdy, Pardner. Have you moseyed over to JavaRanch lately?Pull up a stool at the OCJA or OCJP Wall of Fame and tell your taleor peruse the tales of others. Ok…
Java Program to Reverse an Array in place? Fastest Example
It’s relatively easy to reverse an array if you have the luxury to use another array, but how would you reverse an array if a temporary bu…
50+ Java Interview Questions for Programmers – DZone Java
Prepare for your next Java interview with this guide to core Java fundamentals —Java Collections, multithreading, concurrency, JVM internals, and more.
*Really* Small Java Apps
Since bundling apps and runtime is the new best-practice (whether with Docker or jpackage), and the full JVM weighs in at hundreds of megabytes, how can we i…