#coding
Read more stories on Hashnode
Articles with this tag
This post is part of a series comparing different ways to implement asynchronous requests on the client to augment the latter. So far, I described the...
My journey in programming began over two decades ago, a time when JavaScript was a far cry from its current state, and developers were primarily...
In this post, I'll explain how to provide a default value when querying an absent key in a hash map in different programming languages. Java Let's...
Implicit returns are a feature in some languages. They have recently bitten me, so here's my opinion. Statements, expressions, and returns Before...
As part of my new job on Apache APISIX, I write less Java and Kotlin code. And when I do, the code is really simple. My coding hours (unfortunately...
The Gilded Rose Kata is a refactoring exercise. The full description is available on GitHub. I became aware of the kata quite late, namely at the...