nshki, to webdev
@nshki@ruby.social avatar

Hi fediverse. My name is Nishiki and I’m a web dev with 15+ years of experience. I’m making myself available as a mentor for one or two motivated individuals looking to land their first junior engineering position. I’m happy to be able to say over the past few years, I’ve mentored 4 wonderful people who have all managed to land their first tech jobs.

Please email me at hello@nshki.com if interested. A boost for reach is much appreciated!

Stubbs, to php
@Stubbs@mastodon.me.uk avatar

types, does the built in server count as a CGI/fastCGI SAPI ? Trying to debug an error that simple says "File not found" with no trace of which fileis missing & I wanted to eqasily enable config option with .user.ini etc ...

mort, to Kotlin
@mort@fosstodon.org avatar

I can't deal with languages with optional semicolons! I like languages without semicolons, but when they're optional, especially if they feel "C-like", I always end up adding semicolons to some lines even when I try to write in a semicolon-less style. I'm writing some now and I decided to just use semicolons consistently because the alternative is seemingly to use them inconsistently.

Strangely, this isn't an issue I have in . I do have it in however.

Crell,
@Crell@phpc.social avatar

@mort I have the same issue going from #PHP to #Kotlin. Though not having it in Rust is weird. It's a semicolon language aside from returns, no? Or is it the returns that bug you?

Crell, to php
@Crell@phpc.social avatar

This looks very interesting...

https://github.com/extism/php-sdk

naderman, to php
@naderman@phpc.social avatar

Here are the slides for my talk "Composer Guide to Supply Chain Security" at PHP[TEK] in Chicago 2 weeks ago!

Supply chain security is such an important topic! My talk highlighted what you should know about Composer to effectively and securely use it in your dev workflows. It also showed what tools like Private @packagist can do to help.

Thank you to @phparch for putting on another great event and having us as a sponsor!

https://naderman.de/slippy/slides/2024-04-23-PHPTEK-Composer-Guide-To-Supply-Chain-Security.pdf

symfonystation, to Symfony
@symfonystation@newsletter.mobileatom.net avatar

Are you a Symfony, Drupal, or PHP developer? Consider exploring our original content about these topics and more.

https://symfonystation.mobileatom.net/Articles

And please sign up for our “newsletter” to get the latest news communiques and original content delivered to your inbox.

https://newsletter.mobileatom.net/explore-our-original-content-2/

sarah, to php

What are must-follow blogs AND do you have a recommendation for easy reading of their RSS feeds?

SenseException, to php German
@SenseException@phpc.social avatar
mjaschen, to php German
@mjaschen@digitalcourage.social avatar

Wochenrückblick, Ausgabe 39 (2024-18).

Diesmal mit

  • 🗺️ der Bikerouter Hall of Fame aller Supporterinnen bisher ❤️
  • 🚵‍♂️ neuen Reifen für das Crosser-Gravel-Dings und der ersten Ausfahrt damit – unter Anderem zu Deutschlands größter (!) Wüste (!!)
  • 💻 den Erkenntnissen von @atomicpoet zur Ergonomie beim Arbeiten mit dem Notebook vs. Desktop-Computer und wie sich das mit meinen Erfahrungen deckt
  • 🤖 ollama, welches die Möglichkeit bietet, LLMs bequem auf dem eigenen Rechner laufen zu lassen
  • 🐘 cachetool, einem Werkzeug zum Verwalten des PHP opcache
  • 🍎 dem Blick in mein macOS-Applications-Directory: diesmal gibt's den Blick auf alle Apps, die mit „F“ beginnen
  • 🛠️ noch mal Deployment des Blogs, das läuft jetzt tatsächlich mit einem simplen post-merge Hook in Git
  • 🔊 und wie immer Techno

https://www.marcusjaschen.de/blog/2024/2024-18/

xakan, to php French
@xakan@social.zdx.fr avatar

Dires les développeurs , vous les générez comment vos fichiers .stub vous ? Je veuxd dire, avec quel outil ?

nette_news, to programming
@nette_news@phpc.social avatar

🥳 Latte 3.0.15 was released!

Latte - the first truly secure and
intuitive templates for PHP.

https://github.com/nette/latte/releases/tag/v3.0.15
https://nette.org/en/releases
https://latte.nette.org/

ltb_project, to php French
@ltb_project@floss.social avatar

🎉 LDAP Tool Box Self Service Password 1.6 released!

