In the world of testing, two frameworks are often compared to one another: JUnit and Spock. We take a look at both to help see which one might be right for your next project.
In this post, we look at some of the best JS libraries for making AJAX calls, including jQuery, Axios, and Fetch. Read on for the whole list and code examples!
RDF triple stores and labeled property graphs both provide ways to explore and graphically depict connected data. But the two are very different and each has different strengths in different use cases.
Ever wanted to build a real-time video object detection application? Well, we do just that in this post, with the view to having it work in autonomous cars!
Don't have a clue about feed-forward neural networks? No problem! Read on for an example of a simple neural network to understand its architecture, math, and layers.
In the first installment of this series, we'll learn about the concept of microservices and look at how to create a microservice with Spring Boot and Spring Cloud.
Want to make the most of your ConcurrentHashMaps? Need to ensure they're thread-safe and as high-performance as possible? Here are five tips to keep in mind.
Data-driven testing using JUnit 5 Kotlin provides usability in the development and conciseness of the code, as well as many convenient features for writing tests.
In this post, we look at how to create the functionality that tells your user if they've entered in their information correctly. But, you know, in a nice way.
See how Java 9 has adapted so that you can run JVM-based workloads in Docker containers or through Kubernetes without worrying about hitting your memory limits
This article will be useful if you want to create applications that are billed for the time that they are used rather than the time that they are active.