Robert CunninghamEnforcing Function Hoisting with Pytest: Testing A Clean Code PrincipleIn software development, clean and readable code is more than just a luxury — it’s a necessity. Following principles from Robert C…Oct 31
InBetter ProgrammingbyMatt KornfieldCode Style Matters in a Take-Home InterviewWhat you produce in a vacuum is reflective of how you build and your level of effortJul 18, 20236
Peter LenjoAutomating Code Formatting with Git HooksAchieving and maintaining clean, well-formatted code is a fundamental goal in any software project. To standardize the code style and…Jul 25, 2023Jul 25, 2023
Yonatan KatzCode Styling in the Age of LLMsAs a developer with no prior knowledge of React, I recently started to develop an ambitious project with Claude, an AI language model…Oct 2Oct 2
InBetter ProgrammingbyPavel MarianovFarewell, RamdaEver struggled with old code, feeling like decrypting an ancient script? Often, Ramda was involved, prompting me to seek simpler…Jul 16, 20237Jul 16, 20237
Robert CunninghamEnforcing Function Hoisting with Pytest: Testing A Clean Code PrincipleIn software development, clean and readable code is more than just a luxury — it’s a necessity. Following principles from Robert C…Oct 31
InBetter ProgrammingbyMatt KornfieldCode Style Matters in a Take-Home InterviewWhat you produce in a vacuum is reflective of how you build and your level of effortJul 18, 20236
Peter LenjoAutomating Code Formatting with Git HooksAchieving and maintaining clean, well-formatted code is a fundamental goal in any software project. To standardize the code style and…Jul 25, 2023
Yonatan KatzCode Styling in the Age of LLMsAs a developer with no prior knowledge of React, I recently started to develop an ambitious project with Claude, an AI language model…Oct 2
InBetter ProgrammingbyPavel MarianovFarewell, RamdaEver struggled with old code, feeling like decrypting an ancient script? Often, Ramda was involved, prompting me to seek simpler…Jul 16, 20237
CarloThe 80/120 column soft margin ruleSolving the 80-column rule debate once and for all with a simple soft margin approach. Explained with examples in JavaScript & Python and a…Nov 1, 2023
InJavaToDevbyPalmuruganImplementing the Adapter Design Pattern in Spring BootAdapter Design PatternAug 281
Vicky IvanovaDefining Constants in Java Interfaces — Good or Bad Practice?I often hear the question from newcomers: “Why do you store global constants in interfaces? It’s not the intended use of the interface.”…Jul 14, 2023