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
MiscHow to throttle network bandwidth in Chrome to simulate poor connection.Network simulation in Chrome (or every web browser based on Chromium project like Brave, Edge etc…January 17, 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
MacOSHow to have a smooth Mac mouse wheel scrollingApple is great when you keep using Apple products. The problem is the Apple Magic mouse may not be…January 05, 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
ReactJSThe useEffect hook in ReactRReactJS is the leading frontend framework. They recently released a new way to write React…January 02, 2022 1 min
ReactJSThe useState hook in ReactReact is the leading frontend framework. They recently released a new way to write React components…January 01, 2022 1 min
MiscHow to Enable the Dark Mode Feature in Chrome without extensionDark Mode was first released in 2018 on chromeOS and has been gradually rolled out to more devices…September 27, 2021 1 min