If you are a web applications builder with Laravel and happens to use PHPStan for static code analysis, you will start seeing new errors when you...
Laravel Sanctum is a lightweight authentication package for SPA applications and APIs. It was released in 2020 and became available out of the box...
In a previous post, we talked about how ULID can be a better choice for primary keys in MySQL than UUIDs. In this tutorial, we will go over how to use...
Unique identifiers are used to distinguish one object from another. They are commonly used to identify entities such as users, files, processes,...
Mattermost is an open-source platform for communication and collaboration with integrations with many tools. It is mostly considered as an open-source...
User enumeration is a brute-force technique that is used to collect or verify valid users' credentials. It belongs to the Identification and...