How to get HTTPS (SSL) on your localhost for local development with XAMPP (Protip).

On October 11, 2019, Posted by , In Development,Information, By ,,,,, , With 4 Comments

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

On June 13, 2018, Posted by , In Information, By ,,,,, , With No Comments

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…