In this quick article, we give you a look at how XML and YAML can be used to portray the same data, and how to programmatically make YAML and XML files.
Spring Boot has revolutionized how Java applications are created. Perhaps the most important annotation is @SpringBootApplication. Let's dive in and find out why.
Popular blockchains like Ethereum are rather complicated. In this post, we strip blockchain down to the basic parts and create a blockchain using POJO in Java.
In this article, we will understand different integration patterns offered by Dynamics 365 and take a deep dive on using Batch data API — Recurring Integrations.
We take a look at the PyPDF2 package, a powerful library that lets you do some pretty interesting things with your PDF documents. Read on for the details!
Ever wondered about what -moz- or -webkit- markings in CSS mean? In this post, we tackle the issues of CSS vendor prefixes and show you how to use them.
This great primer for Contexts and Dependency Injection covers the need for it and a simple implementation in a Java EE environment that focuses on injecting properties.