Articles about

Code

Provisional classes in Tinkerwell

May 19th, 2022 — Tinkerwell is an amazing tool by by Beyond Code. Soon after I began using Tinkerwell, I discovered a little hidden gem.

Versioning an API

December 10th, 2022 — Versioning your API can help you maintain compatibility with existing applications, introduce new features without breaking existing applications, and allow for more efficient development cycles.

Decorator Pattern in PHP

December 12th, 2022 — The decorator pattern is a great way to add extra functionality to an existing object without having to change the original code. This allows developers to quickly add new features to an existing object without having to go through the entire codebase.

Abstract Factory Pattern in PHP

December 13th, 2022 — The Abstract Factory Pattern is a useful pattern for creating families of objects that are related and have common characteristics.

Setting up Two-Factor Authentication using Laravel Fortify

December 15th, 2022