Link Post Roundup: May 2015 Edition
[SLIDES] WHAT TO EXPECT WHEN YOU’RE EXPECTING: PHP 7 (PHPDAY 2015)
An overview of some of the more important improvements to PHP7. I'm super happy to see the mysql_*
functions going away.
How to Design Indexes, Really
An overview of how you should be adding indexes to your MySQL tables.
How many people are missing out on JavaScript enhancement?
Horrible take away from this article:
1.1% of people aren't getting JavaScript enhancements
I love the way they tested this:
So @tombaromba hacked some code in the GOV.UK homepage (similar to an approach inspired by an experiment Yahoo! Conducted in 2010). We chose this page because of its high volume of traffic and low likelihood of any bias towards a particular user group or demographic.
This code included three images, of which browsers should request two.
First, an image that virtually all browsers would request (the ‘base image’).
And either
- an image that only browsers executing JavaScript would request (the ‘script image’)
- an image that only browsers not executing JavaScript would request (the ‘noscript image’)
We deployed this code and then collected the log data from over half a million visits. I expected that number of ‘base image’ requests would closely equal the combined ‘script image’ and ‘noscript image’ requests.
I'm curious what the numbers are for sites I manage...
The God Login
I wish more sites would get behind this:
User identity is always email, plain and simple. What happens when you forget your password? You get an email, right? Thus, email is your identity. Some people even propose using email as the only login method.
Most common git screwups/questions and solutions
This is the scariest one in the bunch:
Remove all local untracked files (and directories) from your local clone
Careful! You might want to take a backup before doing this:
git clean -f -d
The why, what and how of automated static asset pipelines
A good overview of why you should be using a static asset pipelines but it doesn't go into enough details to actually be helpful. :-)
paragonie/awesome-appsec
A curated list of resources for learning about application security
NisreenFarhoud/Bash-Cheatsheet
The main topics of this cheatsheet include an intro to the shell, navigating around the shell, common commands, environment variables, connectors, piping, I/O redirection, permissions, and keyboard shortcuts.
Scott Keck-Warren
Scott is the Director of Technology at WeCare Connect where he strives to provide solutions for his customers needs. He's the father of two and can be found most weekends working on projects around the house with his loving partner.
Top Posts
- Working With Soft Deletes in Laravel (By Example)
- Fixing CMake was unable to find a build program corresponding to "Unix Makefiles"
- Upgrading to Laravel 8.x
- Get The Count of the Number of Users in an AD Group
- Multiple Vagrant VMs in One Vagrantfile
- Fixing the "this is larger than GitHub's recommended maximum file size of 50.00 MB" error
- Changing the Directory Vagrant Stores the VMs In
- Accepting Android SDK Licenses From The OSX Command Line
- Fixing the 'Target class [config] does not exist' Error
- Using Rectangle to Manage MacOS Windows