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? πŸ˜„