Modern Java as Data-Oriented LanguageJava, at its core, is an Object Oriented Language. But, Object Oriented Programming alone can’t solve all of the problems efficiently. So…Jan 17Jan 17
Java Spring Framework Dependency Injection Without Spring BootToday, Spring Framework is used as an umbrella term for Spring projects and the Spring ecosystem, However, Spring Framework is basically a…Dec 17, 2020Dec 17, 2020
Java Modules IntroductionPackages are used to manage classes and modules are used to manage packages.May 9, 2020May 9, 2020
Published inThe StartupJava 8 Functional Programming SimplifiedThis article will explain Java 8 functional programming related concepts, i.e Lambda expressions, Functional interfaces, etc.Jun 29, 2019Jun 29, 2019
Netty Simple TCP ServerI have been using Netty for quite some time now. Although, once you understand it, it is pretty easy and straight forward, but starting…May 25, 20191May 25, 20191