My Perspective
"If you can't explain it simply, you don't understand it well enough." - Albert Einstein
User defined ordered list
If you want to save a set of records in a relational database so that be reorder-able, you will encounter some challenges. I have shared my solution to these challenges.
Read more →
When and why should we use DDD?
in the world of software development is talked about DDD more than using it practically. We want to see when we should use DDD!
Read more →
Why writing automated tests matters in software development
One of the peculiar tasks that programmers undertake is writing tests for the code they've written themselves. While it can sometimes be clear to the programmer what the output of their code should be. In this article, we examine the issue from various perspectives, aiming to make the idea of writing tests more palatable.
Read more →