ExpressJS is a popular NodeJS module. Here is how to access POST form fields in ExpressJS.
How to Detect Scroll Direction in JavaScript
Sometimes you may need to add functionality depending on direction of scrolling. Here is how to detect scroll direction in JavaScript.
How to Split String With Multiple Delimiters in JS
How to Split String With Multiple Delimiters in Python
Sometimes you may need to split string with multiple delimiters in Python. Here is how you can easily do this using split() function.
How to Clone Array in JavaScript
How to Check MySQL Engine Type for Table
How to use LIKE operator in SQL for multiple values
Sometimes you may need to use LIKE operator in SQL for multiple values. Here are the steps to do it.
How to Increase Import File Size Limit in PHPMyAdmin
Sometimes you may need to increase import file size limit in PHPMyAdmin. Here are the steps to do so.
How to Add Column After Another Column in MySQL
How to Retrieve MySQL Username and Password
Sometimes you may need to retrieve MySQL username and password if you have lost it. Here are the steps to do so.