Sometimes you may need to find local IP address in Python. Here are the steps to determine local IP address.
How to Convert All Strings in List to Integer
How to Parse URL into Hostname & Pathname in JS
Sometimes you may need to split URL into hostname and pathname in JavaScript. Here is how to parse URL into hostname & pathname in JS.
How to Remove Element By Id in JS
How to Write to File in NodeJS
How to Convert Unix Timestamp to Datetime in Python
Sometimes you may need to convert unix timestamp to datetime python. Here are the steps to fix the problem.
How to Smooth Scroll on Clicking Links
Sometimes you may need to smooth scroll on clicking links on web pages. Here is how to do this using JavaScript and jQuery.