Welcome
Welcome to my blog. Changes are coming so please be patient
-
Curl Error 60 with SSL Certificate
I am writing an app using the TMDB API. It uses CURL to access the API. I get the following error. Here is how I fixed the error. Download and save the PEM file to your PHP installation directory / extras / ssl / cacert.pem. Edit your php.ini file. Enable the entry curl.cainfo =…
-
Surface Pro 4 Review
I recently traded in my old 2011 MacBook Pro at the Microsoft Store for a gift card. I then used it to put towards a Surface Pro. Here is some background before I proceed. I am a web developer that works on PHP and some .Net stuff as well as use databases. I was primarily…
-
Configuring Windows Server 2012 to Run a Laravel Application
My latest project required me to use the Laravel framework and use a MSSQL Server backend. To do this, I will be using Windows Server 2012, IIS, and MSSQL Server 2012. Installing IIS First thing is make sure every thing is up to date. If it’s a brand new server, you will need to install…