I recently started out with this project where I am using Apollo GraphQL with TypeGraphQL , typegoose as mongoose wrapper and Express.js to create an API. I have been searching for different articles on using […]
456 total views, 2 views today
I recently started out with this project where I am using Apollo GraphQL with TypeGraphQL , typegoose as mongoose wrapper and Express.js to create an API. I have been searching for different articles on using […]
456 total views, 2 views today
So In 2018, Ryan Dahl (the creator of Node.js) issued “10 Things I Regret About Node.js” in JSConf , He goes on including several regrets about the design he took over Node.js in 2009. Almost […]
576 total views, 1 views today
Before jumping right into why nodejs is considered efficient compared to other backend technologies, we must first understand the difference between thread-based and event-driven systems. Nodejs is event-driven whereas Python, Ruby, PHP is thread-based and […]
196 total views, 1 views today