Author: Shivam Sourav Jha
-
How to handle Node.js Code Coverage with NYC in Docker Containers
There are particular difficulties in getting NYC coverage from Node.js operating in Docker containers. This blog discusses the procedures needed to operate Node.js clusters in Docker and produce reliable code coverage reports. How to Get Coverage nativally? Running NYC locally is straightforward with a simple command: "start": "nyc node ./dist/main.js", However, there are more stages…
-
Exploring Various Protocols : HTTP to Databases
Table of Contents Unraveling the Mystery of various Protocols The Role of Protocols in Network Communication Examples: HTTP, SMTP, RESP, POP3, IMAP Diving into the OSI Model Understanding the Seven Layers of the OSI Model The Application Layer and its Responsibilities Hyper Text Transfer Protocol (HTTP): A Peek into Simplicity Understanding HTTP and its Functions…