SensioLabs and WeLoveDevs: Giving Developers a Voice!

· Elise Hamimi · 1 minute to read
Logo SensioLabs

Discover the collaborative efforts between SensioLabs and WeLoveDevs to engage with developers through interviews, a blog post, a live Twitch session, and more.

Why join SensioLabs? An interview with Kévin, Developer

The first content we produced with WeLoveDevs is the “Happy Developers” interview with Kévin Thérage. Kévin is a developer at SensioLabs in our Lille office. In this interview 🎙, Kévin answered various questions to explain his profession, responsibilities, the company's values, and what he likes about SensioLabs.

"Parlons Tech" with Hubert, Tech Lead at SensioLabs

In the second interview "Parlons Tech", Hubert Lenoir, Tech Lead at SensioLabs, talks about team skill development 🚀.

He explains in particular how our technical team is trained in PHP, Symfony, and other technical aspects at SensioLabs.

"The project of the technical team at SensioLabs is to continue training both new and experienced members in different aspects of programming."

Article: The first days at SensioLabs for Developers

When joining SensioLabs’ technical team, every new employee spends some time on the Jobs project.

Romain Rosier started as an intern at SensioLabs before becoming a developer. Romain shares his experience in the WeLoveDevs blog. He talks about his beginnings with the Jobs project and his discovery of SensioLabs' technical environment during his onboarding 👨‍🏫.

"I would say it’s a project that gives us time to learn. I worked on this project for five months to complete all the proposed tickets. It allowed me to take time to research, experiment with the proposed technologies, and also understand how to develop better."

Live Twitch WeLoveDevs: The Developer Open Show

On November 9th, Damien, the co-founder of WeLoveDevs, hosted Kévin and Clément Bertillon (software architect and trainer) from SensioLabs on his show "The Open Show" on Twitch.

Kévin and Clément are both part of our technical team. They support our clients with their development projects using Symfony and PHP.

In this Live 🔴, Kévin and Clément specifically discussed how technical interviews are conducted at SensioLabs, the technologies they use daily, including PHP and Symfony! They also described how the team collaborates to enhance their Symfony skills.

📢 Would you like to join SensioLabs, the creator of Symfony, at our teams in Asnières, Lille, or remotely? Check out our page on WeLoveDevs and send us your application. You will find our job offers, useful information about SensioLabs such as our tech stack, and even some photos!

This might also interest you

The SensioLabs team celebrating the 20th anniversary of Symfony with balloons
Jules Daunay

The Story Continues: SensioLabs Celebrates Symfony's 20th Anniversary

Time flies, especially when you're busy shaping the future of development! The SensioLabs team has just reached a milestone with the anniversary of the Symfony framework. We marked the occasion at the office, but the party isn't over yet. The date is already set for an XXL celebration at SymfonyCon Amsterdam 2025, from November 27 to 28.

Read more
3 dog heads
Mathieu Santostefano

Bring Your Own HTTP client

Break free from rigid dependencies in your PHP SDKs. Learn how to use PSR-7, PSR-17, and PSR-18 standards along with php-http/discovery to allow users to bring their favorite HTTP client, whether it's Guzzle, Symfony HttpClient, or another. A must-read for PHP and Symfony developers.

Read more
Blue sign on a building with several Now What? letters
Thibaut Chieux

How To Prioritize Messages When Building Asynchronous Applications With Symfony Messenger

Asynchronous processing offers benefits like decoupled processes and faster response times, but managing message priorities can become a challenge. When dealing with tasks ranging from password resets to complex exports, ensuring timely delivery of critical messages is essential. This article explores common asynchronous processing issues and provides solutions using Symfony Messenger, allowing you to optimize your application without extensive refactoring.

Read more
SensioLabs University Courses announcing the new level 3 Master training course now available
Jules Daunay

Master Symfony: Unlock Expert Skills with Our Training

Take your Symfony proficiency from good to great with the new Level 3 training course at SensioLabs! Master complex topics, optimize performance, and become a Symfony expert.

