How to get HTTPS (SSL) on your localhost for local development with XAMPP (Protip).
Have you been searching all over the internet for understanding how to get HTTPS (SSL) on your localhost for development on a xampp server? Quickly setup HTTPS (SSL) on your local development server now. Well hopefully this will be the last place that you need to look to get a…
PHP Higher Order functions
Let’s talk about functions In order (no pun intended) for me to better explain what a higher order function is I would like to share a little bit on functions. There are two kinds of functions user-defined and built-in functions. built-in functions are core PHP or platform define such as…