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

Have an idea for an article for us to write on Symfony Station? Contact us here on the Fediverse! And please sign up for our “newsletter” to get the latest news communiques and original content delivered to your inbox.

https://symfonystation.mobileatom.net/Contact

https://newsletter.mobileatom.net/have-an-idea-for-an-article/

SymfonyStation, to Symfony
@SymfonyStation@drupal.community avatar

Have an idea for an article for us to write on Symfony Station? Contact us here on the Fediverse! And please sign up for our "newsletter" to get the latest news communiques and original content delivered to your inbox. https://symfonystation.mobileatom.net/Contact

cooptilleuls, to php French
@cooptilleuls@mastodon.online avatar

Nous sommes à l'#AFUPDay Lille mais nous participons également à l'édition lyonnaise ! Près de 270 personnes sont présentes aujourd'hui à la CPE Lyon, à l'occasion de ce rassemblement d'expert·es #PHP. Bravo et merci @afup pour l'orga !

Photo de l'AFUP Day Lyon

mobileatom, to php
@mobileatom@flipboard.com avatar
JustineSC9, to php French
@JustineSC9@mamot.fr avatar
mobileatom, to php
@mobileatom@flipboard.com avatar
mobileatom, to php
@mobileatom@flipboard.com avatar

Running PHP blazingly fast at the Edge with WebAssembly. #PHP

https://wasmer.io/posts/running-php-blazingly-fast-at-the-edge-with-wasm?utm_source=flipboard&utm_medium=activitypub

Posted into SYMFONY FOR THE DEVIL @symfony

ntha, to php
@ntha@mastodon.social avatar

Re: Primitive Obsession (https://acairns.co.uk/posts/primitive-obsession)

I like the idea, but has anybody performance tested this? What happens when you're dealing with thousands of rows of data that pass every item along as class instants vs primitive types?

symfonystation, to Symfony
@symfonystation@newsletter.mobileatom.net avatar
ramsey, to php
@ramsey@phpc.social avatar

Opinions/thoughts/advice on #PHP monorepos with #Composer. Is anyone working within this problem space? What tools do you use?

I know #Symfony is a #monorepo. Are the tools they use specific to them, or can others use them?

mobileatom, to Symfony
@mobileatom@me.dm avatar

This week's The Payload newsletter is out. It has the latest news and more in the Symfony, Drupal, PHP, Cybersec, and Fediverse development communities. https://newsletter.mobileatom.net/?mailpoet_router&endpoint=view_in_browser&action=view&data=WzI3LCIwNjQ2NDQxZmIzNTkiLDEwMywiYWMwYjRlIiwyMywxXQ

symfonystation, to Symfony
@symfonystation@newsletter.mobileatom.net avatar
sarah, to php
@sarah@phpc.social avatar

I have a FREE book on object-oriented programming available for you to download and enjoy. It's my way of giving back to the community. Check it out: https://masteringobjectorientedphp.com

ocramius, to php
@ocramius@mastodon.social avatar

Managed to write down my issue with .phar in

https://github.com/Roave/BackwardCompatibilityCheck/pull/770

I think flake.nix/flake.lock are the future overall, while Dockerfile already is better than .phar in every way.

.phar itself is not really very useful anymore, IMO.

ocramius, to php
@ocramius@mastodon.social avatar

Released: @roave /backward-compatiblity-check 8.8.0

Now comes with enum BC checks, thanks to @bdsl

https://github.com/Roave/BackwardCompatibilityCheck/releases/tag/8.8.0

#php

mobileatom, to php
@mobileatom@flipboard.com avatar
cspray, to php
@cspray@phpc.social avatar

Couple weeks ago speaking with @ocramius about Annotated Container. He brought up something about Attributes I had heard a few times before. Something along the lines of:

"I don't want container wiring code littered throughout my codebase."

So, I wrote a blog article that talks about how Attributes aren't really the point of Annotated Container and how you can use the library with no Attributes or highly limit their spread through your code.

https://www.cspray.io/blog/annotated-container-without-attributes/

-container

marmelab, to php
@marmelab@mastodon.social avatar

🎉 Exciting news! Marmelab is sponsoring the API Platform Conference 2024, the flagship event dedicated to the API Platform framework!

Join us for 2 days of talks by leading experts in , & .

📅 19 & 20 September
📍 Lille, France

Learn more: https://api-platform.com/fr/con/2024/

@cooptilleuls

mobileatom, to php
@mobileatom@flipboard.com avatar

Air Traffic Control: Routing microservices with a single Nginx server. #NGINX #PHP

https://sarah-savage.com/air-traffic-control-routing-microservices-with-a-single-nginx-server/?utm_source=flipboard&utm_medium=activitypub

Posted into SYMFONY FOR THE DEVIL @symfony

mobileatom, to php
@mobileatom@flipboard.com avatar

Annotated Container Without Attributes. #PHP

https://www.cspray.io/?utm_source=flipboard&utm_medium=activitypub

Posted into SYMFONY FOR THE DEVIL @symfony

sarah, to php
@sarah@phpc.social avatar

Do you rehearse your disaster recovery plans?

Have you ever stood up, from scratch, a completely new version of your application in a production-ready state?

If you haven't, you should.

You may never need to fully stand up a complete production instance, but what happens if a part goes down like your database, your webservers, or your jobs? Are you prepared for emergencies?

Practice makes perfect, especially in high-pressure situations. So practice!

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

Symfony Station covers the essential news in the Symfony, Drupal, PHP, Cybersecurity, and Fediverse development communities with a focus on protecting democracy. Please make a small donation to help cover our out-of-pocket costs. Our labor is provided free of charge to support the communities we write about.

https://liberapay.com/SymfonyStation/donate

https://newsletter.mobileatom.net/please-make-a-small-donation/

ramsey, to php
@ramsey@phpc.social avatar

This is a pretty cool package, if you use #Twig with #PHP and #Xdebug. https://github.com/ajgarlag/AjglBreakpointTwigExtension

symfonystation, to Symfony
@symfonystation@newsletter.mobileatom.net avatar
matdevdug, to ai
@matdevdug@c.im avatar

One thing that’s funny about and is I keep hearing the same thing. “Oh I use it for generic snippets, just common tasks and functions”.

The amusing thing about that is when I first started working with a app years ago there was already a solution to that problem. It was called “the PHP Cookbook” published by O’Reilly. I was told “oh we buy you a PDF copy and you just search for whatever you are trying to do and use that code. It saves a ton of time for junior programmers.”

Not only was it true, it did save me a ton of time and headaches, but we didn’t need to steal anything. The authors got paid, it worked offline, it didn’t require scraping the entirety of human knowledge to write or nuclear power plants worth of energy to distribute.

It also helped me learn. Since I would have a solid foundation to the solution, I felt more confident experimenting. I always had a known-functioning standard library solution as my base. So when something broke I knew where to start debugging.

Just an incredible thought that instead of paying $20 for a pdf once we decided this was the way to go.

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