Skip to content
View orace18's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report orace18

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
orace18/README.md
Typing SVG

Portfolio LinkedIn Twitter Email GitHub


profile views followers

🚀 À propos de moi

public class OraceEDJO {

    String name       = "Orace EDJO";
    String location   = "Cotonou, Bénin 🇧🇯";
    String role       = "Développeur Backend Java / Spring Boot";
    String experience = "3+ ans d'expérience";
    String[] languages = {"French", "English"};

    String[] code = {"Java", "TypeScript", "JavaScript", "Python"};

    Map<String, String[]> technologies = Map.of(
        "backend",    new String[]{"Spring Boot", "Spring Cloud", "Spring Security", "NestJS", "FastAPI"},
        "databases",  new String[]{"PostgreSQL", "MongoDB", "MySQL", "Firebase"},
        "ai_ml",      new String[]{"Machine Learning", "Deep Learning", "RILContour"},
        "devOps",     new String[]{"Docker", "Kubernetes", "Git", "GitLab", "AWS"}
    );

    String currentFocus = "Systèmes distribués, APIs REST haute dispo & paiement numérique sécurisé";
    String funFact      = "Je transforme le café en code ! ☕️ → 💻";

    public String getStatus() {
        return "🚀 Toujours en train d'apprendre et de créer !";
    }
}

🛠️ Stack Technologique

☕ Backend & Frameworks Java

Java Spring Boot Spring Cloud Spring Security JWT JPA NestJS FastAPI Django

🗄️ Bases de données

PostgreSQL MongoDB MySQL Firebase

🤖 Data & IA

Python Machine Learning Deep Learning Data Analysis

⚙️ DevOps & Outils

Docker Kubernetes Git GitLab Jira AWS


📊 Statistiques GitHub

streak stats

💼 Parcours Professionnel

🏢 Entreprise 📍 Poste 📅 Période 🛠️ Tech Stack
HE System Backend Java Developer Sept 2025 - En cours Spring Boot, Spring Security, JWT, PostgreSQL
WonderTeck Backend Developer Déc 2024 - Mai 2025 NestJS, TypeScript, PostgreSQL, TypeORM
VallisTech Backend & Data Scientist Sept 2023 - Juin 2024 Spring Boot, JWT, PostgreSQL, ML/DL

🎯 Actuellement...

public class CurrentActivities {

    List<String> learning = List.of(
        "Architecture Microservices avancée",
        "Clean Architecture & DDD",
        "Kubernetes & Cloud Deployment"
    );

    List<String> building = List.of(
        "APIs REST haute disponibilité avec Spring Boot",
        "Systèmes de paiement numérique multi-fournisseurs",
        "Solutions ML/DL pour l'analyse de données"
    );

    List<String> exploring = List.of(
        "DevOps Best Practices (Docker, K8s, CI/CD)",
        "Event-Driven Architecture (Kafka)",
        "AWS Cloud Services"
    );

    List<String> interests = List.of(
        "🎵 Piano, Guitare, Percussion",
        "⚽ Football",
        "📚 Lecture & Voyage",
        "🍳 Cuisine"
    );

    public String getStatus() {
        return "🚀 Toujours en train d'apprendre et de créer !";
    }
}

📈 Contribution Graph


🎓 Formation

🎓 Diplôme 🏫 Établissement 📅 Période
Master en Informatique & Télécommunication INSTI — Lokossa 2017 – 2022

💡 Citation du jour

Quote


🤝 Connectons-nous !

💼 Ouvert aux opportunités et collaborations !

Si tu as un projet intéressant ou si tu veux juste discuter tech, n'hésite pas à me contacter :

LinkedIn Twitter Portfolio Email


⭐️ N'oublie pas de star mes repos si tu les trouves utiles !

Popular repositories Loading

  1. Enjoytec Enjoytec Public

    un petit jeux! Attaque des titans

    Java 1

  2. petit_site_vitrine petit_site_vitrine Public

    HTML 1

  3. gestionBusEntreprise gestionBusEntreprise Public

    Un projet Pour gérer les tickets pour les société de transport

    JavaScript 1

  4. Mini-reseau-social-springboot-neo4j Mini-reseau-social-springboot-neo4j Public

    Mini réseau social en spring boot avec une base neo4j.

    Java 1

  5. enjoy enjoy Public

    Un petit cv

    HTML

  6. Dosage-d-engrais Dosage-d-engrais Public

    Ce logiciel développé avec JavaFx pour calculer la quatité d'engrais (K,N,P) qu'il faut apporter à une plante

    Java