Skip to content

Instantly share code, notes, and snippets.

View yogeshmishra667's full-sized avatar
:octocat:
Love GitHub 🧑

yogesh kumar mishra yogeshmishra667

:octocat:
Love GitHub 🧑
View GitHub Profile

Interview Questions

Node.js

Q1: What do you mean by Asynchronous API? β˜†β˜†

Answer: All APIs of Node.js library are aynchronous that is non-blocking. It essentially means a Node.js based server never waits for a API to return data. Server moves to next API after calling it and a notification mechanism of Events of Node.js helps server to get response from the previous API call.

Source: tutorialspoint.com

@yogeshmishra667
yogeshmishra667 / 06.png
Created January 25, 2023 05:06 — forked from mfd/06.png
Gilroy font
06.png
@yogeshmishra667
yogeshmishra667 / sampleREADME.md
Created July 21, 2020 12:28 — forked from FrancesCoronel/sampleREADME.md
A sample README for all your GitHub projects.

FVCproductions

INSERT GRAPHIC HERE (include hyperlink in image)

Repository Title Goes Here

Subtitle or Short Description Goes Here

@yogeshmishra667
yogeshmishra667 / README-Template.md
Created July 21, 2020 12:27 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites