Category: All
-
Sort JavaScript Arrays Ascending & Descending
Read more: Sort JavaScript Arrays Ascending & DescendingBy default, JavaScript has a sort function that takes the form of yourArrayName.sort( ) built-in, but to sort JavaScript arrays ascending and descending, you need a custom compare function to…
-
Introduction to Vim and 12 Useful Commands
Read more: Introduction to Vim and 12 Useful CommandsSo today I learned that Vim is a thing while using SSH to a remote WordPress server, so I thought I’d write about it. Here we go. Are Vi and…
-
Check if Your 301 Redirect is Working Using cURL
Read more: Check if Your 301 Redirect is Working Using cURLDid you just change domain names and redirect your old domain name to your new domain, but when you try in your browser it’s not reflecting this change? It could…


