May 30, 2021How to connect Geographically separated branches for better customer service and internal operationsI have gone to a furniture shop witch is known as best furniture supplier in Sri Lanka. So I first search through the online what categories they have. By going through there web site i found there are few items I was actually looking for. So i go through the…31 min read
May 27, 2021Evolution of MicroservicesBefore microservices we had monolithic application which we build on top of an operating system. Normal banking systems, Collage student enroll systems etc. But with the improvement of technology businesses grows worldwide. For example online shopping carts, Online forums there were some requirements that can not satisfied by monolithic applications…Microservices6 min read
May 27, 2021Evolution of Java Continue……Java 1.0, Java 1.1, Java 1.2, ………….. String support for Switch case. Before java 1.7 or Java 7 switch cases does not strings. So we had to use Java primitive data types. But with the Java 1.7 we are able to use Strings inside switch cases.Java5 min read
May 27, 2021JVM Every Programmer Should KnowJVM — Simply called Java Virtual Machines. When we think about virtual machines we have two types. System based & Application based virtual machines. System based Virtual Machine — This is a virtual machine that provides everything that needs to run an operating system. Means it provides memory, storage, OS…JVM5 min read