In this post, we explore a faster way to read a getter from a Java class without knowing the class at compilation time, using Reflection and MethodHandles. Read all
In this post, we explore the importance of learning and using JSON for Java applications, specifically the advantages, how to serialize objects, and more! Read all
This post glances at the JEP Preview Language and VM Features, highlighting changes made to switch expressions and the Java community's reaction to its release. Read all
This tutorial demonstrates how to use the adapter pattern in Java, focusing on use cases and types of adapters, class, object, and two ways adapter patterns. Read all
Writing REST APIs in Python is an important skill for microservices development. This tutorial shows how to start defining a microservice with a simple class. Read all
A developer and architect gives a tutorial on how to create a simple JSON database using the Go language, an exercise he used to learn to code in Golang. Read all
Learn to perform cross-browser testing for the accessibility of your web application or site to accommodate users with impairments, and on different browsers. Read all
In this post, we take a look at how to make effective use of lambda expressions in Java for the purpose of lazy loading data and lazy evaluation. Read all
Take a look at this testing tutorial that shows you how you can use the open-source Robot Framework to create and test your project with help from Selenium. Read all
This post provides a guide to arrays in Java, covering the definition of an array, the array declaration, and a multitude of array properties in Java. Read all