Link Post Logo

October’s links.

Mutation testing – we are testing tests by @Sarvendev

I’ve added this to my todo list as something to try but I wonder if it ever needs to get run more than once a week. I would think it would take forever on a large set of tests.

The Best Interview Questions for Remote Full Stack Developers

I like asking people a version of “1. Why did you decide to pursue a career as a full stack developer?” because it’s always interesting to hear their responses. Especially from self taught programmers.

Creating the @route Blade Directive by @_iamgergo

It’s interesting to see how easy it is to create a new Blade Directive with very little work.

Running make:auth in Laravel 6

The thing I’ve really loved about Larvel 5.x is how easy it is to add user authentication. For some reason this feels overly complicated.