#programming
Read more stories on Hashnode
Articles with this tag
Usually when doing any IO, either over network or against disk, there are always at least two options. Execute each IO operation by itself. Execute...
This is a story of an algorithm that is extremely useful, and it seems super simple to implement. Until you don't try to implement it yourself, and...
Intro The Single Responsibility Principle (SRP) is one of those simple ideas that enlight developers and scientists as well. When correctly following...
Intro Working in a code base with well-written functions is a pleasurable experience. Everything seems to flow, it is easy to understand what is...