-
Enterprise Java
How to publish jar to Maven central
You created your brand new project and you want to release it to maven central so people can use in…
Read More » -
Enterprise Java
Backpressure in Project Reactor
Project Reactor implements the Reactive Streams specification, which is a standard for asynchronously processing a stream of data while respecting…
Read More » -
Core Java
Adding Range Type in Java
1. Introduction Modern and more recent programming languages have the concept of a range type. Programming languages such as Python,…
Read More » -
Software Development
[MEGA DEAL] The Hardcore Game Development & Animation Bundle (97%)
Love Video Games? Create Your Own with 24 Hours of Content on Animation & Development Using Industry-Standard Game Creation Software…
Read More » -
Software Development
Blockchainizing Existing Databases
Blockchain has been a buzzword for the past several years and it hasn’t lived to its promises (yet). The value…
Read More » -
Enterprise Java
Converting JAX-RS parameters with ParamConverters
If you want JAX-RS to automatically convert parameters such as query params, path params, or others, you need to create…
Read More » -
Software Development
Data encoding and storage
Data encoding and storage formats are evolving fields. It has seen so many changes starting from naive text-based encoding to…
Read More » -
Enterprise Java
Expressing a conditional expression using Json – Java Implementation
I had a need recently to express a conditional expression in a form that a front end Javascript application and…
Read More » -
Android Core
Paging Library 3 and Content Provider
I needed to display the contents of a Android content provider in a recyclerview with pagination. I also wanted to…
Read More »