#𝗣𝗛𝗣 搜尋結果

I'm very excited about what I'm going to share now! Flow #PHP just received a fully interactive playground allowing to build and execute ETL pipelines directly in the browser!! 🤯 Demo: youtu.be/bJm0BZUrTrg

norbert_tech's tweet image. I'm very excited about what I'm going to share now!

Flow #PHP just received a fully interactive playground allowing to build and execute ETL pipelines directly in the browser!! 🤯

Demo: youtu.be/bJm0BZUrTrg

After Composer 2.9 CLI security improvements, we're working on a transparency log for Packagist.org to strengthen PHP supply chain security, funded by the @sovtechagency with help of the @ThePHPF and Private Packagist. #php #phpc #composerphp

packagist's tweet image. After Composer 2.9 CLI security improvements, we're working on a transparency log for Packagist.org to strengthen PHP supply chain security, funded by the @sovtechagency with help of the @ThePHPF and Private Packagist. #php #phpc #composerphp

Your Laravel app is slow. 🐌 Not your code. Not your database. It's your queues. Just wrote a guide on: ⚡ Background job processing 🚀 Scaling to 100k jobs 💪 Real production patterns Stop blocking your main thread 👇 (link in subtweet) #laravel #php #queues

BurtDS's tweet image. Your Laravel app is slow. 🐌  
Not your code. Not your database.  
It's your queues.  

Just wrote a guide on: 
⚡ Background job processing 
🚀 Scaling to 100k jobs 
💪 Real production patterns  

Stop blocking your main thread 👇 (link in subtweet)  

#laravel #php #queues

Parallel GPT-2 inference in pure PHP, no python in sight: > Snail are mysterious because they were once a closely guarded secret, but one thing is certain - they'll never leave. Only an RTX 4060, no kv-cache ... #php #ai #wisdom


Little experiment I'm tinkering with... what if #php was your shell/prompt and could wrap around an existing shell (like zsh or bash) so you don't lose out on anything?

LiamHammett's tweet image. Little experiment I'm tinkering with... what if #php was your shell/prompt and could wrap around an existing shell (like zsh or bash) so you don't lose out on anything?

1️⃣2️⃣ Clean Code Series: Functions📒🧑💻 ☑️ Avoid type-checking (part 1) 🔹Consider using consistent APIs. 🐘 #PHP #Laravel #Symfony

rajkbnp's tweet image. 1️⃣2️⃣ Clean Code Series: Functions📒🧑💻

☑️ Avoid type-checking (part 1)

🔹Consider using consistent APIs.

🐘 #PHP #Laravel #Symfony

Just released v1.14.0 of our DNS component! 🎉 Here we go again, today's release introduces initial support for this week's PHP 8.5 release, allowing our downstream components to add compatibility for PHP 8.5 as well. More to come! github.com/reactphp/dns/r… Enjoy #async #php! 🍻

reactphp's tweet image. Just released v1.14.0 of our DNS component! 🎉

Here we go again, today's release introduces initial support for this week's PHP 8.5 release, allowing our downstream components to add compatibility for PHP 8.5 as well. More to come!

github.com/reactphp/dns/r…

Enjoy #async #php! 🍻

Composer 2.9 is here! 🚀 It automatically blocks packages with known vulnerabilities, has a new repository command to manage repos from the CLI, and lots more! #composerphp #phpc #PHP


The PHP Foundation is Seeking a New Executive Director! 🐘💜 We're asking the PHP community to help find the right person for this role. If you know someone who would be an excellent fit, please encourage them to apply or reach out to us directly. #phpc #php


PHP developers: Add WhatsApp messaging to your app's features. Here is everything you need to know about the API integration. codewolfy.com/sending-whatsa… #api #php #messaging #webdevelopment #codewolfy


Moving to stage 6. Stage 5 was all about group project. we are still grounding 🥸🥸🥸 Thank you to my mentors and team mate. Let us put more effort! @hnginternship @AbdulsalamTech #hng #hngbackend #backenddevloper #abdulsalamamtech #laravel #php

AbdulsalamTech's tweet image. Moving to stage 6.
Stage 5 was all about group project.
we are still grounding 🥸🥸🥸

