Skip to content

orace18/orace18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 

Repository files navigation

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 !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors