Open Source
-
Software Development
Clientside Search With ElasticLunr.js
Any blog or documentation website needs Search functionality. You can achieve this in many ways, and most likely a server-side…
Read More » -
Core Java
Hidden Treasures of Eclipse collections – 2019 edition
Eclipse Collections is an open source Java Collections framework. In this blog I am going to demonstrate five lesser known features of…
Read More » -
Enterprise Java
Java: Release of Speedment 3.2 – Now Enabling Lightweight Database Microservices
Several traditional ORMs do not fully honor Java module encapsulation (JPMS). This often means a lot of unnecessary files and…
Read More » -
Android Core
How I created my first Open Source Android Library – Part 1
For long I’ve been thinking of creating an open – source android library. I’m a firm believer of the fact…
Read More » -
Software Development
My most used Git commands on open source projects
The basic step when committing to open source projects is to fork the project. Then the process is easy you…
Read More » -
Software Development
Git Essentials Crash Course
Introduction This is not Java but several newbie developers ask the same question, how to use GIT and how does…
Read More » -
Enterprise Java
jClarity: Boost to Java on Azure
In the new age of connected world public infrastructure, the biggest and the most essential two pieces have been the…
Read More » -
Enterprise Java
Service Mesh and Cloud-Native Microservices with Apache Kafka, Kubernetes and Envoy, Istio, Linkerd
Microservice architectures are not free lunch! Microservices need to be decoupled, flexible, operationally transparent, data aware and elastic. Most material…
Read More » -
Enterprise Java
Fetching data with ORM is easy! Is it?
Introduction Almost any system operates with external data stores in some way. In most of the cases, it is a…
Read More »