A 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 CommentCategory: Web Development
PHPStan 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 CommentThe steps I took to get Xdebug working with the Laradock development environment and Microsoft’s Visual Studio Code IDE.
3 CommentsWriting a custom TCP-based logger allowed me to get Laravel logging working with Papertrail on platform.sh.
Leave a CommentI’ve been both a speaker and teacher at tech conferences, and a DJ at parties. I’ve found a lot of similarities between the two, especially when it comes to anxiety.
1 CommentThis week I spoke at the WPCampus conference about automated user interface testing using Selenium. Here are my slides and relevant links.
Leave a CommentToday I spoke about how we use the WordPress REST API at Actionable.co. See this post for my slides and links to the rest of my writing about the REST API.
Leave a CommentDo you need to access sites running in your local development environment (localhost) from outside your network? ‘ngrok’ can help you with that.
4 Comments