In this article, we will learn how to write better code for validating method’s inputs. Use these techniques makes our code easily maintain, readable, because we will separate validation’s place and logic place.
[Read More]
Caching in the Distributed System
Some useful commands in Windows
In this article, we will list all interesting, common commands that we use in Windows. It makes us do operations on Windows fastly.
[Read More]
Some useful commands in Redis
Redis is important component when we want to design scalable system. It is used as cache for our system. So, in this article, we will learn how to use some commands in Redis.
[Read More]