Thank you to my mentors and team mate.
Let us put more effort!

@hnginternship @AbdulsalamTech 
#hng #hngbackend #backenddevloper 
#abdulsalamamtech #laravel #php

Submission for stage 4 was successful for our group 3 micro service project, we're all moving to stage 5. It was tough, but we were able to brake through the wall. #hng #php #Laravel #finally #abdulsalamamtech #bk

AbdulsalamTech's tweet image. Submission for stage 4 was successful for our group 3 micro service project, we're all moving to stage 5.

It was tough, but we were able to brake through the wall.

#hng #php #Laravel #finally
#abdulsalamamtech #bk
AbdulsalamTech's tweet image. Submission for stage 4 was successful for our group 3 micro service project, we're all moving to stage 5.

It was tough, but we were able to brake through the wall.

#hng #php #Laravel #finally
#abdulsalamamtech #bk


#Laravel #PHP Do you use arrow functions everywhere? 👇 Cleaner or harder to read? 👇

laravelbackpack's tweet image. #Laravel #PHP

Do you use arrow functions everywhere? 👇

Cleaner or harder to read? 👇

#Laravel #PHP Do you use ?? or stick with isset() ? Clean shortcut or confusing syntax? What do you think...👇

laravelbackpack's tweet image. #Laravel #PHP

Do you use ?? or stick with isset() ?

Clean shortcut or confusing syntax?  What do you think...👇

Cannot wait to play around with HTTP 402 Payment Required #Coding #HTTP402 #Laravel #PHP

OBayesShelton's tweet image. Cannot wait to play around with HTTP 402 Payment Required

#Coding #HTTP402 #Laravel #PHP

Going back to php. I hate this #php #shtwt #edtwt #bpdtwt


Running a #PHP server on the #ICP blockchain which is a full-stack crypto cloud running WASM canisters. uiukd-xyaaa-aaaad-qhonq-cai.icp0.io Currently integrating Laravel and Wordpress. Once done, will run on a sovereign, unstoppable, unhackable and tamperproof cloud. See…


You’ve heard of Elf on the Shelf… now get ready for: ✨self() on the static $self ✨ Because nothing says Christmas like a singleton who refuses to instantiate more than once #php #ProgrammingHumor

ckathanasiadis's tweet image. You’ve heard of Elf on the Shelf… now get ready for: ✨self() on the static $self ✨
Because nothing says Christmas like a singleton who refuses to instantiate more than once

#php #ProgrammingHumor

PHP 8.5 adds array_first() and array_last(), making it easier to get the first or latest item from any list. No more manual checks or array_key_last() tricks - just clean, readable code for orders, messages, logs, and events. #PHP #PHP85 #CleanCode #WebDev

mr_vijaychauhan's tweet image. PHP 8.5 adds array_first() and array_last(), making it easier to get the first or latest item from any list.

No more manual checks or array_key_last() tricks - just clean, readable code for orders, messages, logs, and events.
#PHP #PHP85 #CleanCode #WebDev

The best part of using @laravelphp with @nativephp for mobile apps? I get to use Laravel's amazing ecosystem for everything: Authentication, Database (Eloquent), Jobs, Caching... all in my mobile project. 🚀 #Laravel #PHP #AppDevelopment 🔥🔥


1️⃣2️⃣ Clean Code Series: Functions📒🧑💻 ☑️ Avoid type-checking (part 1) 🔹Consider using consistent APIs. 🐘 #PHP #Laravel #Symfony

rajkbnp's tweet image. 1️⃣2️⃣ Clean Code Series: Functions📒🧑💻

☑️ Avoid type-checking (part 1)

🔹Consider using consistent APIs.

🐘 #PHP #Laravel #Symfony

ISA⬆️1.90% today😀 18/26 stocks⬆️ - #IGG🥇 New ATHs for #IGG, #TFIF & #UU holdings Monthly buy 🔝#TFIF, #LAND ex div and dripping #HWDN & #PHP divis tomorrow Slim chance of ending Nov flat after starting week⬇️5%🤞 Now for Cheerios & Quality Street and a rewatch of KB skewer RR🍿

