Categories
Programming

Blazing Fast Migrations For Laravel Testing

I recently purchased a course called “PHP Package Development” by @marcelpociot. The course was really good. If you are interested in package development for Laravel apps, I highly recommend it.

After completing the course I decided to take a stab at developing a package. It took me about 4 hours to build the package and upload it to packagist. Which is much less time that I would have predicted before watching Marcel’s course.

Categories
Uncategorized

Easy PhpStorm Live Template For PHPUnit Tests

Taking time to stop your work and create little helpers for repetitive tasks can really boost your productivity in the long run. I try to make it a point to streamline anything that I find annoying after a few encounters. Over time a lot of tiny wins become a huge gain in overall programming productivity.

Categories
Programming

Speed Up Your PHPUnit Tests – Disable Xdebug

I recently noticed that my PHPUnit tests were running kind of slow which prompted me to start looking into how to speed them up. After some digging, I discovered that Xdebug can have a major impact on the speed of your phpunit tests.

But, if you’re like me, you can’t live without a full debugging experience when you are coding, so disabling it permanently isn’t a viable option.

Categories
Programming

Custom Collections – Laravel 5.3

I’ve been working on an application lately that is heavily dependent on data from a 3rd party API. To make matters more complicated the API terms of use don’t allow my app to store any of the data locally for periods longer than 48 hours. Apart from the API data, I also have a MySQL database where I store application data. Getting the data from the API was easy enough even though the SOAP-based API was absolutely awful.

Categories
Programming

Testing Laravel In PhpStorm Is Awesome

I’m starting to feel the need for a good test suite now that my codebase is growing larger. I started testing using PHPUnit in the terminal which is fine. However, PhpStorm can make this process much MUCH better!

Categories
Programming

Quickernotes – SOAP notes for MINDBODY

quickernotes soap notes for mindbody onlineIt’s finally ready for the big time.

I have worked on Quickernotes for about a year now. I initially built it for my offices. After seeing how much the doctors liked using it, and how fast it was I decided to make it available for sale as an add-on to MINDBODY systems.

Categories
Programming

SOAP Notes For MindBodyOnline Anyone?


quickernotes logo

Finally a way to document client encounters that works with Mindbodyonline! I’m excited to announce that the application I’ve been working on for the past few months is ready to have a few users sign up so I can test it. Check it out at QuickerNotes.com!

Categories
Programming

Listen 360 WordPress Plugin

I have created a plugin for the Listen 360 Platform that displays your reviews on a WordPress site or blog. It has some nice styling and it is really easy to setup. You simply enter your API key and URL that you can find once you sign up with Listen 360, select how many reviews you want to show per page, and select the colors that promoters, passives and detractors show up as and the plugin will take care of the rest.