Kedar Sedai

Full Stack Web Developer

A motivated individual with in-depth knowledge of languages and development tools, seeking a position in a growth-oriented company where I can use my skills.

Error Mostly occurs in Node js

While developing node.js application I had faced this issue multiple times. Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers ...

Read the rest

Read and Parse JSON asynchronously

JSON stands for JavaScript Object Notation. JSON is syntax for storing and exchanging data. It is a text, written with JavaScri...

Read the rest

Use ExpressJs to render HTML Files

In NodeJs as well as in ExpressJs application there is a simple way of sending HTML or other type of file res.sendFile(). Usin...

Read the rest

🔥Power of VS Code

Visual Studio Code (VS Code) is a code editior that is used for building and debugging modern web and cloud applications. Ther...

Read the rest

MongoDB

MongoDB is an open-source document database and leading NoSQL database. This tutorial give you great understanding on MongoDB c...

Read the rest

Build REST APIs

An API is the Application programming interface. Actually, it is the set of rules that allows developer programmers to talk wit...

Read the rest