Osman YasalLoop Optimizations IIIf you’re a game developer, operating system developer, system-architecture IT professional, real-time system designer, or just a hobbyist…Aug 4, 2023Aug 4, 2023
Osman YasalLoop Optimizations IIf you’re a game developer, operating system developer, system-architecture IT professional, real-time system designer or just a hobbyist…Aug 3, 2023Aug 3, 2023
Osman YasalImplementing Polymorphism (behind the scenes)Despite the general opinion it is not a Dr.Strange kind of magic. As a matter of fact it’s quite simple and clever way of exploiting the…Sep 26, 2022Sep 26, 2022
Osman YasalCoding Hardware and Hardware Description LanguagesIn our daily life, we use programming languages to structure a program that’s going to be executed by a hardware. Did you know it’s also…Apr 19, 2022Apr 19, 2022
Osman YasalSpring Boot Auto Configuration(The Magic explained #theory)Spring boot is taught under the umbrella of titles of “fast programming” and “auto configuration”. If you check the definition of spring…Dec 9, 20211Dec 9, 20211
Osman YasalDockerFiles in a NutshellDockerFiles are used to build images and any image that runs on a computer is called container. Thus you may deduce that DockerFile is just…Oct 19, 2021Oct 19, 2021
Osman YasalEssences of The Container TechnologyBefore diving into The Docker and any other “container” technologies it is essential for us to understand the demand for that technology…Oct 8, 2021Oct 8, 2021
Osman YasalHow To Write A Simple In Memory Cache In JavaGreetings folks! This time, i would like to write about something that very simple yet quite crucial for an applications performance…Aug 8, 20212Aug 8, 20212
Osman YasalRecommendations for Writing Effective Multithreaded Applications in JavaWriting multithreaded applications today is inevitable. In order to do it right i would like to suggest some good practices as below.Jul 20, 20211Jul 20, 20211