Skip to content
View flrntvl's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report flrntvl

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
flrntvl/README.md

Hi, I'm Florent 👋

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.

🚀 About me

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

🔭 Currently

  • 🧠 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

🧰 Tech Stack

Back-end

PHP Symfony Laravel Ruby

Front-end

JavaScript TypeScript React Tailwind CSS shadcn/ui TanStack

Databases & Search

PostgreSQL MariaDB SQL Server Elastic

Tools & Environment

VS Code Cursor Git Docker Bruno

Agentic Coding

Claude OpenAI Codex OpenCode

CI/CD

GitHub Actions GitLab CI

🌐 Connect with me

LinkedIn X LeetCode

Popular repositories Loading

  1. flrntvl flrntvl Public

    My GitHub profile ✨

  2. macos-cheatsheet-fr macos-cheatsheet-fr Public

    Raccourcis clavier macOS pour les nouveaux venus de Windows ✨

  3. leetcode-solutions leetcode-solutions Public

    Personal LeetCode solutions organized by language, with tests for each problem ✨ — try before you peek! 🕵️

    Ruby