Firefox-only CSS

— If you are a web developer, you might have come across the need to apply some CSS rules only for Firefox.

I just self-verified my blog

— Twitter’s Blue tick verification is all the rage these days. By getting verified on Twitter, you can get a blue tick next to your name which makes you look more authentic and trustworthy.

File validation rule object in Laravel 9.x

— Validating things plays a crucial role in any web application. In Laravel, you can validate the incoming request data using the validate() method. This method accepts an array of validation rules as its first argument. These rules are used to validate the incoming request data.