NextJSHow to add multiple plugins to the NextJS config fileNextJS is a popular framework for building server-rendered React applications. One of the key…January 13, 2023 1 min
NodeJSHow to call a route internally using NodeJSLet's see how to call a route internally in a NodeJS application. You've just built several…April 11, 2022 1 min
NodeJSHow to automatically parse JSON stored in a string with NodeJS and Javascript.Let's see how to automatically parse JSON at a different level in a requested object (from MySQL or…April 07, 2022 1 min
NodeJSHow to query MySQL database with NodeJS variables and avoid SQL injection.Let's see how to query your MySQL database and avoid SQL injection using Nodejs and Javascript…April 04, 2022 1 min
NodeJSThe Difference Between Node and NPM?What is NPM, and what is Nodejs? We assume they are the same, but it's not the case. Let's dive into…January 13, 2022 1 min
ReactJSThe useContext hook in ReactReact is the leading frontend framework. The team recently released a new way to write React…January 04, 2022 1 min