




Daniel #PHPCONNECT'25
3.2K posts

@mabadejedanphp
Comp Eng | Building @phptalks community | Software developer #php #laravel #phptalks #Vue #.NET






At Laracon EU, I kept hearing the same thing from creators: "We have an audience, but no good way to find the right advertisers." So I built dotdev. Soft launching today. A network helping companies reach developers through creators they actually trust. dotdev.co




PHP powers 77% of the web. It has a JIT compiler, native FFI, and we're running it as an embedded interpreter with a persistent runtime, not behind Apache serving HTML. The PHP in this stack has more in common with Lua in a game engine than with WordPress. 💪

PHP powers 77% of the web. It has a JIT compiler, native FFI, and we're running it as an embedded interpreter with a persistent runtime, not behind Apache serving HTML. The PHP in this stack has more in common with Lua in a game engine than with WordPress. 💪

Shared Memory Native UI is Architecturally Better Than JSI JSI from @reactnative still crosses a language boundary. Your flat buffer in mmap'd memory with atomic version counters is a zero-copy, zero-serialization path from PHP to native rendering. No other mobile framework does this. @nativephp's queue worker and scheduler runtimes let PHP do real background work — syncing data, processing uploads, running ML inference via bridge calls. RN's background capabilities are bolted on and limited. This is a genuine platform capability gap.







