trupen adroja (@trupenadroja) 's Twitter Profile
trupen adroja

@trupenadroja

ID: 1509177764204904449

calendar_today30-03-2022 14:36:50

8 Tweet

4 Followers

45 Following

OussamaMater (@oussamamater) 's Twitter Profile Photo

Laravel Tip ๐Ÿ’ก: The New Flexible Cache Method Starting with Laravel v11.23.0, you can use the new "flexible" method for caching. If you've struggled with revalidating your cache before it expires, make use of it ๐Ÿš€ #laravel

Laravel Tip ๐Ÿ’ก: The New Flexible Cache Method

Starting with Laravel v11.23.0, you can use the new "flexible" method for caching. If you've struggled with revalidating your cache before it expires, make use of it ๐Ÿš€

#laravel
OussamaMater (@oussamamater) 's Twitter Profile Photo

Laravel Tip ๐Ÿ’ก: Higher Order Messages When working with Laravel collections, remember that they come with higher order messages, which are shortcuts for the most common actions ๐Ÿš€ #laravel

Laravel Tip ๐Ÿ’ก: Higher Order Messages

When working with Laravel collections, remember that they come with higher order messages, which are shortcuts for the most common actions ๐Ÿš€

#laravel
Ash Allen ๐Ÿš€ (@ashallendesign) 's Twitter Profile Photo

In PHP, you can use the null coalesce assignment operator (??=) to assign a value to a variable if the variable is null! โšก It's not something I use often, but it's always nice when I get the chance to. It's really handy for setting default values! Have you used it? ๐Ÿ˜„

In PHP, you can use the null coalesce assignment operator (??=) to assign a value to a variable if the variable is null! โšก

It's not something I use often, but it's always nice when I get the chance to.

It's really handy for setting default values!

Have you used it? ๐Ÿ˜„
OussamaMater (@oussamamater) 's Twitter Profile Photo

Laravel Tip ๐Ÿ’ก: Laravel's Singed Routes A reminder that Laravel ships with signed routes. They are perfect for magic login links, temporary access, and one-time actions like unsubscribing users, all in a safe way by making sure the URL isn't tampered with ๐Ÿš€ #laravel

Laravel Tip ๐Ÿ’ก: Laravel's Singed Routes

A reminder that Laravel ships with signed routes. They are perfect for magic login links, temporary access, and one-time actions like unsubscribing users, all in a safe way by making sure the URL isn't tampered with ๐Ÿš€

#laravel
OussamaMater (@oussamamater) 's Twitter Profile Photo

Laravel Tip ๐Ÿ’ก: Get the Age of a Date Since Laravel uses Carbon under the hood, you can easily get the age of a parsed date ๐Ÿš€ #laravel

Laravel Tip ๐Ÿ’ก: Get the Age of a Date

Since Laravel uses Carbon under the hood, you can easily get the age of a parsed date ๐Ÿš€

#laravel
Ash Allen ๐Ÿš€ (@ashallendesign) 's Twitter Profile Photo

I love using "match" in my PHP code! ๐Ÿ”ฅ I find it : โœ… Concise and clear โœ… More readable than if/elseif/else โœ… Easy to extend with extra branches in the future โœ… Useful that we can return the result Do you use "match" in your projects? ๐Ÿ˜„

I love using "match" in my PHP code! ๐Ÿ”ฅ

I find it : 

โœ… Concise and clear
โœ… More readable than if/elseif/else
โœ… Easy to extend with extra branches in the future
โœ… Useful that we can return the result

Do you use "match" in your projects? ๐Ÿ˜„