Read more
Two images: on the left many cars stuck in a traffic jam with the sign "All directions" above, on the right a blue car moving forward alone on the highway with the sign "Service Subscriber" and a Symfony logo above
Steven Renaux

Symfony Lazy Services with Style: Boost DX using Service Subscribers

Boost your Symfony app's performance and developer experience! Learn how to use Service Subscribers and traits for lazy service loading to reduce eager instantiation, simplify dependencies, and create modular, maintainable code.

Read more
the surface of the earth seen from the space with city lights forming networks
Imen Ezzine

HTTP Verbs: Your Ultimate Guide

HTTP Verbs Explained: Learn the basics of GET, POST, PUT, DELETE, and more. This article explains how they work, their applications, and their security implications.

Read more
Poster of Guillaume Loulier presentation
Salsabile El-Khatouri

A Symfony Training at SensioLabs: Behind The Scenes

What does Symfony training at SensioLabs look like? Find out in this interview with Guillaume Loulier, a passionate developer and trainer, who tells us all about the official Symfony training courses.

Read more
Toy factory production line
Silas Joisten

Supercharging Symfony Testing with Zenstruck Foundry

Zenstruck Foundry has revolutionized the way we write tests in Symfony. In this post, you’ll learn how expressive factories, isolated test data, and a smoother developer experience helped us streamline our testing workflow and boost productivity.

Read more
Domain Driven Design practical approach
Silas Joisten

Applying Domain-Driven Design in PHP and Symfony: A Hands-On Guide

Learn how to apply Domain-Driven Design (DDD) principles in Symfony with practical examples. Discover the power of value objects, repositories, and bounded contexts.

Read more
Photo speaker meetup AI Symfony
Jules Daunay

Symfony and AI: the video is now available

What about Symfony and Artificial Intelligence (AI)? This was the theme of the exclusive event organized by SensioLabs in partnership with Codéin on October 3rd. With the added bonus of feedback from a development project combining Symfony and AI. If you missed the event, check out the video now available for free on our Youtube channel.

Read more
2025 a year of celebrations for PHP with windows about API Platform, PHP, AFUP and Symfony
Jules Daunay

2025: a year of anniversaries for PHP, AFUP, Symfony and API Platform

2025 is going to be a big year for anniversaries. We will be celebrating the 20th anniversary of Symfony, the 30th anniversary of PHP, the 25th anniversary of AFUP and the 10th anniversary of API Platform. For SensioLabs, this is a major milestone that proves the longevity of the technologies in our ecosystem. We are proud to celebrate these anniversaries with the community all year long.

Read more
SymfonyDay Chicago 2025
Simon André

SymfonyDay Chicago 2025: A Celebration of Community

On March 17th, the Symfony community met in Chicago for SymfonyDay Chicago 2025. The event, held on St. Patrick's Day, was both a celebration of Symfony and a moment to support Ryan Weaver in his fight against cancer. It was more than just a conference — it was a gathering around a valued member of the community.

Read more
type-safety-uuid
Oskar Stark

Type-Safe Identifiers with Symfony and Doctrine: Using Dedicated ID Classes

Learn how to enhance type safety in Symfony and Doctrine by using dedicated ID classes like BookId and UserId instead of raw UUIDs. This approach prevents identifier mix-ups, improves code clarity, and ensures better integration with Symfony Messenger and repository methods. Explore practical examples and best practices for implementing type-safe identifiers in your Symfony applications.

Read more
SemVer vs. CalVer
Silas Joisten

SemVer vs. CalVer: Which Versioning Strategy is Right for You?

SemVer ensures stability for libraries, while CalVer aligns projects with release cycles. Learn the key differences and best use cases to optimize your versioning strategy.

Read more
DDD
Silas Joisten

Understanding Domain-Driven Design: A Practical Approach for Modern Software Architecture

Explore Domain-Driven Design (DDD) principles and patterns like Ubiquitous Language, Aggregates, and Bounded Contexts. Learn how DDD fits seamlessly into PHP and Symfony projects, helping you align software with business needs.

Read more
Image