ajaysamgir.hashnode.devApplication Hosting with Microsoft : Azure Virtual MachineCloud computing comes with different types of solutions for different scenarios. As per requirement of business we need to choose solutions. Choose compute solution on Microsoft Azure Cloud is based on scope, purpose and costing for that particular a...Apr 14, 2022·3 min read
ajaysamgir.hashnode.devJava with HashMap, Immutable Classes and Wrapper ClassesPurpose In Java Immutable classes is one of the important feature as a developer we might already know. Also In Java HashMap is one of the common and most usable collection everyone have used at least once. There is very common question frequently a...Apr 13, 2022·3 min read
ajaysamgir.hashnode.devDesign, Develop and Deploy static website with NetlifySpeed is Everything ! Among the reasons few of the them to develop website is probably performance. Also you might be not a frontend developer but as per need or interest you want to develop a website (my be for side incomes as well) you need a plat...Feb 28, 2022·5 min read
ajaysamgir.hashnode.devGarbage Collection with JavaGarbage collection mechanism is must and well known in each computer language but implementation may be different in each language with variety of technics use to achieve better performance of application and memory utilization. In java Garbage Colle...Jan 22, 2022·3 min read
ajaysamgir.hashnode.devThis Reference and Dynamic Dispatching in JavaJava is object oriented language which have pillars which represents the design of object orientation concept. The four pillars of object-oriented programming are: Abstraction Encapsulation Inheritance Polymorphism This is common thing we already ...Jan 19, 2022·2 min read