VMvishal mauryainmauryavishal.hashnode.dev路Jan 27, 2025 路 6 min readMonolithic vs. Microservices Architecture馃挕 UPDATE : This series is continued on medium. Link 馃憞馃徎 Complete series on Me[dium. In today鈥檚 tech-drive](https://medium.com/@mauryavishal/list/system-design-in-5-min-573c635f32fe)n world, software architecture plays a crucial role in determin...00
VMvishal mauryainmauryavishal.hashnode.dev路Jan 20, 2025 路 3 min readCAP Theorem馃挕 UPDATE : This series is continued on medium. Complete series on Medium. Today, we鈥檒l learn about the CAP theorem with simple examples. CAP is one of the most critical concepts in system design. Whether asked directly in interviews or applied i...00
VMvishal mauryainmauryavishal.hashnode.dev路Jan 13, 2025 路 4 min readUnderstanding the Basics of Network Protocols馃挕 UPDATE : This series is continued on medium. Link 馃憞馃徎 Complete series on Medium. In this article, we鈥檒l cover the basics of network protocols, the client-server model, and the peer-to-peer (P2P) model, along with their practical use cases.For...01R
VMvishal mauryainmauryavishal.hashnode.dev路Dec 29, 2024 路 40 min readJavaScript Interview Questions : Part 5What is RxJS RxJS (Reactive Extensions for JavaScript) is a library for implementing reactive programming using observables that makes it easier to compose asynchronous or callback-based code. It also provides utility functions for creating and work...00
VMvishal mauryainmauryavishal.hashnode.dev路Dec 22, 2024 路 39 min readJavaScript Interview Questions : Part 4How do you create an infinite loop You can create infinite loops using for and while loops without using any expressions. The for loop construct or syntax is better approach in terms of ESLint and code optimizer tools, for (;;) {} while (true) {} ...00