Jeff

I'm a full-stack web developer and a part-time writer.

You can find more of my writing on https://medium.com/@jeffochoa.

Introducing View Components in Laravel, an alternative to View Composers image

Introducing View Components in Laravel, an alternative to View Composers

The concept of “View Components” can enable you to reuse complex components using dynamic data on any view within your application. Learn...

Read article
Testing Vue components with Laravel Dusk image

Testing Vue components with Laravel Dusk

Adding tests to a project is always beneficial for different reasons, but choosing the right strategy can be a struggle for many developers.

Read article
Data-driven testing with PHPUnit image

Data-driven testing with PHPUnit

Testing your code is an essential part of the development process, but sometimes it could also be expensive when you try to emulate many uses cases ba...

Read article
Defense Programming: Anticipating Failures with Tests image

Defense Programming: Anticipating Failures with Tests

When you start working on a new feature, it is wise to plan out not only how it is expected to work, but what happens if something fails. Taking the t...

Read article