Free the Geek Episode 34 with Matthew Turland Is Live!
Just wanted to let you know that episode 34, with the Matthew Turland is live! He was a wonderful guest who shared so much value with me. Come find out more.
Just wanted to let you know that episode 34, with the Matthew Turland is live! He was a wonderful guest who shared so much value with me. Come find out more.
Just wanted to let you know that episode 33, with the wonderful Matt Stauffer from Tighten is live! He was a wonderful guest who shared so much value with me. Come find out more.
If you’re looking for a podcast to help you grow your software development skills and build a rewarding software development career, then Free the Geek is for YOU!
Debugging requests can be a time-consuming process. However, there’s a tool that makes doing so a lot simpler. It’s called Postman. In this tutorial, I step you through its core features and show you how to use them.
PhpStorm offers so much functionality. From syntax highlighting to Docker integration, it’s an extremely comprehensive tool. However, have you ever thought of using it to run your unit tests? In this article, I step you through running tests, from an entire suite to an individual test.
Git interactive rebase is a powerful tool that can help you fix up your commit history to make it more meaningful, professional, and maintainable. In this post, I step through what it is, how it works, and when you should — and shouldn’t — use it.
There are lots of tips, tricks, and ideas around for hacking your command-line productivity to make you more efficient. However, in this post, I’m not going to show you something that’s super in-depth, ultra-detailed, or talk about an app that you have to install, ctrl+x+e.
Still using var_dump to debug your PHP code? Stop! While var_dump can be convenient, it’s a very blunt approach. In this article, I’ll show you how to set up proper debugging with PhpStorm, Xdebug, and PHPUnit, and give you a modern, sophisticated debugging experience.
Is your website (or web-based application) not performing like you expect it should? Not sure why or what to do about it? Then come learn about some key things you can do to have your website perform properly.
Writing code is a very creative endeavour. However, if you’re not careful, you may well end up wasting a lot of time writing code that you don’t have to.