Vishwajit VmforVishwajit Vm blogvishwajitvm.hashnode.dev·Jun 23, 2024Understanding Node.js ArchitectureNode.js has revolutionized the way we build server-side applications by allowing developers to use JavaScript on the server. Its architecture is unique and highly efficient, making it a popular choice for building scalable network applications. In th...vishwajitvm
Vishwajit VmforVishwajit Vm blogvishwajitvm.hashnode.dev·May 20, 2024Understanding Threads and Processes in Node.js: A Comprehensive GuideIn Node.js, understanding how threads and processes work is crucial for building efficient and scalable applications. Let’s dive into the details of threads, processes, and their interaction with the libuv library. Threads and Processes Threads A th...vishwajitvm
Vishwajit VmforVishwajit Vm blogvishwajitvm.hashnode.dev·May 16, 2024Exploring libuv: The Backbone of Node.js and BeyondIn the realm of asynchronous programming, libuv stands out as a vital component powering frameworks like Node.js. Its versatility extends beyond Node.js, influencing other backend languages such as PHP and Python. In this blog, we delve into the inne...vishwajitvm
Vishwajit VmforVishwajit Vm blogvishwajitvm.hashnode.dev·May 13, 2024Exploring the Power of Node.js REPL: A Developer's GuideIntroduction Node.js, with its efficient runtime environment and vast ecosystem, has become a go-to choice for developers worldwide. At the core of Node.js lies its Read, Evaluate, Print, Loop (REPL) cycle, a powerful tool that facilitates rapid prot...V8Engine
Vishwajit VmforVishwajit Vm blogvishwajitvm.hashnode.dev·Feb 19, 2023Laravel with DockerLaravel is one of the most popular PHP frameworks, known for its simplicity and ease of use. On the other hand, Docker is a platform that allows developers to easily create, deploy, and run applications using containers. When you combine Laravel with...42 readslaravel with docker
Vishwajit VmforVishwajit Vm blogvishwajitvm.hashnode.dev·Jan 18, 2023Exporting XML Data into MySQL: A Step-by-Step GuideAs data continues to grow at an unprecedented rate, many organizations are turning to XML as a way to store and share information. However, in order to effectively analyze and utilize this data, it often needs to be imported into a database managemen...46 readsxml