phpdelusions is my main go to guide for everything php/pdo. But to just get started with PDO you really only need to know a few
phpdelusions is my main go to guide for everything php/pdo. But to just get started with PDO you really only need to know a few
Having to type in passwords manually all day long into servers you manage is a pain. You should be using ssh keys, they’re more secure,
Big fan of user/item recommenders, which is also known as collaborative filtering. Slope one is a very basic but reasonably accurate recommender algorithm which makes
This is the only command I’ll use to upgrade or update the OS on my Ubuntu instances, any version. This doesn’t upgrade to the next
Handy one for all sorts of reasons, just don’t use it for evil : \. I also did an online working version of this function.
Step 1: Postfix Config I’m going to assume you have postfix and your domain dns already setup. Adding an incoming email that you can parse
Code playground sites are awesome for front end developers. They let users collaborate and teach unlike ever before. If you’ve ever been on StackOverflow for
I’ve used H2O for about 2 years on a medium scale, over 500 million rows of data, in the prediction of advertisements on the internet.
I’ve compiled a list of all responsive html email frameworks and templates. If you know of any missing from this list or want to include
When you’re starting out in PHP you might find sometimes variables don’t exist when you want them to and you’ll get the NOTICE message from