I just finished reading this wonderful blog post entitled, "It's all Greek to me: Thoughts on code readability and aesthetics" and I got to thinking about how I viewed these crazy one-liner code exercises. The earliest JavaScript example I saw was … [Continue reading] about Code readability
A wonderful tutorial for paginating with VueJs and Laravel
https://medium.com/introcept-hub/create-pagination-component-using-laravel-and-vue-js-e5709aac2724 … [Continue reading] about A wonderful tutorial for paginating with VueJs and Laravel
Lesson on testing middleware in Laravel
https://semaphoreci.com/community/tutorials/testing-middleware-in-laravel-with-phpunit … [Continue reading] about Lesson on testing middleware in Laravel
A Walk Off
In baseball, one of the most exciting points in the game comes when your team of choice trails by a run or two in the bottom of the ninth. You anticipate the bottom of the ninth during the middle inning break, wondering how the three batters will … [Continue reading] about A Walk Off
Global regular expression matching in PHP

I'll be the first to admit that I have trouble with regular expressions. But they're incredibly useful when used in the right way. For instance, I was recently tasked with finding a way to insert a related podcast into a story node. To do this, I … [Continue reading] about Global regular expression matching in PHP