Filter posts by publication date
Haylee Millar discusses how microservices solved real-world scaling challenges, exploring the decision-making, implementation, and impact on system flexibility and performance
October 31, 2024
#Conferences
Symfony 7.2 introduces a new utility to require that some parameters exist and have non-empty values.
October 31, 2024
#Living on the edge
👀 1
❤️ 5
👍 3
Greg Qualls presents Upsun’s full-stack, on-demand preview environments, enabling rapid testing, QA, profiling, and debugging. Discover how Upsun's dynamic resource management powers efficient, flexible app development.
October 30, 2024
#Conferences
In Symfony 7.2, you can set HTTP headers in static pages and render specific Twig blocks using attributes.
October 30, 2024
#Living on the edge
❤️ 5
👍 2
Anthonis Kalipetis reveals how Upsun combines PHP and Go in a hybrid CLI using Symfony Console. Learn to boost performance, keep compatibility, and ease migration from PHP to Go seamlessly.
October 29, 2024
#Conferences
Symfony 7.2 allows to send notifications directly to your local desktop using the new desktop channel in the Notifier component.
October 29, 2024
#Living on the edge
❤️ 4
👍 8
🎉 4
Symfony 7.2 improves the translation extractor command, allowing customization of prefixes, modification of update behavior, and sorting of content.
October 28, 2024
#Living on the edge
👍 6
This week, the upcoming Symfony 7.2 version improved the translation extract command with a new option, added a StringNode to the Config component, and fixed ClockMock and DnsMock support with PHPUnit 10+. In addition, we shared more details about some of the talks from the SymfonyCon Vienna 2024 conference.
October 27, 2024
#A week of symfony
Thomas di Luccio shares e-commerce 'holiday horror' stories and a roadmap for app reliability during peak seasons. Learn how production cloning, traffic generation, and observability can help your app handle the holiday rush stress-free
October 26, 2024
#Conferences
Guillaume Moigneu reveals how to integrate ONNX and Transformer models into Symfony apps, empowering developers to add ML inference and advanced AI features to their projects
October 25, 2024
#Conferences
Symfony 7.2 adds some new integrations to the Mailer and Notifier components, adding to the tens of integrations already available.
October 25, 2024
#Living on the edge
🚀 2
Celeste Van der Watt explores how to bridge the gap between dev and marketing teams using tools, strategies, and tips for better collaboration, creating improved products and user experiences.
October 24, 2024
#Conferences
October 24, 2024
#Releases
❤️ 4
🎉 2
In Symfony 7.2, Compound constraints are easier to test and can define the validation groups and payload via the constructor.
October 24, 2024
#Living on the edge
👍 4
🎉 8
Nigel Kersten explores how tech drives DevOps progress, reviewing its history and showing how platform and framework adoption spark meaningful organizational change.
October 23, 2024
#Conferences
Symfony 7.2 improves the String component with a new kebab-case method, new truncation modes and a Spanish inflector.
October 23, 2024
#Living on the edge
❤️ 6
👍 2
Learn how two developers build a Next.js frontend and Symfony API in 30 minutes. Discover collaboration techniques like real-time code review and streamlined development workflows with Augustin Delaporte & Florent Huck
October 22, 2024
#Conferences
Symfony 7.2 introduces a new lazy choice loader to improve performance of choice fields with lots of options.
October 22, 2024
#Living on the edge
❤️ 13
Learn how to build extendable, future-proof systems using Symfony with Sebastian Seggewiß. This talk covers plugin systems, event-driven architecture, and strategies for making your project adaptable to change
October 21, 2024
#Conferences
Symfony 7.2 introduces the WhenNot attribute to exclude a service from certain environments.
October 21, 2024
#Living on the edge
👀 1
❤️ 8
👍 8
This week, Symfony development activity focused on various bug fixes across all supported branches. Meanwhile, we published more blog posts about the new Symfony 7.2 features. Lastly, we shared more details about some of the talks from the SymfonyCon Vienna 2024 conference.
October 20, 2024
#A week of symfony
Join Céline Déis & Vincent Maucorps to learn sustainable tech: reduce environmental impact, ensure accessibility, and manage data privacy in Symfony projects for a more responsible tech ecosystem
October 18, 2024
#Conferences
👀 1
Symfony 7.2 includes a new lint:translations command to check the validity of your translation contents.
October 18, 2024
#Living on the edge
❤️ 8
👍 1
Discover with Romain Ruaud how Gally harnesses the power of Symfony and API Platform to offer seamless extensibility for developers while boosting ease of use and revenue for businesses
October 17, 2024
#Conferences
Symfony 7.2 allows you to configure multiple serializer instances with different default contexts, name converters, and sets
of normalizers and encoders.
October 17, 2024
#Living on the edge
❤️ 8
👍 9
🚀 3
Content management goes beyond a text editor. Learn how to evolve from simple entities to multi-dimensional ones with support for languages, versioning, and drafting. Discover with Alexander Schranz reusable strategies from Sulu's redesign
October 16, 2024
#Conferences
Symfony 7.2 introduces a new AsMessage attribute, allowing you
to configure the transport(s) directly within the message class
October 16, 2024
#Living on the edge
❤️ 24
👍 9
🎉 4
As your app grows, tracking data changes becomes vital. Learn strategies for auditing data in Symfony, tackling issues like config changes and missing data as your project scales with Sebastian Plagemann
October 15, 2024
#Conferences
Symfony 7.2 improves the ExpressionLanguage component with new bitwise and logical operators, easier registration of custom providers and support for comments.
October 15, 2024
#Living on the edge
❤️ 2
👍 6
🚀 2
Learn more about the auto-completion feature of Symfony CLI
October 15, 2024
#Tutorials
❤️ 13
👍 1
🚀 5
🎉 7
With wkhtmltopdf deprecated, we built a Symfony bundle using Gotenberg for fast and memory-efficient PDF generation with HttpClient and async support. Discover with Adrien Roches & Hubert how we made it simple
October 14, 2024
#Conferences
🚀 1
Symfony 7.2 introduces a new silent verbosity to supress all output, including errors.
October 14, 2024
#Living on the edge
👍 9
🎉 5
PHP's loose typing is great for beginners but can lead to messy codebases. Join Alexander Turek as he demonstrates stricter programming methods to maintain control and speed in PHP applications
October 13, 2024
#Conferences
This week, development activity focused on Symfony 7.2, as tweaks and features continue to be merged ahead of its release at the end of November 2024. Additionally, we published the first post in the new in Symfony 7.2 series. Lastly, we shared more details about some of the talks from the SymfonyCon Vienna 2024 conference.
October 13, 2024
#A week of symfony
👍 1
🎤Meet @symfonycon Vienna 2024 speakers
Learn how we migrated hundreds of Cron jobs to Symfony Scheduler with Viktor Pikaev. Discover the process, benefits, challenges, and key lessons from our successful migration experience⤵️
October 11, 2024
#Conferences
Symfony 7.2 introduces three new constraints: one to validate week numbers, another to check word count, and a third to validate YAML syntax.
October 11, 2024
#Living on the edge
❤️ 16
👍 9
Explore PHP deployment in containers with tools like FrankenPHP, Framework-X, k8s, and s6-overlay. Learn with Anne Julia Seitz the pros and cons of these solutions for efficient production deployments
October 10, 2024
#Conferences
Learn how to write custom PHPStan rules for Symfony projects with Ondřej Mirtes! This talk will show you how to enforce project standards, catch domain-specific bugs, and automate repetitive code reviews
October 9, 2024
#Conferences
SymfonyCon Vienna 2024: Code Less, Create More: Unleashing AI Secret Weapons for Lazy(?) Developers!
Join Thibault Milan to explore how AI tools like GitHub Copilot, Tabnine, and Azure OpenAI are revolutionizing web development. Learn how AI enhances coding, speeds up ideation, and breaks new tech ground
October 8, 2024
#Conferences
This week, Symfony 7.2 entered into its stabilization period before its final release at the end of November 2024. Some of the new features merged this week include: support for Mailtrap webhook, a new utility method in the String component, support for a new logical operator in the ExpressionLanguage component, and a new way to sort the extracted translatable contents.
October 6, 2024
#A week of symfony
❤️ 2
Hurry, 3 days left for early bird tickets... Grab yours before rates increase on October 7th!
October 4, 2024
#Conferences
Discover the Symfony Notifier component's inner workings, from channels to configuration. Join Raphaël Geffroy as we explore its features and even develop a new one: sending postal mails
October 3, 2024
#Conferences
Join Andreas Braun for a nostalgic look at the evolution of PHP extensions and their challenges. Learn how the PHP Foundation is developing a new Installer to simplify writing, publishing, and managing extensions
October 2, 2024
#Conferences
Explore Symfony's new Mapper component with Antoine Bluchet! He'll cover its history, the need for it, how it differs from the Serializer, and its applications, from API design to everyday use cases.
October 1, 2024
#Conferences