AWS RDS Point in Time restores allow you to specify the exact time from which you’d like to restore your MySQL InnoDB database.
Leave a CommentShawn Hooper Posts
What is a Data URI? Data URIs (also called Data URLs) are a scheme for encoding data using a base64 encoding that can be included…
Leave a CommentNeed to test an anti-virus/malware solution? An EICAR test file allows you to do this safely.
Leave a CommentA well written README file can help new team members (or future you) understand a project quickly. This post describes what a good README should include.
Leave a CommentPHPStan is a static code analysis tool. It scans your code, trying to find errors that you wouldn’t usually trigger until runtime; calling a method…
Leave a CommentToday I found a handy package to create a summary of changes made between composer update commands. Perfect for adding to commit statements or release documentation.
Leave a CommentUsing Laravel Pint to keep your cour PHP code consistently styled the Laravel Way. Includes workflow to automate styling using GitHub Actions.
Leave a CommentIt’s time to look at how open source software is funded. In this post, I look at what’s happening in the PHP project.
1 CommentThe steps I took to get Xdebug working with the Laradock development environment and Microsoft’s Visual Studio Code IDE.
3 CommentsWell, here we are. 2020. I just turned 40 a few weeks ago. I figure these are both fun reasons to look back and see how my career has changed over the past decade. It’s a bit of trip down memory lane….
4 Comments