ISA⬆️1.11% today😀 17/26 stocks⬆️ - #XPS top gainer again New ATL for #DOM as the CEO departs🤨 New ATH for #CCC👊 Braced for another Rachel budget tomorrow😬



Der Security Support für #PHP 8.1 läuft in 33 Tagen aus. Über 53% aller #WordPress Seiten sind davon betroffen. Worauf beim #Upgrade zu achten ist wpcare24.de/blog/php-versi… #PHPupgrade #php74 #php8 #security

wpcare24de's tweet image. Der Security Support für #PHP 8.1 läuft in 33 Tagen aus. Über 53% aller #WordPress Seiten sind davon betroffen. Worauf beim #Upgrade zu achten ist wpcare24.de/blog/php-versi… #PHPupgrade #php74 #php8 #security

#PHP server on blockchain @WaspTechnology $ICP


#Development I'm currently focused on two things. 🎯 My approach is based on #CleanArchitecture with coordinators. I aim to build modular, dynamic projects without relying on "magic" code. ✨ I write backend in #PHP, and while I enjoy it, without LLM, it would be slower. 🐌


FREE Download - bdcFund – Charity and Donation platform codester.com/items/53678/bd… #php #scripts via @codesterhq


Tried NativePHP v2 for the first time. Since it works as an extension of Laravel, it didn't feel like learning a completely new framework - really easy to get started. Check it out as a file explorer implementation example! dev.to/yone3/tried-bu… #PHP #Laravel #DevCommunity


🏷️ Every PHP expert once started as a leaner who refused to quit. Keep learning. Keep building. Your growth starts here - with #PHPTalks #PHP #TechCommunity #CareerGrowth

PhpTalks's tweet image. 🏷️ Every PHP expert once started as a leaner who refused to quit.
Keep learning. Keep building. 
Your growth starts here - with #PHPTalks 
#PHP #TechCommunity #CareerGrowth

#PHP Tip Did you know... You can destructure arrays directly in the right-hand part of a foreach loop! Give it a shot for cleaner and more readable code!

laravelbackpack's tweet image. #PHP Tip

Did you know... You can destructure arrays directly in the right-hand part of a foreach loop!

Give it a shot for cleaner and more readable code!

#Laravel #PHP Do you use compact() when passing data to views....? Is it an elegant shorthand or readability killer? Drop your thoughts in the comments!👇

laravelbackpack's tweet image. #Laravel #PHP

Do you use compact() when passing data to views....?

Is it an elegant shorthand or readability killer? Drop your thoughts in the comments!👇

What if #PHP got the "with" keyword/structure from #Python? 🐘🐍 This is what's being discussed in the PHP internals mailing list 👀 Code snippet from the RFC 👉 wiki.php.net/rfc/context-ma…

alexdaubois's tweet image. What if #PHP got the "with" keyword/structure from #Python? 🐘🐍

This is what's being discussed in the PHP internals mailing list 👀

Code snippet from the RFC 👉 wiki.php.net/rfc/context-ma…

What if #PHP had nullable and non-nullable cast operators? That's what we would like to propose for PHP 8.6 👀 wiki.php.net/rfc/nullable-n…

alexdaubois's tweet image. What if #PHP had nullable and non-nullable cast operators?

That's what we would like to propose for PHP 8.6 👀

wiki.php.net/rfc/nullable-n…

After Composer 2.9 CLI security improvements, we're working on a transparency log for Packagist.org to strengthen PHP supply chain security, funded by the @sovtechagency with help of the @ThePHPF and Private Packagist. #php #phpc #composerphp

packagist's tweet image. After Composer 2.9 CLI security improvements, we're working on a transparency log for Packagist.org to strengthen PHP supply chain security, funded by the @sovtechagency with help of the @ThePHPF and Private Packagist. #php #phpc #composerphp

Today I wrote a @phpstan rule at work that warns you when you use `whereIn` with integer columns. `whereIn` uses the PDO bindings and thus slower with big arrays. Wondering if I should add it to Larastan? 🤔 #php #phpstan

