Java Reflection, but Faster

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

Introduction to JSON With Java

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

JDK Language Feature Preview in Action: Switch Expressions

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

Using the Adapter Design Pattern in Java

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

Python REST API Example (With Microservices) — Part 1

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

simdb: A Simple JSON DB in GO

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

The Concept of Cross-Browser Accessibility

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

Leveraging Lambda Expressions for Lazy Evaluation in Java

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

Robot FrameWork: The Ultimate Guide to Running Your Tests

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

A Guide to Arrays in Java

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

 

 

 

 

Top