Java

Install Flutter on Windows 10

Flutter is a hybrid application development framework developed and maintained by Google. Last time when I wrote an installation guide, Flutter only supported   iOS and Android application. But now Flutter supports Web apps

Ehcache: Java Based Cache in Spring Boot

Most of the time, when we need to retrieve the same piece of data repeatedly from a data store, we generally try to cache the data to an in-memory cache. One such library

Flyweight Pattern in java.

Flyweight pattern is categorised as structural pattern,Which is used to reduce number of object creations by using existing similar objects which in turn helps in reducing the memory foot print and increasing