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…
Hailing from Toronto, Ontario, I specialize in building frontend web applications.
I employ a strong product focus and a keen eye for good design and UX.
I write well tested code with a focus on clarity and cleanliness.
Languages, libraries, tools and techniques I utilize on a regular basis.
My latest writings on code, learnings, and career experiences.
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…