Görkem GökinLevel Up CodingSimple Tips for Null-Safety in JavaThe null reference was invented by Tony Hoare[1] in 1965 and he called it “my billion-dollar mistake”[2]. There are some languages such as…Jan 30, 2023Jan 30, 2023
Görkem GökinLevel Up CodingStop using public access modifier in JavaTLDR; Make the implementations package-private rather than public to restrict developers from depending on those implementations rather…Jan 17, 20231Jan 17, 20231
Görkem GökHow to Serialize and Deserialize Generic Java Classes with JacksonYou can find the sample code in this link.Jan 8, 20231Jan 8, 20231
Görkem GökCreate better Spring libraries with @Enable… AnnotationsYou can find the sample code in the following repo: https://github.com/gorkemgok/enabler-annotation-exampleJan 1, 2023Jan 1, 2023
Görkem GökMy weekly curation #1The following list is the list of the selected articles and links for the week 19–07–2021 and 25–07–2021.Jul 26, 2021Jul 26, 2021
Görkem GökDocker build: Cloning remote repository instead of copying build contextUnderstanding build contextJan 10, 2021Jan 10, 2021