Hikmet ÇakırRecord 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 14Feb 14
Hikmet ÇakırArchUnitIs 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 28Jan 28
Hikmet ÇakırFlyweight 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
Hikmet ÇakırWhat 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
Hikmet ÇakırObject Oriented ProgrammingObject Oriented Programming is called shortly as “OOP”. It is a programming paradigm such as procedural programming, functional…Dec 4, 2022Dec 4, 2022
Hikmet ÇakırHow 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
Hikmet ÇakırWhat 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
Hikmet ÇakırComparator & 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
Hikmet ÇakırChain 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