-
Core Java
Observer Design Pattern In Java
In this tutorial, we’ll talk about the Observer design pattern. There are two main aspects to the observer pattern –…
Read More » -
Software Development
Minimum Spanning Tree Algorithms
With my qualifying exam just ten days away, I’ve decided to move away from the textbook and back into writing.…
Read More » -
Software Development
Microservices for Java Developers: Metrics
1. Introduction In this part of the tutorial we are going to continue our journey into observability land and tackle…
Read More » -
Core Java
Template Method Pattern In Java
The template method pattern is a behavioral pattern which suggests defining an algorithm more generally in the superclass. The algorithm…
Read More » -
Software Development
Easier work with Git submodules with in-place push access – Git Tricks #2
Get know how to solve issue with pushing to submodules directly from the main repo while keeping the project easily…
Read More » -
Software Development
Cybersecurity Is Very Important
A few months ago an essay titled “Cybersecurity is not very important” appeared. The essay is well written and interesting…
Read More » -
Enterprise Java
How to make an API call in Flutter (REST API)
In this post, we’ll take a look at how we can make an API call in flutter and consume a…
Read More » -
Android Core
Using DataBinding with Glide in Android
In this post on databinding, we’ll take a look at how to load images using databinding with glide in an…
Read More » -
Enterprise Java
Streaming live updates from a reactive Spring Data repository
This post details a naive implementation of streaming updates from a database to any other components that are interested in…
Read More »