Ganesh B·Jan 2, 2024Toying with the idea of browser storage and cyber securityThis is for developers but written for non IT and people using the internet without any knowledge of IT and Internet Security
Ganesh B·Oct 8, 2023School Math Economics: Bad Non-inclusive, Non-comprehensive ‘per capita’ Income & ‘Inflation’…SUBJECT: The per capita income and inflation calculation [and data] are bad. Please be inclusive, non-selective, realistic in sampling of…
Ganesh B·Feb 25, 2023ExpressJS Series: True After Middlewares for ExpressJSAfter middlewares are basically a function of set of function that executes after all your business logic has been wrapped or finished.A response icon1A response icon1
Ganesh B·Nov 28, 2022Exploring Node.js and JS: The love affair of PHP scripts integration from all languagesAre you trying to integrate PHP scripts to your node.js application? This blog and library may fit your needs well.
Ganesh B·Nov 25, 2022Exploring Node.js and JS: Developer Maths and Dechiphering Primes and working with basic utilitiesCalculate, work with primes or check primes in a very fast way possible.
Ganesh B·Oct 30, 2022Exploring Node.js and JS: Checking is a package is a CommonJS script/module or a ESM moduleMany a times finding whether a code is commonjs script, commonjs module, or esm module makes or breaks your code. Be in a surprise if you…
Ganesh B·May 10, 2022ExpressJS Series: Managing json configuration based express serverCreating a Express application or for that matter any other framework’s application creation can be a daunting task. It should not be so…
Ganesh B·Nov 26, 2018ExpressJS Series: How can I implement before and after middlewares?It is a great concept that you can implement middlewares in ExpressJS. A lot of frameworks have been using this idea, copied from…A response icon2A response icon2
Ganesh B·Oct 2, 2018ExpressJS Series: Applying standard security to ExpressJS ServerIn the previous post, we used body-parser library to understand the request and parse the request body. We worked with library internals of…