#modernphp kết quả tìm kiếm
Got home from vacation and found this in the mailbox. Thank @mortenbergset looking forward to start @ProFundoNorge #modernphp #newjob
"Modern PHP" new Josh Lockhart book reviewed wp.me/p5zbur-NC cc @codeguy @OReillyMedia #PHP #ModernPHP
Que tal ficar por dentro de temas como #IOT, #ChatBot, @OpenSource e #ModernPHP? Confere esse compilado das melhores palestras do #ConexaoKingHost2017 ow.ly/zu6O30kZZZq
I do like a lot the new @laravelphp migration files, that do not need to define a class name, nor need a namespace to be PSR-12 and pass all #phpcs validation #modernPHP #php #phpIsNotDead
モダンPHP勉強会 #2 やります!メインテーマは「Twig」です!パーフェクトPHPな何かもあるよ #modernphp #perfectphp http://bit.ly/fpGaJX
もう店頭には出てるのか。Amazonに予約してるんだが RT @norinori2222: 帰りにパーフェクトPHP買ってきました。(^^) #modernphp http://bit.ly/aHlybi
この辺りはsymfonyユーザなら使っているはず #modernphp (modernphp live › http://ustre.am/9vWs)
->{'GET /'}( function($b) { echo 'hello'; } ) は見た目けっこう邪悪だと思った #modernphp
Reading code in my new employer's codebase. I'm seeing strict typing and return types. :) #modernPHP
今になってあれ聞いておけばよかったなー、っていうのが思い浮かんでいる。「モダンな PHP テスティング」とか「モダンな PHP のドキュメント生成」とか。 #modernphp
#ModernPHP #PHP8 #JITCompiler #WebPerformance #BackendDevelopment #FasterApps #SoftwareInnovation #DigitalScalability #Bizmia
One of the reasons for #ModernPHP’s renaissance, is not just it’s a different language with multiple really good frameworks, it’s that the people out promoting it, Aaron, Jeff, Matt, the Erics, Jess etc etc come across as good, fun, humans.
📅 PHP Coding Tips - Day 100 ❗️Use readonly for Immutable Properties 🔒 ✅ Available since PHP 8.2 — immutability made easy. ❓ Are you using readonly classes yet? #PHP #ModernPHP #Immutability #100DaysOfPHP
📅 PHP Coding Tips - Day 95 ❗️Use nullsafe operator for Cleaner Calls 🧼 ✅ Avoids nested null checks. ❓ Using PHP 8’s nullsafe yet? #PHP #ModernPHP #CodeTips #100DaysOfPHP
📅 PHP Coding Tips - Day 91 ❗️Use str_contains() for Clean String Checks 🔍 ✅ Available since PHP 8. ❓ Still using strpos()? #PHP #ModernPHP #StringFunctions #100DaysOfPHP
📅 PHP Coding Tips - Day 90 ❗️Prefer Class Autoloading Over Manual Includes 🚀 ✅ Cleaner & more scalable. ❓ Still using require in new code? #PHP #Composer #ModernPHP #100DaysOfPHP
📅 PHP Coding Tips - Day 76 ❗️Use Short Closures Where Appropriate 🔍 ✅ Clean & fast for one-liners. ❓ Do you still use long-form function()? #PHP #ModernPHP #CodeTips #100DaysOfPHP
PHP works beautifully with modern stacks: – REST APIs – Headless CMS – Docker & cloud deployments – Integration with React/Next.js frontends PHP has evolved with the times. #ModernPHP #WebArchitecture
It is modern PHP(8) syntax. Please write annotations, enable strict_types and follow psr-4 (composer). #PHP #PHP8 #ModernPHP #PHPSyntax #Syntax
Unlocking The Potential of PHP With 150+ Extensions link.medium.com/NWdJsbJJGIb #PHP #corephp #modernphp #latestphp
🌐 Why PHP 8 Matters: Embracing these new features propels PHP into the realm of modern languages, offering developers powerful tools for efficient and clean coding. #ModernPHP #WebDev
What is Data Type In Programming? Data Type simply means, giving a definition to a certain character (data) that is fed to the computer. This definition enables the computer to make good use of the data when it is making a decision(processing data). #modernPHP #PHP001
I've been an advocate of using PHP the Right Way. And that has helped me in harnessing the power the language provides. Yes it has its limitations but trust me PHP is gold mine. ❤️🧑💻 #php #laravel #modernPHP
PHP can achieve a Go-like feature by returning multiple values from a function. I believe this is not an anti-pattern, what do you think? #php #modernphp
#ModernPHP #PHP8 #JITCompiler #WebPerformance #BackendDevelopment #FasterApps #SoftwareInnovation #DigitalScalability #Bizmia
"Modern PHP" new Josh Lockhart book reviewed wp.me/p5zbur-NC cc @codeguy @OReillyMedia #PHP #ModernPHP
Got home from vacation and found this in the mailbox. Thank @mortenbergset looking forward to start @ProFundoNorge #modernphp #newjob
It is modern PHP(8) syntax. Please write annotations, enable strict_types and follow psr-4 (composer). #PHP #PHP8 #ModernPHP #PHPSyntax #Syntax
Que tal ficar por dentro de temas como #IOT, #ChatBot, @OpenSource e #ModernPHP? Confere esse compilado das melhores palestras do #ConexaoKingHost2017 ow.ly/zu6O30kZZZq
PHP can achieve a Go-like feature by returning multiple values from a function. I believe this is not an anti-pattern, what do you think? #php #modernphp
"Thing go wrong.it's a fact of life...there are always bugs and errors that we overlook". #modernphp #php #it
#jedenTagBesser mit diesem Motto kann man man ruhig auch mal samstags ein #Buch aufschlagen #modernPHP #learning
📅 PHP Coding Tips - Day 91 ❗️Use str_contains() for Clean String Checks 🔍 ✅ Available since PHP 8. ❓ Still using strpos()? #PHP #ModernPHP #StringFunctions #100DaysOfPHP
📅 PHP Coding Tips - Day 95 ❗️Use nullsafe operator for Cleaner Calls 🧼 ✅ Avoids nested null checks. ❓ Using PHP 8’s nullsafe yet? #PHP #ModernPHP #CodeTips #100DaysOfPHP
📅 PHP Coding Tips - Day 76 ❗️Use Short Closures Where Appropriate 🔍 ✅ Clean & fast for one-liners. ❓ Do you still use long-form function()? #PHP #ModernPHP #CodeTips #100DaysOfPHP
I do like a lot the new @laravelphp migration files, that do not need to define a class name, nor need a namespace to be PSR-12 and pass all #phpcs validation #modernPHP #php #phpIsNotDead
PHP 8.5 is coming this November • Native property accessors • Pipe operator (|>) • array_first() / array_last() • Enum fetch() • Many more... Feels like PHP is finally growing up in all the right ways. You upgrading or still stuck on 7.x? 😅 #PHP85 #ModernPHP #WebDev
📅 PHP Coding Tips - Day 100 ❗️Use readonly for Immutable Properties 🔒 ✅ Available since PHP 8.2 — immutability made easy. ❓ Are you using readonly classes yet? #PHP #ModernPHP #Immutability #100DaysOfPHP
Join us at #PHPTek as Tim Bond ( @TimB0nd ) explores "What Does A Modern PHP Application Look Like?". Register now: tek.phparch.com #PHP #ModernPHP
もらっちゃった!ありがとうございます! #modernphp http://twitpic.com/3gq7bx
帰りにパーフェクトPHP買ってきました。(^^) #modernphp http://photozou.jp/photo/show/396534/56293664
Something went wrong.
Something went wrong.
United States Trends
- 1. #SmackDown 39.1K posts
- 2. #BUNCHITA N/A
- 3. Giulia 12.9K posts
- 4. #BostonBlue 4,039 posts
- 5. Caleb Wilson 4,859 posts
- 6. #OPLive 1,824 posts
- 7. Supreme Court 173K posts
- 8. Rockets 19.7K posts
- 9. Tulane 3,021 posts
- 10. #TheLastDriveIn 2,483 posts
- 11. Northwestern 4,436 posts
- 12. Podz 1,654 posts
- 13. Lash Legend 5,320 posts
- 14. Justice Jackson 3,623 posts
- 15. Chelsea Green 5,567 posts
- 16. NBA Cup 9,018 posts
- 17. Harrison Barnes N/A
- 18. Reed 23.8K posts
- 19. Justice Ketanji Brown Jackson 2,198 posts
- 20. SCOTUS 22.7K posts