Sometimes you may need to check if string starts with another string in JavaScript. Here are the steps to do so.
How to Check if Variable is Undefined in JavaScript
How to Detect Invalid Date in JavaScript
Sometimes you may need to check if a date is valid or not in JavaScript. Here is how to detect invalid date in JavaScript.
Forbidden Characters in Windows & Linux Directory Names
Windows and Linux directory names need to be of certain characters. Here are the forbidden characters in Windows & Linux directory names.
MySQL Date Format in DD/MM/YYYY in SELECT Query
Sometimes you may need to get MySQL date format in DD/MM/YYYY in SELECT query. Here are the steps to do so.
How to Fix MySQL Error 1153 – Got a packet bigger than ‘max_allowed_packet’ bytes
Create Temporary Table from SELECT Query in MySQL
Sometimes you may need to create temporary table from SELECT query in MySQL. Here are the steps to do it.
How to Select Multiple Columns in Pandas Dataframe
Sometimes you may need to select multiple columns in Pandas Dataframe. Here are the different ways to do so.