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
MarkdownHow to Create and Edit Markdown TablesMarkdown is a simple formatting syntax for structuring text on the web. It is very popular with…September 10, 2021 1 min
MarkdownUse links variables in Markdown for Dynamic WritingMarkdown is a simple formatting syntax for structuring text on the web. It is very popular with…September 07, 2021 1 min