can__vural's tweet image. Today I wrote a @phpstan rule at work that warns you when you use `whereIn` with integer columns.   `whereIn` uses the PDO bindings and thus slower with big arrays.

Wondering if I should add it to Larastan? 🤔

#php #phpstan

Don’t you worry, the rate cuts will eventually be delivered! #REITS #PHP

FinanceTiger's tweet image. Don’t you worry, the rate cuts will eventually be delivered! #REITS #PHP

I'm very excited about what I'm going to share now! Flow #PHP just received a fully interactive playground allowing to build and execute ETL pipelines directly in the browser!! 🤯 Demo: youtu.be/bJm0BZUrTrg

norbert_tech's tweet image. I'm very excited about what I'm going to share now!

Flow #PHP just received a fully interactive playground allowing to build and execute ETL pipelines directly in the browser!! 🤯

Demo: youtu.be/bJm0BZUrTrg

Is this #PHP code raise error ? #phpquiz Poll in thread 👇

FredBouchery's tweet image. Is this #PHP  code raise error ? #phpquiz
Poll in thread 👇

You’ve heard of Elf on the Shelf… now get ready for: ✨self() on the static $self ✨ Because nothing says Christmas like a singleton who refuses to instantiate more than once #php #ProgrammingHumor

ckathanasiadis's tweet image. You’ve heard of Elf on the Shelf… now get ready for: ✨self() on the static $self ✨
Because nothing says Christmas like a singleton who refuses to instantiate more than once

#php #ProgrammingHumor

1️⃣2️⃣ Clean Code Series: Functions📒🧑💻 ☑️ Avoid type-checking (part 1) 🔹Consider using consistent APIs. 🐘 #PHP #Laravel #Symfony

rajkbnp's tweet image. 1️⃣2️⃣ Clean Code Series: Functions📒🧑💻

☑️ Avoid type-checking (part 1)

🔹Consider using consistent APIs.

🐘 #PHP #Laravel #Symfony

#Laravel #PHP Do you use arrow functions everywhere? 👇 Cleaner or harder to read? 👇

laravelbackpack's tweet image. #Laravel #PHP

Do you use arrow functions everywhere? 👇

Cleaner or harder to read? 👇

💡 ¿PHP espagueti? 🍝 ¡la inyección de dependencias (DI/Dependency Injection) te salva! Es: ✅ Flexible ✅ Cambios sin romper todo ✅ Fácil de probar Tú controlas CÓMO se hace. ❤️ Comparte #PHPTips #PHP #DependencyInjection

oscaruhp's tweet image. 💡 ¿PHP espagueti? 🍝 ¡la inyección de dependencias (DI/Dependency Injection) te salva!
Es:
✅ Flexible
✅ Cambios sin romper todo
✅ Fácil de probar
Tú controlas CÓMO se hace.
❤️ Comparte #PHPTips
#PHP #DependencyInjection

Petit à petit, FrakenPHP s'impose comme le serveur web de référence de #php, avec notamment une gestion native des workers et des queues par @dunglas ! #ForumPHP

laravel_france's tweet image. Petit à petit, FrakenPHP s'impose comme le serveur web de référence de #php, avec notamment une gestion native des workers et des queues par @dunglas ! #ForumPHP
laravel_france's tweet image. Petit à petit, FrakenPHP s'impose comme le serveur web de référence de #php, avec notamment une gestion native des workers et des queues par @dunglas ! #ForumPHP
laravel_france's tweet image. Petit à petit, FrakenPHP s'impose comme le serveur web de référence de #php, avec notamment une gestion native des workers et des queues par @dunglas ! #ForumPHP
laravel_france's tweet image. Petit à petit, FrakenPHP s'impose comme le serveur web de référence de #php, avec notamment une gestion native des workers et des queues par @dunglas ! #ForumPHP

#Laravel #PHP Do you use ?? or stick with isset() ? Clean shortcut or confusing syntax? What do you think...👇

laravelbackpack's tweet image. #Laravel #PHP

Do you use ?? or stick with isset() ?

Clean shortcut or confusing syntax?  What do you think...👇

Loading...

Something went wrong.


Something went wrong.


United States Trends