Web Development Engineer passionate about clean code, software design and building things that scale.
I mainly work with PHP (Symfony / Laravel) and React, and I enjoy exploring software craftsmanship, DDD and AI-assisted development.
class Engineer
attr_reader :name, :location, :role
def initialize
@name = "Florent"
@location = "France"
@role = "Web Development Engineer"
end
def hello
puts "Passionate about software craftsmanship, DDD and building things that last."
end
end
me = Engineer.new
me.hello- 🧠 Learning Ruby
- ⚙️ Building modern web applications with Symfony, Laravel and React
- 🤖 Exploring AI-assisted development and Agentic workflows
- 🏗️ Deepening my knowledge of software design, DDD and testing practices
- 🧩 Sharpening problem-solving skills on LeetCode