From REST to GraphQL: Transforming Your Node.js API Architecture GuideGraphQL is a powerful query language for APIs, enabling clients to request only the data they need. Here I’m going to guide you on how to…Aug 23, 2023Aug 23, 2023
Most effective node frameworks, Express.js and Nest.jsNode.js is a powerful runtime environment for executing JavaScript code on the server side. There are several popular frameworks available…Jul 18, 2023Jul 18, 2023
Object literals an alternative for if/else statements.As a software dev we can’t avoid if/else statements and else/if ladders in our day to day coding life. Even though if statements are…Dec 14, 2022Dec 14, 2022