Record in JavaDid you realize that some classes in the application are being used only to hold or transfer data? In addition to that, these classes often…Feb 14, 2024Feb 14, 2024
ArchUnitIs the architecture of your application fragile? or have a package’s classes depend on other classes and you’re not happy with that or are…Jan 28, 2024Jan 28, 2024
Flyweight Design PatternFlyweight is a structural design pattern like Adapter, Composite, and Observer. This design pattern provides the minimization of creating…Sep 3, 2023Sep 3, 2023
What is the PL/SQL ?PL/SQL is called as “Procedural Language extensions Structured Query Language”. PL/SQL is basically a procedural language such as Fortran…Jan 22, 2023Jan 22, 2023
Object Oriented ProgrammingObject Oriented Programming is called shortly as “OOP”. It is a programming paradigm such as procedural programming, functional…Dec 4, 2022Dec 4, 2022
How to Install Docker on Windows 10 (Pro-Enterprise-Education) ?In 2013 year, a company which is called dotCloud was founded by Solomon Hykes and Sebastien Pahl. This company provided a PaaS service…Nov 6, 2022Nov 6, 2022
What are URL, URN and URI ?Most people often confuse these terms with each others therefore I want to explain these terms one by one. I’m considering after reading…Oct 14, 2022Oct 14, 2022
Comparator & Comparable in JavaIn lots of our time, we need to sort a collection to make easier algorithm that fixs a problem and present more understandable output to…Sep 24, 2022Sep 24, 2022
Chain of Responsibility Design PatternChain of responsibility is a behavioral design pattern. This design pattern provides that your request that was created pass respectively…Sep 4, 2022Sep 4, 2022