➡️ https://projects.ow2.org/view/ldaptoolbox/ltb-self-service-password-1-6-0-released/

📃 A lot of new features like entropy bar, dynamic checks and mail/phone attributes modification

:php: @ow2 @worteks_com

nette_news, to php
@nette_news@phpc.social avatar

📝 Blog: Aliases: A New Feature in Application Navigation

https://blog.nette.org/en/aliases-a-new-feature-in-application-navigation

#nettefw #php #dev #mvc

sebobo, to php
@sebobo@neos.social avatar

Been having problems with 2 local projects on my Mac closing the connection when using PHP-FPM. Finally after almost 1 year (since Sonoma apparently) I found the solution:

https://stackoverflow.com/questions/77554102/php-pg-connect-does-not-return-in-php-fpm-after-macos-sonoma-upgrade

The 2 projects were the only ones using PostgreSQL.
I was able to work on them with the PHP Server, so I only tried debugging the issue once in a while.

valorin, to Laravel
@valorin@phpc.social avatar

Securing Laravel has now officially moved to Ghost from Substack! 🎉

I'll be sending out the first Security Tip written on Ghost later today, but first, it's time for a migration discount!

For the next 2 weeks, you can get 25% off a new Securing Laravel subscription! 🎂

https://securinglaravel.com/ghost-migration-discount/

andreiabohner, to php
@andreiabohner@mastodon.social avatar

✨ Filament PHP Blade UI Components - Part 3 for forms (Wrapper, Fieldset, Input, Select, Checkbox, and Radio) ✨

https://github.com/andreia/filamentphp-guides/blob/main/references/filament_blade_ui_components_part3_forms.pdf

opdavies, to php
@opdavies@mastodon.social avatar
thgs, to php
@thgs@phpc.social avatar

For anyone interested and iff you want to know..

supported lexical closures and first class anonymous functions since 2009 with the release of 5.3.

https://3v4l.org/kCgaI#v5.3.0

Facts.. facts..

opdavies, to drupal
@opdavies@mastodon.social avatar
oliver, to php
@oliver@phpc.social avatar

If you were about to start a medium-sized project, what would you choose as an , and why? It should be something stable and well maintained. If the business takes off, then there should be no need to replace that layer.

Caveat: imagine that Doctrine and Eloquent haven't been invented yet.

ramsey, to php
@ramsey@phpc.social avatar

How does one use PHPUnit 10 or 11 with Symfony 7? The PHPUnit Bridge includes instructions that will only work for PHPUnit 9.

https://symfony.com/doc/current/components/phpunit_bridge.html

array, to php
@array@fosstodon.org avatar

My first was 8.0, still in school, and I confess that I began learning it with the prejudice of it being a junky, terrible language everybody was making fun of. Fast forward ~1 year later, after finishing my internship, where I used full stack mainly, and having discovered that not only it wasn't that bad, but really a pleasure to work with. Not perfect, but perfectly suitable for its use cases and, what's perfect anyway? So reading this has been a joy. :D https://developerjoy.co/blog/php-doesnt-suck-anymore

Crell, to react
@Crell@phpc.social avatar

This article uses as it's main example, but it applies to , , even just a much. I say that as a recovering Drupal dev who used to use the standardization argument.

Greedy management is the reason we can't have nice things.

https://www.baldurbjarnason.com/2024/react-electron-llms-labour-arbitrage/

Crell, to php
@Crell@phpc.social avatar

Null is problematic, but why? Let's see why, and let that guide us to new alternatives.

https://peakd.com/hive-168588/@crell/much-ado-about-null

francesco, to php Italian
@francesco@orwell.fun avatar

Non riesco a configurare il server integrato di eclipse PHP su ubuntu based. Quando aggiungo un modulo e ne faccio il publish non viene copiato tutto il contenuto nella tmp del plugin, non permettendomi di testare gli script. Viene copiata solo la cartella di root del modulo, ma resta vuota. Non capisco dove sbaglio.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • mdbf
  • Youngstown
  • InstantRegret
  • ethstaker
  • slotface
  • PowerRangers
  • Durango
  • vwfavf
  • kavyap
  • tsrsr
  • ngwrru68w68
  • DreamBathrooms
  • everett
  • Leos
  • magazineikmin
  • rosin
  • tacticalgear
  • thenastyranch
  • osvaldo12
  • GTA5RPClips
  • khanakhh
  • cisconetworking
  • modclub
  • cubers
  • tester
  • normalnudes
  • provamag3
  • All magazines