-
Core Java
Quick tip: ISO 8601 durations in Java
Many developers know about the interchange formats for dates and times defined by ISO 8601. (For example 2007-08-31T16:47+00:00 which represents…
Read More » -
Kotlin
Getting started with Ktor
Ktor (pronounced kay-tor) is an open source Kotlin framework for building asynchronous web applications. This post shows how to create…
Read More » -
Core Java
Difference between JVM, JIR, JRE, and JDK in Java
JRE, JVM, and JDK are three terms you often heard in conjunction with Java programming language, and most people either…
Read More » -
Core Java
What’s the difference between map() and flatMap() methods in Java 8?
A quick guide to learn what’s the difference between Stream.map() and Stream.flatMap() methods in Java 8. 1. Overview In this…
Read More » -
Enterprise Java
Integrating JSON Schema validation in Spring using a custom HandlerMethodArgumentResolver
In previous posts we learned about JSON Schema and how we can validate a JSON document against a JSON Schema…
Read More » -
Software Development
Using Containers and Google cloud in Automation Testing
Using Containers for Automation Testing With the advent of agile and continuous integration and deployment, continuous testing has become a…
Read More » -
Enterprise Java
REST: Managing One-To-Many relations
In a previous post we looked at many-to-many relations. This time we will see how to model one-to-many relations in…
Read More » -
Python
[MEGA DEAL] The Python 3 Complete Masterclass Certification Bundle (97%)
Hone Your Developer Skills with 30 Hours of Content on Database Automation, Analysis, Web Scraping, Network Programming & More Using…
Read More » -
Enterprise Java
JSON Schema validation in Java
In this post we will see how to validate a JSON document against a JSON Schema in Java. We will…
Read More »