Build Better User Experiences with Mocked Apollo Queries
Whether you're practicing Test Driven Development or Storybook Driven Development the ability to mock data is extremely important, and I don…
Written by Chris Hayes, a passionate Software Engineer building great user experiences with quality code.
Whether you're practicing Test Driven Development or Storybook Driven Development the ability to mock data is extremely important, and I don…
You'd think a "professional" developer would smash out their personal site quick , right? That's what I thought when I started rebuilding…
In an earlier post I talked about how to utilize form and HTML macros to DRY up your views. The one thing I don’t like about these form…
I’ve discovered an issue with Eloquent in which using the whereHas() method with a HasManyThrough relationship returns the wrong results…
This is just a quick post to give a couple of examples where form/HTML macros are useful, and to advocate their usage in general. Reusable…
This trick is handy for wrapping all of your form elements with the same HTML/classes, which is especially useful for handling error states…
I released my first Laravel 4 package today, which is a couple of classes that build on top of Laravel’s Validator library. Take a look at…
Here is an extremely simple and elegant way to send Growl-like notifications to your users. It requires the Notifications package for…
Have you ever developed your application locally, then taken it live on your production server and had to manually change your app…
I recently launched my fifth app on Pagoda Box , and although I love the concept and the workflow it just isn’t ready for primetime. The…
Laravel 4 already has a place for pretty much everything, so it feels organized out of the box. However, the larger your application is the…
Scenic View is a tiny library that provides view and template inheritance. The syntax is straight PHP but is very clean and expressive. The…
Using slugs in URLs is a great alternative to strictly using integers (ids), as it improves SEO by allowing you to get more context in the…
I found an article by Mark van Eijk that outlines how to easily cache Eloquent results by using the following syntax: I wanted to point…
The Problem Having problems setting cookies in a Facebook iFrame app? Safari 6 (and other browsers will soon follow) now disables third…
Here is a simple function (modified from a class I wrote to simplify Facebook API calls) to check if there are discrepencies between the…
This is a scene that is all too familiar at most work places: dirty dishes left by the sink. I am fortunate enough to have a dish washer at…