The Pursuit of PassionWhy do we live? What is the meaning of life? If you think you need to find the right answers to this kind of questions you probably haven’t…Jul 27, 2023Jul 27, 2023
Published inNerd For TechCQRS Pattern ImplementationWe suppose you have a crypto stock market platform. You have a lot of customers and you store their all transactions. You use the same…Dec 12, 2021Dec 12, 2021
ASP.NET Core MiddlewareWe suppose you want to change requests and responses. You want to add headers to requests, or you want to log your requests and responses…Aug 3, 2021Aug 3, 2021
Outbox PatternWhen you use message brokers you might lose your messages. When you lost your messages customer operations don’t work properly. When they…Jul 13, 2021Jul 13, 2021
Why We Use TransactionScopeWe suppose you have customers and your customers can share some posts in your system. When a user clicks to the “Delete My Account” button…Apr 23, 2021Apr 23, 2021
Retry PoliciesIf you use message brokers (Kafka, RabbitMQ, etc.) you might have error queues. When your system being insufficient you might get…Apr 14, 2021Apr 14, 2021
Published inNerd For TechDotnet Core and RabbitMQRabbitMQ is an open-source message broker. When it’s explained with words it might be confusing. I’ll try to explain via a diagram.Mar 20, 20211Mar 20, 20211
Published inNerd For TechDotnet Core LocalizationI had to make a multi-language application. Because there are a lot of languages and you might want to be global for more customers. I…Feb 20, 20211Feb 20, 20211
MutationObserver and Event UsageI want to explain it through an example. Say you have your own company and you’re working with e-commerce companies. Your customer says to…May 29, 2020May 29, 2020