home.social

Search

8 results for “johanjanssens”

  1. Slides from my talk "Building Plugins with " @ConFooCa are up, incl 20 demos.

    Rust, Go, JS → .wasm → call from PHP, sub-ms performance, sandboxed

    Get the slides here gamma.app/docs/Building-PHP-pl and check out all the code here: github.com/johanjanssens/frank

    Kudos to @dunglas rocks!

  2. Slides from my talk " 150x Faster, Still Legacy Friendly!" at are up.

    threads + Go semaphore = true parallelism for any blocking PHP code. Legacy scripts stay unchanged, just compose them.

    Get the slides here: gamma.app/docs/PHP-150x-Faster and check out all the code here: github.com/johanjanssens/frank

  3. Prepping demos for my upcoming talks at 🇹🇷 and 🇩🇪.

    What if could... 🚀 Server-Side Render (SSR) Web Components written in JS with enhance.dev, running as HTTP middleware via http-wasm.io, powered by ⚡️ and 🐘?

    Come and find out! 👀"

  4. @mariohamann

    Here we go ... enhance-ssr-wasm running inside a PHP desktop app, directly binding to a webview (no http).

    This doesn't require `sudo extism lib install`, or `composer require extism/extism` anymore.

    The runtime is a static build of FrankenPHP, Wails, Wazero and Extism. Integration between PHP and Extism is done through a PHP-C-Go binding.

    /cc @brianleroux @enhance_dev @dunglas

  5. Next stop: Istanbul! 🇹🇷 Excited to be speaking at about and . This talk is all about making 'what ifs' come true. What if we could write PHP extensions in JavaScript? What if a app could be bundled as a cross-platform binary? What if PHP scripts could run truly async?

    Come and find out phpkonf.org! 🚀

  6. Slides from my talk "WebAssembly, Extend Anything with Everything, Everywhere! " at are online. gamma.app/docs/Extism-Make-all

    Showed how to extend with an / markdown middleware plugin, generating html at 3k req/s. Kudos to @dunglas, FrankenPHP rocks!

  7. After a 2-year conference sabbatical, I'm back on the speaker circuit! First stop: in Montreal.

    This year’s talks cover and include , , , , , , ... and a few surprises.

    More: confoo.ca/en/speaker/johan-jan

    See you tomorrow!

  8. 🚀 #PHP 150x faster – no rewrite needed! #FrankenPHP threads + #Swow coroutines + #PHP Generators + #Go = 🔥 performance for legacy & new code. Talk by Johan Janssens

    gamma.app/docs/PHP-150x-Faster