Valerioinspector-monitoring.hashnode.dev·Jan 20, 2025Introducing Symfony Messenger MonitoringAs a Symfony developer, you've probably faced the challenge of adopting the Symfony Messenger component to improve application scalability and general performance. That's why I'm excited to announce a new feature in our Inspector bundle that brings c...PHP
Germain Oleablog.germain.tech·Jan 9, 2025Building Websites and Web Apps with WordPress, Symfony, and FastAPI: A Grad’s Journey into Security and FreelancingIntroduction: A Grad's Guide to Freelancing and Security I’m a freshly minted security engineer with a dream: to level up as a DevSecOps professional. While I’m working on landing that perfect full-time role, I’ve been flexing my skills by building w...30 readsPortefolio & ProjectsDevSecOps
Valerioinspector-monitoring.hashnode.dev·Dec 9, 20245 Ways to Optimize Symfony Application PerformanceSymfony applications often face slow load times and high server strain due to issues like inefficient database queries, poor caching, and unoptimized settings. Here’s a quick breakdown of how to fix these problems and boost performance: Optimize Dat...Symfony
Valerioinspector-monitoring.hashnode.dev·Dec 6, 2024Symfony monitoring library implementationIn the last few months I worked heavily to renovate the monitoring experience for Symfony developers. The Symfony monitoring library is the second most popular library among Inspector's customers. The first is the Laravel package. The release of the ...Symfony
Jeniferkudrovjenifer.hashnode.dev·Dec 5, 2024Symfony vs Laravel – Which PHP Framework is Better?The two most well-known and widely-used PHP web frameworks are Laravel and Symfony. When it comes to speed, they are just amazing. They assist companies in developing scalable web apps that are in sync with current technological landscapes, company o...Symfony vs Laravel
Juan Millanmillancore.com·Nov 25, 2024The Memory-Efficient Guide to Blazing Fast CSV Filtering with PHPWhen it comes to processing large CSV files, memory consumption can quickly become a bottleneck. Loading a 10-million-line CSV file into memory? That's a recipe for an out-of-memory error. But what if I told you that you could Filter such a file usin...10 likes·172 readsPHP IteratorsPHP
Bernard Ngandungandu.hashnode.dev·Sep 22, 2024Passkey Authentication Guide for SymfonyIntroduction Passkeys, also known as WebAuthn credentials, represent a modern approach to passwordless authentication. As an evolution in web security, they aim to replace traditional password-based logins by utilizing a combination of public-key cry...11 likes·1.9K readsSymfony
Brandon Lazenbyblazenby.com·Sep 15, 2024A Critical Look at Modern Web FrameworksIn recent years, the landscape of web development has seen a proliferation of frameworks and libraries. However, upon closer examination, many of these tools lack the comprehensive feature set traditionally associated with full-stack web frameworks. ...107 reads.NET
Bernard Ngandungandu.hashnode.dev·Sep 15, 2024Decoupling your application's User Model from Symfony's Security SystemIntroduction When building Symfony applications with advanced architectural patterns like hexagonal architecture, the primary goal is often to decouple the domain (business logic) from the infrastructure (technical choices). This separation allows fo...507 readsSymfony
Valerioinspector-monitoring.hashnode.dev·Sep 14, 2024[Resolved] Integrity constraint violation – Fast tipsIf you are dealing with the error: "Integrity constraint violation: Cannot add or update a child row: a foreign key constraint fails", you are in the right article. For more technical articles you can follow me on Linkedin or X. I post about buildin...PHP