About Me
A full stack .NET developer who has great passion to learn and apply it to practice!
A collection of what I learn as .NET developer, or even as a coder
A full stack .NET developer who has great passion to learn and apply it to practice!
Problem of Relational Database Most of the time the necessary data displayed to the user on a page as a logical one-piece is chopped into pieces and saved to different tables in a relational database. When there are lots of traffics to the application and it’s time to scale, with SQL, you can really only … Continue reading Introduction to NoSQL
Microservices It’s a subset of SOA style that develops a single application as a suite of small services, each running in its own process and communicating with lightweight mechanisms, often an HTTP resource API. Those services are built and deploy independently. Pros Cons Cost effective to scale Deep learning curve Preserve modularity Sometimes it might … Continue reading Microservices vs SOA vs Monolithic