DEV BACKEND AND

Thomas Ciles

Développeur Backend

Nantes

CREATE FUNCTION small_description(mode text) RETURNS text
IMMUTABLE
LANGUAGE plpgsql AS
$$
BEGIN
    IF LOWER(mode) = 'prod' THEN
        RETURN 'J'occupe le poste de développeur Backend pour une entreprise d'édition logiciel dans le domaine de l’actionnariat salarial.'
    ENDIF

    RETURN 'Je suis coureur à pieds licencié FFA et entraineur bénévole pour la section Running compétition au Racing Club Nantais (RCN) à Nantes.'
END;
$$;

MARATHONIAC