maulikcode's profile picture. #webdeveloper

Maulik Dholariya

@maulikcode

#webdeveloper

你可能會喜歡
Maulik Dholariya 已轉發

🔗 Laravel Under The Hood - Facades blog.oussama-mater.tech/laravel-core-f…


Maulik Dholariya 已轉發

I extended the comparison to bun, python and java, here are the results:

fly2abhishek's tweet image. I extended the comparison to bun, python and java, here are the results:

Maulik Dholariya 已轉發

🔥 JavaScript Sets are about to become a lot more useful with these 7 new methods: .difference() .intersection() .symmetricDifference() .union() .isSubsetOf() .isSupersetOf() .isDisjointFrom()

wesbos's tweet image. 🔥 JavaScript Sets are about to become a lot more useful with these 7 new methods:

.difference()
.intersection()
.symmetricDifference()
.union()
.isSubsetOf()
.isSupersetOf()
.isDisjointFrom()

Maulik Dholariya 已轉發

JavaScript Concepts You MUST Know Before Learning React:👇 - arrow function - array methods - normal functions - spread operators - function expressions - default imports - handling events - lexical scoping - String Methods - named imports - async await - destructuring - map -…


Maulik Dholariya 已轉發

🤔 When to use empty() and when to use blank()? As a Laravel user, this has puzzled me too! 😅 It seems the creator of Laravel prefers empty() over blank() 🤷‍♂️ Share your thoughts! 🙌 #Laravel #LaraconUS

MrPunyapal's tweet image. 🤔 When to use empty() and when to use blank()? 

As a Laravel user, this has puzzled me too! 😅

It seems the creator of Laravel prefers empty() over blank() 🤷‍♂️ 

Share your thoughts! 🙌

#Laravel #LaraconUS

Maulik Dholariya 已轉發

⚡️ Supercharge Laravel Coding: Boost Performance with @-each! 🚀 ✨ Level up your code efficiency with @-each! Effortlessly render views for collections and elegantly handle empty states in a single line.🎯 No need for @-foreach, @-include @-forelse 🤞🤞 #Laravel #php 🔥🔥

MrPunyapal's tweet image. ⚡️ Supercharge Laravel Coding: Boost Performance with @-each! 🚀

✨ Level up your code efficiency with @-each! Effortlessly render views for collections and elegantly handle empty states in a single line.🎯 

No need for @-foreach, @-include @-forelse 🤞🤞

#Laravel #php 🔥🔥

Maulik Dholariya 已轉發

PHP random fact. Did you know that `in_array()` had a THIRD parameter? If the third parameter `$strict` is set to `true` (default `false`), then the in_array() function will also check the TYPES of the needle in the haystack. Official docs: php.net/manual/en/func…

PovilasKorop's tweet image. PHP random fact.

Did you know that `in_array()` had a THIRD parameter?

If the third parameter `$strict` is set to `true` (default `false`), then the in_array() function will also check the TYPES of the needle in the haystack.

Official docs: php.net/manual/en/func…

Maulik Dholariya 已轉發

📢 Calling all #Laravel developers! 🚀 Did you know about `whereBetweenColumns()` in Laravel Eloquent? 🤔 I recently discovered it and realized I've been writing raw queries for column comparisons all this time. 😅 Let's learn and improve together 🙌 #Laravel #Eloquent #php 🔥

MrPunyapal's tweet image. 📢 Calling all #Laravel developers! 🚀

Did you know about `whereBetweenColumns()` in Laravel Eloquent? 🤔 I recently discovered it and realized I've been writing raw queries for column comparisons all this time. 😅

Let's learn and improve together 🙌 #Laravel #Eloquent #php 🔥

Maulik Dholariya 已轉發

🔊 Calling all Laravel developers! 👋🚀 🤔 What naming convention do you use in your Laravel codebase? From controllers to routes, models to relationships... Share your insights and experiences! 📚 #Laravel #PHP #snake_case/#SNAKE_CASE #camelCase #PascalCase 💪💪

MrPunyapal's tweet image. 🔊 Calling all Laravel developers! 👋🚀

🤔 What naming convention do you use in your Laravel codebase? From controllers to routes, models to relationships... Share your insights and experiences! 📚

#Laravel #PHP #snake_case/#SNAKE_CASE #camelCase #PascalCase 💪💪

Maulik Dholariya 已轉發

