Link Post and Podcast Roundup: May 2016 Edition
Here are this months links…
###Classic Programmer Paintings
Painters and Hackers: nothing in common whatsoever, but this are classical painters depictions of software engineering (technically, might not be all classical but hey, this is just a tumblr)
###Bootstrap 4 Cheat Sheet This has been extremely helpful. I like how easy it is to find items and copy and paste the HTML needed.
###Awesome PHP - Searchable Version
A curated list of amazingly awesome PHP libraries, resources and shiny things
This list is based on https://github.com/ziadoz/awesome-php and it looks a little nicer with some GitHub info thrown in.
###Why We Switched From Single Branch Flow To Pull Requests
When we onboard a new developer we start them with a pull request based workflow. I can’t say it’s a great way to do bug tickets but it does work really well for feature requests.
In July 2015 I suggested that the average web page weight would equal that of the Doom install image in about 7 months time.
I looked at a page a client’s marketing firm had created (it was having performance problems) and it was 10 MB (~5 Dooms).
The other interesting point is that the top 10 sites have actually gotten smaller over the past two years which I think the author said best “The top ten sites are significantly lighter than the rest (worth noting if you want to be a top website).”.
###Seven Words You Can Never Say on Television…But Can Apparently Say In Code
So, without further adieu here are Carlin’s “Seven Words You Can Never Say on Television” but you can apparently use in code with impunity.
It’s scary how much is shown in GitHub’s history.
###Algorithms
I’ve worked on an application built off Excel and I think it must be worse than Google’s Search. :-)
###Expectation vs Reality: my first 1.5 years of professional programming
A good read on programmer stereotypes and expectations.
###Developer Survey: Java Developers Are The Saddest And C++ Programmers Are The Oldest I think the title says it all. :-)
###Do Experienced Programmers Use Google Frequently?
The resounding answer is YES, experienced (and good) programmers use Google… a lot. In fact, one might argue they use it more than the beginners. Using Google doesn’t make them bad programmers or imply that they cannot code without Google. In fact, truth is quite the opposite: Google is an essential part of their software development toolkit and they know when and how to use it.
###Podcasts from Full Stack Radio
I really enjoyed the following podcasts from Full Stack Radio:
- 37: Chris Hartjes - Getting Started with Testing - A discussion on testing
- 38: J.B. Rainsberger - Unit Testability and the Universal Architecture - Another discussion on testing
- 40: Edd Mann - You Should Switch to Postgres - A discussion about what Postgres can do. I keep waiting to find a project where I can try Posgres but it’s hard to justify switching a whole database for a project when MySQL is already doing what we need it to.
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