Devdeep Ghosh

Devdeep Ghosh

How to Create GraphQL API Server in NodeJS

Graphql API Server In NodeJS

Traditional REST API style can get cumbersome when the complexity of APIs increases. GraphQL provides a modern approach to client-server communication and helps the development of web applications in a more efficient way. In this post, we’ll learn what GraphQL…

NodeJS Process Model Explained

Nodejs Process Model Main

NodeJS is an open-source and cross-platform JavaScript runtime environment built on top of Chrome’s V8 JavaScript Engine enabling high performance and scalability. NodeJS uses the process model instead of the traditional web server model, which makes it super useful for…