Next week a method requested for *years* lands in Laravel. The "toRawSql" method gives you the raw SQL of a query with all bindings substituted. 🔥 Just copy and paste the query into a DB app. *Not* as easy as it sounds and is result of a lot of hard work by @tobias_petry. ❤️

taylorotwell's tweet image. Next week a method requested for *years* lands in Laravel.

The "toRawSql" method gives you the raw SQL of a query with all bindings substituted. 🔥 Just copy and paste the query into a DB app.

*Not* as easy as it sounds and is result of a lot of hard work by @tobias_petry. ❤️

Maulik Dholariya 已轉發

🚀 Laravel Tip: Level up your model flattening with flatMap! ✨🔁 Use flatMap to effortlessly flatten related models. Simplify your code and unleash the power of Laravel collections. Let your 🚀 take off! #Laravel #Eloquent #PHP

MrPunyapal's tweet image. 🚀 Laravel Tip: Level up your model flattening with flatMap! 

✨🔁 Use flatMap to effortlessly flatten related models. 

Simplify your code and unleash the power of Laravel collections. 

Let your 🚀 take off! 

#Laravel #Eloquent #PHP

Maulik Dholariya 已轉發

🔥 Attention all adventurous Laravel Developers! Unlock the Power of Eager Loading in Laravel! 🚀 Boost performance and efficiency with these 10 amazing tips using the 'with()' method. Level up your relationships game! 🔥🔥 #Laravel #PHP 🫶

MrPunyapal's tweet image. 🔥 Attention all adventurous Laravel Developers! 

Unlock the Power of Eager Loading in Laravel! 🚀 

Boost performance and efficiency with these 10 amazing tips using the 'with()' method. Level up your relationships game! 🔥🔥

#Laravel #PHP 🫶

Maulik Dholariya 已轉發

Top 6 Linux Commands You Must Learn in 2023 1. find - bit.ly/3C33Py0 2. grep - bit.ly/3zWDxL5 3. curl - bit.ly/3wzSFgM 4. lsof - bit.ly/3Q2h5Xi 5. chmod - bit.ly/3bOP0oj 6. tar - bit.ly/3vXKSc7

javarevisited's tweet image. Top 6 Linux Commands You Must Learn in 2023 
1. find - bit.ly/3C33Py0
2. grep - bit.ly/3zWDxL5
3. curl - bit.ly/3wzSFgM
4. lsof - bit.ly/3Q2h5Xi
5. chmod - bit.ly/3bOP0oj
6. tar - bit.ly/3vXKSc7

Maulik Dholariya 已轉發

The chmod Linux and Unix command experts ;) If you don't know any better see my pages: → Chmod Numeric Permissions Notation Linux / Unix cyberciti.biz/faq/unix-linux… →How To Use chmod and chown Command in Linux cyberciti.biz/faq/how-to-use…

nixcraft's tweet image. The chmod Linux and Unix command experts ;) If you don't know any better see my pages:

→ Chmod Numeric Permissions Notation Linux / Unix cyberciti.biz/faq/unix-linux…

→How To Use chmod and chown Command in Linux cyberciti.biz/faq/how-to-use…

Maulik Dholariya 已轉發

Laravel devs, want a simple way to implement your observer? Checkout this handy trait I use in the majority of my @laravelphp projects.

jordankdalton's tweet image. Laravel devs, want a simple way to implement your observer? Checkout this handy trait I use in the majority of my @laravelphp projects.

Maulik Dholariya 已轉發

Release day! 🚀 Laravel Date Scopes v1.0.5! * Added Test suite * Added Century scope * Fixed overflow bugs The package already got 187⭐️on Github! github.com/laracraft-tech… #laravel #php #phpc


Maulik Dholariya 已轉發

💡TIL You could create a middleware that logs the response time of each request #Laravel #LaravelTips #LaravelTricks #PHP

laravel_updates's tweet image. 💡TIL

You could create a middleware that logs the response time of each request

#Laravel #LaravelTips #LaravelTricks #PHP

Maulik Dholariya 已轉發

Laravel devs, share with us where you prefer to hash your passwords. Here's how I do mine.

jordankdalton's tweet image. Laravel devs, share with us where you prefer to hash your passwords. Here's how I do mine.

Maulik Dholariya 已轉發

How can you hate on PHP? 🥰

codewithdary's tweet image. How can you hate on PHP? 🥰

United States 趨勢

你可能會喜歡

Loading...

Something went wrong.


Something went wrong.