Skip to main content

Posts

Testing Open Api files

·6 mins
Using Tests to verify the type and nullable correctness of an Open Api file is one way to ensure a usable documentation (if the file cannot be generated).

Laravel Validations

·6 mins
Validations are great for ensuring that the data you receive is in the format you expect, while also handling a lot of edge cases (like ids that are not in the database).

The Laravel Queue

·7 mins
After debugging problems with the Serialisation of Classes, I learned I know way too little about Laravel Queues.